Trying to install in Manjaro/Arch, the schema doesnt seem to get installed, with the error com.worldwidemann.plotinus is not installed coming up both when trying to configure (gsettings set ...) or trying to run a program with GTK3-MODULES=.... Maybe the reason is the presence of the package gsettings-desktop-schemas. Weirdly enough, when I ran sudo glib-compile-schemas /usr/share/glib-2.0/schemas, I couldnt even run gedit normally anymore, because No GSettings schemas are installed on the system. So I am not really sure whats going on here, but it was solveable by doing it in the the following order:
Trying to install in Manjaro/Arch, the schema doesnt seem to get installed, with the error
com.worldwidemann.plotinus is not installed
coming up both when trying to configure (gsettings set ...
) or trying to run a program withGTK3-MODULES=...
. Maybe the reason is the presence of the packagegsettings-desktop-schemas
. Weirdly enough, when I ransudo glib-compile-schemas /usr/share/glib-2.0/schemas
, I couldnt even rungedit
normally anymore, becauseNo GSettings schemas are installed on the system
. So I am not really sure whats going on here, but it was solveable by doing it in the the following order:cp './plotinus/data/com.worldwidemann.plotinus.gschema.xml' '/usr/share/glib-2.0/schemas'
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
sudo pacman -S gsettings-desktop-schemas
Hope this helps someone. I'll close this immediately.