9d23c0c43a3155b6a6076557ec8ea4b13097ad30
Gravatar GNOME Shell Extension
A GNOME Shell extension to synchronize your user icon with Gravatar.
Prerequisites
gnome-shelldconf(optional)gnome-shell-extension-prefs(optional)
Installation
If you wish to build and install the extension manually, you will need the following tools:
gitglib-compile-schemasdconf(optional)
The packages which include the above tools may vary between different GNU/Linux distributions. Check your distribution's documentation / package list to find the most suitable packages.
# clone the repository
git clone https://github.com/dsheeler/gnome-shell-extensions-gravatar.git
# enter the local repository directory
cd gnome-shell-extensions-gravatar
# run the build/install toolchain
make
Uninstall
make uninstall
Settings
Settings can be configured from the gnome-shell-extension-prefs tool or from the command line via dconf. Settings marked with * can only be changed by using dconf.
*Debug Mode: (default: false)
dconf write /org/gnome/shell/extensions/gravatar/debug "'<BOOL>'"
Email Address: (default: null)
dconf write /org/gnome/shell/extensions/gravatar/email "'<EMAIL>'"
Get Avatar Keybinding: (default: ["<Ctrl><Super>g"])
dconf write /org/gnome/shell/extensions/gravatar/gravatar-ondemand-keybinding '["<KEYBINDING_STRING>"]'
*Icon Size: (default: 192)
- 1 - 2048 pixel square (See: gravatar.com)
dconf write /org/gnome/shell/extensions/gravatar/icon-size <SIZE>
Bug Reporting
Bugs should be reported via the GitHub Issue Tracker
Logs
Extension
journalctl /usr/bin/gnome-shell -f
Prefs Widget
gnome-shell-extension-prefs gravatar@gnome-shell-extensions.dsheeler.net
Credits
This project is a fork of Daniel Demus' fork of the original Gravatar extension by Jon Rouleau.
License
The MIT License (MIT)
Languages
JavaScript
92.1%
Makefile
7.9%