A GNOME Shell extension to synchronize your user icon with Gravatar.
gnome-shelldconf(optional)gnome-tweaks(optional)gnome-shell-extension-prefs(optional)
If you wish to build and install the extension manually, you will need the following tools:
gitnpm- Node Package Managernode- Node.js (>= 8.0.0)glib-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/jrouleau/gnome-shell-extensions-gravatar.git
# enter the local repository directory
cd gnome-shell-extensions-gravatar
# install the local build dependencies
npm install
# run the build/install toolchain
npm run install-extensionnpm run uninstall-extensionSettings can be configured from the gnome-tweaks or gnome-shell-extension-prefs tools or from the command line via dconf. Settings marked with * can only be changed by using dconf.
dconf write /org/gnome/shell/extensions/gravatar/debug "'<BOOL>'"dconf write /org/gnome/shell/extensions/gravatar/email "'<EMAIL>'"- 1 - 2048 pixel square (See: gravatar.com)
dconf write /org/gnome/shell/extensions/gravatar/icon-size <SIZE>Bugs should be reported via the GitHub Issue Tracker
You can run the extension in development mode with npm run dev. This will install the extension as a symlink to your development build dir and automatically rebuild when source files are changed.
To reload the extension you must reload GNOME with Alt + F2, r, [ENTER].
journalctl /usr/bin/gnome-shell -fgnome-shell-extension-prefs [email protected]The MIT License (MIT)