p-e-w / plotinus

A searchable command palette in every modern GTK+ application
1.02k stars 22 forks source link

"com.worldwidemann.plotinus is not installed" / "No GSettings schemas are installed on the system" #43

Closed phil294 closed 4 years ago

phil294 commented 4 years ago

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:

  1. cp './plotinus/data/com.worldwidemann.plotinus.gschema.xml' '/usr/share/glib-2.0/schemas'
  2. sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
  3. sudo pacman -S gsettings-desktop-schemas

Hope this helps someone. I'll close this immediately.