Mugshot - User Management Utility for Linux
Go to file
Sean Davis 4b17431640 Make cheese and clutter optional, simplify user image widget 2015-09-06 16:24:59 -04:00
bin Pythonize glade, PEP8 2015-08-31 22:31:02 -04:00
data Make cheese and clutter optional, simplify user image widget 2015-09-06 16:24:59 -04:00
mugshot Make cheese and clutter optional, simplify user image widget 2015-09-06 16:24:59 -04:00
mugshot_lib Pythonize glade, PEP8 2015-08-31 22:31:02 -04:00
po Make cheese and clutter optional, simplify user image widget 2015-09-06 16:24:59 -04:00
AUTHORS Update AUTHORS 2014-01-25 18:16:24 -05:00
COPYING Add COPYING 2013-07-14 08:36:35 -04:00
MANIFEST.in Include appdata xml for build 2014-08-02 07:32:01 -04:00
NEWS Update release notes and timestamp 2014-09-01 20:16:17 -04:00
README Packaging fixes 2014-01-25 23:19:07 -05:00
mugshot.1 Reduce version number since only minor UI changes were introduced. 2014-08-31 07:04:32 -04:00
mugshot.desktop.in Update debian base with required details 2013-08-29 07:12:28 -04:00
setup.py Pythonize glade, PEP8 2015-08-31 22:31:02 -04:00

README

Mugshot is a lightweight user configuration utility that allows you to easily update personal user details. This includes:
  - Linux profile image: ~/.face
  - User details stored in /etc/passwd (used by finger)
  - Pidgin buddy icon
  - LibreOffice user details
  
Dependencies: chfn, python3-gi, python3-pexpect, python3-dbus, python3-cairo
Optional: gstreamer1.0-plugins-good and gstreamer1.0-tools (for webcam support), gnome-control-center-data (provides a healthy list of stock user profile images)

Please report comments, suggestions and bugs to:
    Sean Davis <smd.seandavis@gmail.com>
    
Check for new versions at:
    https://launchpad.net/mugshot


NOTE: If you get the following error:

(mugshot:22748): GLib-GIO-ERROR **: Settings schema 'apps.mugshot' is not installed

be sure to copy data/glib-2.0/schemas/apps.mugshot.gschema.xml to either:
/usr/share/glib-2.0/schemas, or
/usr/local/share/glib-2.0/schemas

and run glib-compile-schemas on that directory before running.