Package Details: mugshot 0.4.3-3

Git Clone URL: https://aur.archlinux.org/mugshot.git (read-only, click to copy)
Package Base: mugshot
Description: Program to update personal user details
Upstream URL: https://github.com/bluesabre/mugshot
Licenses: GPLv3
Submitter: None
Maintainer: twa022
Last Packager: twa022
Votes: 100
Popularity: 0.87
First Submitted: 2014-10-06 21:37 (UTC)
Last Updated: 2022-09-06 01:38 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jonathon commented on 2017-12-11 16:52 (UTC)

Looks like "UnicodeDecodeError" is due to a default C locale instead of a UTF8 locale. One workaround is to edit /etc/locale.gen and enable en_US.UTF8, then run locale-gen, then export LC_ALL=en_US.UTF8. Build will complete after that.

Not sure if that's in the scope of a PKGBUILD? It kind of sounds like a bug in the upstream code...

seantum commented on 2017-08-10 22:20 (UTC)

mugshot doesn't start in vanilla Arch (also using xfce4) Here is the log from the terminal: [thomas@arch-xfce ~]$ mugshot ** (mugshot:908): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-7X4l9ckp17: Verbindungsaufbau abgelehnt Traceback (most recent call last): File "/usr/bin/mugshot", line 36, in <module> mugshot.main() File "/usr/lib/python3.6/site-packages/mugshot/__init__.py", line 47, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3.6/site-packages/mugshot_lib/Window.py", line 53, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3.6/site-packages/mugshot/MugshotWindow.py", line 229, in finish_initializing self.init_user_details() File "/usr/lib/python3.6/site-packages/mugshot/MugshotWindow.py", line 273, in init_user_details user_details = self.get_user_details() File "/usr/lib/python3.6/site-packages/mugshot/MugshotWindow.py", line 665, in get_user_details as_data = self.get_accounts_service_data() File "/usr/lib/python3.6/site-packages/mugshot/MugshotWindow.py", line 717, in get_accounts_service_data name = self.split_name(name) File "/usr/lib/python3.6/site-packages/mugshot/MugshotWindow.py", line 697, in split_name parts = name.split()

koassim commented on 2017-04-08 13:15 (UTC)

accountsservice is not optional for me (using xfce4). Without it mugshot flat out refuses to run (there is a ~/.face file)

Megver83 commented on 2017-03-27 13:54 (UTC)

@hexdsl I'm having the same issue in a clear chroot, but not on my OS.

hexdsl commented on 2017-02-23 16:47 (UTC)

Traceback (most recent call last): File "setup.py", line 201, in <module> cmdclass={'install': InstallAndUpdateDataDirectory} File "/usr/lib/python3.6/site-packages/DistUtilsExtra/auto.py", line 100, in setup distutils.core.setup(**attrs) File "/usr/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "setup.py", line 186, in run update_desktop_file(desktop_file, script_path) File "setup.py", line 106, in update_desktop_file for line in fin: File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 92: ordinal not in range(128) ==> ERROR: A failure occurred in package(). Aborting... :: failed to build mugshot package(s) :(

Stein commented on 2016-11-16 12:44 (UTC)

I get the Error: ==> Starting package()... To build mugshot you need https://launchpad.net/python-distutils-extra ==> ERROR: A failure occurred in package(). Aborting... :: failed to build mugshot package(s) but my python-distutils-extra is up to date: pacaur -Ss python-distutils community/python-distutils-extra 2.39-1 [installed] Enhancements to the Python build system Some of the other AUR packages had problem with my Anaconda installation, this package is not in conda. So I think this might not be this problem. How do I fix this?

root.nix commented on 2016-10-10 15:04 (UTC)

I have updated to latest version and added accountsservice as dependency. Also mailed maintainer - so far, no response. Temporary pkgbuild can be found at https://github.com/fhdk/mugshot

Trollwut commented on 2016-09-18 04:26 (UTC) (edited on 2016-09-18 04:26 (UTC) by Trollwut)

For those who can't start `mugshot`, closing with the following error: > GLib.Error: g-file-error-quark: Failed to open file '/home/cedric/.face': No such file or directory (4) Installing `extra/accountsservice` fixed it for me. :) (Running with XFCE)

Neruson1138 commented on 2016-09-08 05:30 (UTC)

Package installs, but no longer launches (Xfce). Running "mugshot" in the terminal provides this: [neruson@archbook ~]$ mugshot /usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:27: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, Gst, GdkPixbuf Traceback (most recent call last): File "/usr/bin/mugshot", line 36, in <module> mugshot.main() File "/usr/lib/python3.5/site-packages/mugshot/__init__.py", line 46, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3.5/site-packages/mugshot_lib/Window.py", line 52, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 223, in finish_initializing self.init_user_details() File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 243, in init_user_details self.set_user_image(face) File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 288, in set_user_image pixbuf = GdkPixbuf.Pixbuf.new_from_file(filename) GLib.Error: g-file-error-quark: Failed to open file '/home/neruson/.face': No such file or directory (4) [neruson@archbook ~]$

Marsic commented on 2016-09-04 07:40 (UTC)

When I try to launch it I'm getting /usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:27: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, Gst, GdkPixbuf Traceback (most recent call last): File "/usr/bin/mugshot", line 36, in <module> mugshot.main() File "/usr/lib/python3.5/site-packages/mugshot/__init__.py", line 46, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3.5/site-packages/mugshot_lib/Window.py", line 52, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 223, in finish_initializing self.init_user_details() File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 243, in init_user_details self.set_user_image(face) File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 288, in set_user_image pixbuf = GdkPixbuf.Pixbuf.new_from_file(filename) GLib.Error: g-file-error-quark: Failed to open file '/home/lorenzo/.face': No such file or directory (4)