Mugshot - User Management Utility for Linux
Go to file
Thaddäus Tintenfisch 965e8ad064 Read first and last name from entries 2014-03-30 21:26:33 +02:00
bin Set text domain, update templates 2014-03-08 23:29:19 -05:00
data Improve initials field behavior 2014-03-28 03:35:00 +01:00
mugshot Read first and last name from entries 2014-03-30 21:26:33 +02:00
mugshot_lib Update NEWS, bump version numbers 2014-03-09 07:54:18 -04:00
po Launchpad automatic translations update. 2014-03-26 07:16:21 +00: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 Packaging fixes 2014-01-25 23:19:07 -05:00
NEWS Update NEWS, bump version numbers 2014-03-09 07:54:18 -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 Update NEWS, bump version numbers 2014-03-09 07:54:18 -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.