Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

Settings missing from dconf #183

Open vinchatl opened 1 month ago

vinchatl commented 1 month ago

After installing the extension, I have no stunkymonkey entry in dconf editor (under /com/github), while the keys actually exists: when typing gsettings get com.github.stunkymonkey.nautilus-open-any-terminal terminal, I get the default response 'gnome-terminal'.

If I manually modify any of the keys, they actually appear in dconf, but doesn't have any description linked:

image

Note:

The schema actually exists in .local/share/glib-2.0/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml and the gsettings describe correctly returns the documentation written in the schema.

Does the extension need to be installed system-wide in order to appear in dconf (I installed the application with --user flag) ?

lvxnull commented 1 month ago

Have you tried compiling the schemas with glib-compile-schemas?

vinchatl commented 1 month ago

Yes I did, that's the result after compiling the schema.