Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Support specifying both schema and path #4

Open
radomirbosak opened this issue Jun 27, 2017 · 1 comment
Open

Support specifying both schema and path #4

radomirbosak opened this issue Jun 27, 2017 · 1 comment

Comments

@radomirbosak
Copy link

I'd like to issue basically this command

$ gsettings get org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name

But I have to fake this with the setting

- name: new terminal shortcut
  gsetting:
    user: me
    key: "org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/.name"
    value: "New terminal"

The path must be specified in the case, since the schema for custom keyboard shortcuts is relocatable:

$ gsettings get org.gnome.settings-daemon.plugins.media-keys.custom-keybinding name
Schema “org.gnome.settings-daemon.plugins.media-keys.custom-keybinding” is relocatable (path must be specified)
@nouchka
Copy link

nouchka commented Jan 11, 2019

@radomirbosak thanks for this temp fix

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

No branches or pull requests

2 participants