Open vinchatl opened 3 months ago
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"
After installing the extension, I have no
stunkymonkey
entry in dconf editor (under/com/github
), while the keys actually exists: when typinggsettings 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:
The schema actually exists in
.local/share/glib-2.0/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml
and thegsettings 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) ?