Sample Header Ad - 728x90

How would I convert this gsettings command into a dconf configuration file?

1 vote
1 answer
614 views
With a basic gsettings command such as, for example, gsettings set org.gnome.desktop.secreensaver lock-enabled true, I could easily turn it into a dconf config by just replacing the dots with slashes like this: [org/gnome/desktop/screensaver] lock-enabled=true I'm trying to do something similar but with a more complicated gsettings command, and I'm not seeing how to correctly format it. The command is: $ gsettings set org.gnome.settings-daemon.plugins.sharing.service:/org/gnome/settings-daemon/plugins/sharing/gnome-remote-desktop/ enabled-connections "['myuuidhere']" This command activates Gnome's remote desktop sharing feature for the user that runs it, but for certain reasons I require it to be enabled by default without a user needing to do anything by hand (the file will be programmatically generated with the correct UUID along with other necessary settings, I'm just having trouble getting this specific command into a dconf-usable format).
Asked by Kefka (487 rep)
Jul 12, 2023, 02:01 PM
Last activity: Jul 12, 2023, 02:43 PM