nautilus-open-any-terminal
nautilus-open-any-terminal copied to clipboard
Settings missing from dconf
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:
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) ?
Yes I did, that's the result after compiling the schema.
please try:
glib-compile-schemas ~/.local/share/glib-2.0/schemas
and
export XDG_DATA_DIRS=$HOME/.local/share/:$XDG_DATA_DIRS
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
It's "warp", not "warp-terminal"
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.
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.