Broken Gnome, Help needed

Ralf Mardorf kde.lists at yahoo.com
Sun Sep 11 13:03:36 UTC 2022


On Sun, 2022-09-11 at 14:56 +0200, Ralf Mardorf wrote:
> ~/.config/dconf/user is a binary blob, it contains human readable
> values, but without the information to what keys they belongs:
> 
> [rocketmouse at archlinux ~]$ strings ~/.config/dconf/user | tail
> Sans 11
> sdefault-show-menubar
> bstatusbar-visible
> bcomputer-icon-visible
> bscaling
> iautoconnect
> icol-7-visible
> bgenerate-hdr-white-balance
> irecent-languages
> de_DE

Some of those strings are even not a value:

$ gsettings list-recursively | grep icol; echo $?
1

However, the OP's file does include all the information needed to
restore what ever is wanted, an example from my machine:

$ gsettings list-recursively | grep Sans\ 11
org.gnome.desktop.interface font-name 'Sans 11'
org.gnome.desktop.wm.preferences titlebar-font 'Sans 11'
org.gnome.gedit.preferences.print print-font-header-pango 'Sans 11'
org.mate.caja.desktop font 'Sans 11'
org.mate.interface document-font-name 'Sans 11'
org.mate.interface font-name 'Sans 11'
org.mate.pluma print-font-header-pango 'Sans 11'
org.x.editor.preferences.print print-font-header-pango 'Sans 11'




More information about the ubuntu-users mailing list