Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
41
rated 0 times [  41] [ 0]  / answers: 1 / hits: 23228  / 2 Years ago, tue, january 11, 2022, 11:51:15

Dconf is pretty young, yet my database is already a mess with lots of "schema-less" keys. Is there a way to do some cleaning up, or would I need to start from scratch (by removing ~/.config/dconf/user I guess)?


More From » dconf

 Answers
2

This is possible using the dconf reset command, though it's not clear if that's a side-effect of a bug.




  • For a single key:



    dconf reset "/path/to/the/key"


    Must not end with a /.


  • For a whole path:



    dconf reset -f "/path/to/the/path/"


    Must end with a /.




If you do this while having dconf-editor opened, it will likely crash.


[#44939] Tuesday, January 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alkeake

Total Points: 467
Total Questions: 94
Total Answers: 126

Location: Tajikistan
Member since Tue, Jun 15, 2021
3 Years ago
;