Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
43
rated 0 times [  43] [ 0]  / answers: 1 / hits: 15997  / 3 Years ago, tue, november 2, 2021, 1:50:29

I loaded dconf-editor. There is no menu, but I did discover that you can press Ctrl+F and enter a search term.



However, I do not know what Ctrl+F actually searches. When I enter a term (e.g. panel or unity-greeter), I receive no results.



I have also tried gsettings at the command line, but with no luck whatever options I have tried; I must be doing it incorrectly.



How do I search for a specific key or value within dconf?


More From » dconf

 Answers
5

First, the search function in dconf-editor searches only among those things which are directly visible on screen or reachable by scrolling (note that the search field looks just like the one in other applications like Nautilus).



I know of no other graphical tool you could use. So you probably need to use the command line tool dconf (also from the package dconf-tools).



Specifically for search recursively through the whole database (including keys and values) I would use this command:



dconf dump / | grep SEARCH-TERM


dump basically gives you the whole database in an "Windows-Ini-File"-like format. For browsing through the database, use dconf list /PATH.



As you've mentioned gsettings, the equivalent search command there is:



gsettings list-recursively | grep SEARCH-TERM


However, this may not be what you want (for a search for unity, this gives completely different results for me). Not sure what database is used here.



Edit: After reading this question, I noticed that dconf shows you only the settings which are actually set in the database, not all possible settings like dconf-editor. Apparently you can use gsettings list-schemas to give you all possible settings.


[#36501] Tuesday, November 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;