Search Criteria
Package Details: mugshot 0.4.3-1
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: | |
Submitter: | None |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 85 |
Popularity: | 0.33 |
First Submitted: | 2014-10-06 21:37 |
Last Updated: | 2020-12-29 13:12 |
Dependencies (11)
- accountsservice (accountsservice-elogind)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- python-cairo (python-cairo-git)
- python-dbus
- python-gobject (python-gobject-git)
- python-pexpect
- intltool (make)
- python-distutils-extra (make)
- cheese (cheese-csd-headerbar, cheese-git) (optional) – webcam support
- libreoffice (libreoffice-dev-bin, libreoffice-fresh, libreoffice-still) (optional) – update user details
- pidgin (pidgin-mam-git, pidgin-mini, pidgin-gnutls, pidgin-hg, pidgin-light) (optional) – update buddy icon
Latest Comments
1 2 3 4 5 Next › Last »
gbernard commented on 2020-12-03 08:22
Thank you very much for this patch and what a quick fix.
Venom1991 commented on 2020-12-02 19:33
Python got updated to 3.9 today and this package stopped working (a method got removed/renamed). Luckily, it is an easy fix - https://github.com/bluesabre/mugshot/commit/4f6c280f43261b45f16dea348d33bb3bf02e3ca1
The Builder.py file is located in /usr/lib/python3.9/site-packages/mugshot_lib/
Unfortunately, a new release with this commit has not yet been packaged upstream so this is the only workaround that I can think of.
TuxTech commented on 2020-05-18 04:48
Depreciated?
D3SOX commented on 2019-08-30 13:48
New URL is https://github.com/bluesabre/mugshot
michaelnix commented on 2019-07-16 17:38
Never mind. I guess it was a problem with pamac-aur. Yay built just fine.
michaelnix commented on 2019-07-16 11:21
Fails to clone files for building. Comes back null.
FredBezies commented on 2018-08-08 15:30
Mugshot 0.4.1 is out.
https://bluesabre.org/2018/08/08/mugshot-0-4-1-released/
KillWolfVlad commented on 2018-08-06 12:22
Must be rebuilt for work with python 3.7.0-3
friday13 commented on 2018-07-24 12:58
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 92: ordinal not in range(128) ==> ERROR: A failure occurred in package(). Aborting... 2018-07-24 15:57:13,580 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/friday13/.cache/aurman/mugshot
thaewrapt commented on 2018-03-23 13:04
Seems like this package intended to work with Python2, not Python3. So, fixing all dependencies to python2-* ones is more convenient way to deal with locale error (and any others possible).