Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
595 stars 60 forks source link

Settings missing from dconf #183

Open vinchatl opened 3 months ago

vinchatl commented 3 months 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) ?

vinchatl commented 3 months ago

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

Stunkymonkey commented 2 weeks ago

please try:

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

and

export XDG_DATA_DIRS=$HOME/.local/share/:$XDG_DATA_DIRS
blackinitial commented 1 day ago

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

lvxnull2 commented 1 day ago

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