nautilus-open-any-terminal icon indicating copy to clipboard operation
nautilus-open-any-terminal copied to clipboard

Settings missing from dconf

Open vinchatl opened this issue 1 year ago • 6 comments

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:

  • Clés non définies par un schéma translates to Keys not defined by a schema
  • Aucun schéma trouvé translates to No schema found

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) ?

vinchatl avatar Aug 04 '24 20:08 vinchatl

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

vinchatl avatar Aug 08 '24 12:08 vinchatl

please try:

glib-compile-schemas ~/.local/share/glib-2.0/schemas

and

export XDG_DATA_DIRS=$HOME/.local/share/:$XDG_DATA_DIRS

Stunkymonkey avatar Oct 27 '24 19:10 Stunkymonkey

same here, i try to fill custom value from 'gnome-terminal' to 'warp-terminal' but cant. the setting back to default after click check buttons

blackinitial avatar Nov 13 '24 10:11 blackinitial

It's "warp", not "warp-terminal"

mlightsys avatar Nov 13 '24 11:11 mlightsys

It's "warp", not "warp-terminal"

not different, fill with whatever can't change the default value. i was fill value 'warp' but the value value can't disable. image

blackinitial avatar Nov 16 '24 14:11 blackinitial

you change the value to warp. Changing the default-value is not an option... it is "compiled" into the schema. You can only overwrite the default-value.

Stunkymonkey avatar Nov 22 '24 22:11 Stunkymonkey