Mugshot and the XFCE Spin

For the GitHub version, Looks like we also need to install the python3-distutils-extra from dnf:
image

Afterward, we need to chmod +x the setup.py then ./setup.py install to install mugshot. Once it’s installed, you will need to copy the XML file in mugshot-0.4.3/data/glib-2.0/schemas/ to either /usr/local/share/glib-2.0/schemas/ (which I did) or /usr/share/glib-2.0/schemas/

After that, you will need to run glib-compile-schemas ./ within either /usr schemas directory you copied it to, and not the mugshot directory. You can run mugshot after this:

image

1 Like