20

dconf editor indicates the keys whose values have been altered by the user by changing the key's font to bold as shown in the snapshot.

snap1

So I wonder if there is a way to dump all the keys (including their schema) which have been modified manually by user or changed to something other than the default? That would prove very helpful to solve many desktop environment issues, or at least for me :)

Zanna
  • 72,312
rusty
  • 16,917

1 Answers1

26

dconf provides such an option (Ref: man dconf)

  • To dump only user-altered keys:

      dconf dump / > dump.dconf
    
  • To restore:

      dconf load / < dump.dconf
    
Hrishikesh Kadam
  • 359
  • 5
  • 14
user.dz
  • 49,176