[Python-apps-team] Bug#914025: mugshot: mushot raises a Python exception at launch time
Enzo Calamia
ecalamia at pm.me
Sun Nov 18 16:54:00 GMT 2018
Package: mugshot
Version: 0.3.1-1
Severity: serious
Tags: upstream
Justification: fails to build from source
Dear Maintainer,
When the program mugshot is executed, it raises an 'AttributeError' so the
program shuts immediately. Here is the traceback I get when I run the program
from the shell:
% mugshot
Traceback (most recent call last):
File "/usr/bin/mugshot", line 36, in <module>
mugshot.main()
File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 47, in main
window = MugshotWindow.MugshotWindow()
File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 52, in
__new__
new_object.finish_initializing(builder)
File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 228, in
finish_initializing
self.init_user_details()
File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 271, in
init_user_details
user_details = self.get_user_details()
File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 654, in
get_user_details
as_data = self.get_accounts_service_data()
File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 706, in
get_accounts_service_data
name = self.split_name(name)
File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 686, in
split_name
parts = name.split()
AttributeError: 'bool' object has no attribute 'split'
zsh: exit 1 mugshot
Thank you very much for your time to make Debian better!
Regards,
Enzo
-- System Information:
Debian Release: 9.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages mugshot depends on:
ii dconf-gsettings-backend [gsettings-backend] 0.26.0-2+b1
ii gir1.2-gdkpixbuf-2.0 2.36.5-2+deb9u2
ii gir1.2-glib-2.0 1.50.0-1+b1
ii gir1.2-gst-plugins-base-1.0 1.10.4-1
ii gir1.2-gstreamer-1.0 1.10.4-1
ii gir1.2-gtk-3.0 3.22.11-1
ii python3 3.5.3-1
ii python3-cairo 1.10.0+dfsg-5+b1
ii python3-dbus 1.2.4-1+b1
ii python3-pexpect 4.2.1-1
Versions of packages mugshot recommends:
ii gir1.2-cheese-3.0 3.22.1-1+b1
ii gir1.2-gtkclutter-1.0 1.8.2-2
Versions of packages mugshot suggests:
ii gstreamer1.0-plugins-good 1.10.4-1
-- no debconf information
More information about the Python-apps-team
mailing list