Mugshot - User Management Utility for Linux
Go to file
dependabot[bot] cdbad725b8
Bump actions/setup-python from 4.2.0 to 4.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 07:57:38 +00:00
.github Bump actions/setup-python from 4.2.0 to 4.3.0 2022-10-11 07:57:38 +00:00
bin Release 0.4.3 2020-12-28 19:55:14 -08:00
data Release 0.4.3 2020-12-28 19:55:14 -08:00
mugshot Release 0.4.3 2020-12-28 19:55:14 -08:00
mugshot_lib Release 0.4.3 2020-12-28 19:55:14 -08:00
po Translate /po/mugshot.pot in et 2022-08-06 22:03:11 +00:00
.gitignore Release 0.4.2 2019-07-28 14:49:17 -04:00
AUTHORS Release 0.4.3 2020-12-28 19:55:14 -08:00
COPYING Add COPYING 2013-07-14 08:36:35 -04:00
MANIFEST.in Move to RDN-format for .desktop and gschema (org.bluesabre.mugshot), fixes asv-cid-desktopapp-is-not-rdns 2020-07-30 07:45:31 -04:00
NEWS Release 0.4.3 2020-12-28 19:55:14 -08:00
README.md Merge pull request #12 from qarkai/gdbus 2020-08-23 15:25:59 -04:00
mugshot.1 Update contact address 2019-06-02 05:20:37 -04:00
org.bluesabre.Mugshot.desktop.in Move to RDN-format for .desktop and gschema (org.bluesabre.mugshot), fixes asv-cid-desktopapp-is-not-rdns 2020-07-30 07:45:31 -04:00
setup.py Release 0.4.3 2020-12-28 19:55:14 -08:00

README.md

Mugshot

Mugshot is a lightweight user configuration utility for Linux designed for simplicity and ease of use. Quickly update your personal profile and sync your updates across applications.

Mugshot window

Features

  • Update your user profile image (~/.face and AccountService)
  • Update user details stored in /etc/passwd (used by finger and other desktop applications)
  • (Optionally) sync your profile image to your Pidgin buddy icon
  • (Optionally) sync your user details to LibreOffice

Dependencies

Build Requirements

Runtime Requirements

  • chfn
  • python3-cairo
  • python3-gi
  • python3-pexpect

Optional (for webcam support)

  • gstreamer1.0-plugins-good
  • gstreamer1.0-tools
  • gir1.2-cheese-3.0
  • gir1.2-gtkclutter-1.0

Installation

Please refer to the Mugshot Wiki for installation instructions.

Troubleshooting

If you see the following error:

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

Be sure to copy data/glib-2.0/schemas/org.bluesabre.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 Mugshot.