Mugshot - User Management Utility for Linux
Go to file
Sean Davis dc74da0918 Upgrade license from GPL3 to GPL3+ 2014-07-27 20:07:47 -04:00
bin Upgrade license from GPL3 to GPL3+ 2014-07-27 20:07:47 -04:00
data Add AppData files 2014-07-27 19:55:15 -04:00
mugshot Upgrade license from GPL3 to GPL3+ 2014-07-27 20:07:47 -04:00
mugshot_lib Upgrade license from GPL3 to GPL3+ 2014-07-27 20:07:47 -04:00
po Add AppData files 2014-07-27 19:55:15 -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 Add AppData files 2014-07-27 19:55:15 -04:00
NEWS Update release date 2014-04-04 21:24:22 -04:00
README Packaging fixes 2014-01-25 23:19:07 -05:00
mugshot.1 License and setup updates 2014-01-25 18:13:56 -05:00
mugshot.desktop.in Update debian base with required details 2013-08-29 07:12:28 -04:00
setup.py Upgrade license from GPL3 to GPL3+ 2014-07-27 20:07:47 -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.