OSG_Mugshot_fork/README.md

58 lines
1.8 KiB
Markdown
Raw Normal View History

2019-06-02 00:11:37 +00:00
# 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.
2019-06-02 11:00:19 +00:00
![Mugshot window](https://screenshots.bluesabre.org/mugshot/docs/mugshot-main-2.png)
2019-06-02 10:59:22 +00:00
2019-06-02 00:11:37 +00:00
## 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
2019-06-02 09:14:39 +00:00
### Build Requirements
- gir1.2-gtk-3.0
- python3
- python3-dbus
- python3-distutils
- [python3-distutils-extra](https://launchpad.net/python-distutils-extra)
- python3-gi
- python3-pexpect
### Runtime Requirements
2019-06-02 00:11:37 +00:00
- chfn
- python3-cairo
- python3-dbus
- 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
2019-06-02 02:34:24 +00:00
Please refer to the [Mugshot Wiki](https://github.com/bluesabre/mugshot/wiki/Installation) for installation instructions.
2019-06-02 00:11:37 +00:00
## Links
2019-06-02 01:20:01 +00:00
- [Homepage](https://github.com/bluesabre/mugshot)
- [Releases](https://github.com/bluesabre/mugshot/releases)
- [Bug Reports](https://github.com/bluesabre/mugshot/issues)
- [Translations](https://www.transifex.com/bluesabreorg/mugshot)
2019-06-02 02:32:18 +00:00
- [Wiki](https://github.com/bluesabre/mugshot/wiki)
2019-06-02 00:11:37 +00:00
## Troubleshooting
If you see the following error:
(mugshot:22748): GLib-GIO-ERROR **: Settings schema 'org.bluesabre.mugshot' is not installed
2019-06-02 00:11:37 +00:00
Be sure to copy data/glib-2.0/schemas/org.bluesabre.mugshot.gschema.xml to either:
2019-06-02 00:11:37 +00:00
- /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**.