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

Save dconf-editor settings too #50

Closed
sanjarcode opened this issue Aug 19, 2022 · 4 comments
Closed

Save dconf-editor settings too #50

sanjarcode opened this issue Aug 19, 2022 · 4 comments

Comments

@sanjarcode
Copy link

sanjarcode commented Aug 19, 2022

In addition to gnome-extensions, tweaks and keybindings, I use dconf-editor to set very specific desktop preferences like dock settings (delay, height, transparency for example) etc. Can we save that too?

@oae
Copy link
Owner

oae commented Aug 19, 2022

Hi,

The extension is backing up and restoring keys under the following dconf paths. Which path are you referring to for dock settings?

  '/org/gnome/mutter/keybindings/',
  '/org/gnome/mutter/wayland/keybindings/',
  '/org/gnome/shell/keybindings/',
  '/org/gnome/desktop/wm/keybindings/',
  '/org/gnome/settings-daemon/plugins/media-keys/',
  '/org/gnome/desktop/background/',
  '/org/gnome/desktop/calendar/',
  '/org/gnome/desktop/input-sources/',
  '/org/gnome/desktop/interface/',
  '/org/gnome/desktop/peripherals/',
  '/org/gnome/desktop/screensaver/',
  '/org/gnome/desktop/sound/',
  '/org/gnome/desktop/wm/preferences/',
  '/org/gnome/mutter/',
  '/org/gnome/settings-daemon/plugins/xsettings/',

@sanjarcode
Copy link
Author

sanjarcode commented Aug 20, 2022

Using dconf-editor creates a file.
Path: ~/.config/user (yes, it's literally named "user")
Contents - adding as TXT but the file has no extension

The file is mostly binary content, but there's some human-readable settings data at the end.

@sanjarcode
Copy link
Author

This could really be an awesome feature, because Windows saves every minute detail, afaik. Your extension is the first step in that direction, for Gnome.

@oae
Copy link
Owner

oae commented Aug 20, 2022

I believe that the file contains all dconf settings. I don't plan to add file synchronization. But if you have specific dconf paths in your mind, I can add them. Which dock do you refer to? dash-to-dock extension?

@oae oae closed this as not planned Won't fix, can't repro, duplicate, stale Sep 1, 2022
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