Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings missing from dconf #183

Open
vinchatl opened this issue Aug 4, 2024 · 6 comments
Open

Settings missing from dconf #183

vinchatl opened this issue Aug 4, 2024 · 6 comments

Comments

@vinchatl
Copy link

vinchatl commented Aug 4, 2024

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
Copy link
Author

vinchatl commented Aug 8, 2024

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

@Stunkymonkey
Copy link
Owner

please try:

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

and

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

@blackinitial
Copy link

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
Copy link
Contributor

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

@blackinitial
Copy link

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

@Stunkymonkey
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@Stunkymonkey @blackinitial @vinchatl @lvxnull2 and others