Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
40
rated 0 times [  40] [ 0]  / answers: 1 / hits: 47446  / 3 Years ago, sun, june 6, 2021, 6:29:21

I have installed dconf-tools. In this case I am manipulating the display of a name in the panel on the session indicator.



I can change this in dconf-editor gui with no problem, I go to apps/indicator-session, and untick show-real-name-on-panel.



However, I have also tried to toggle it just using dconf at the command line:



dconf write /com/canonical/indicator/session/show-real-name-on-panel false


After rebooting, the panel is unchanged, and the key in the dconf-editor is unchanged as well.



Moreover, trying to update the dconf database via the terminal yields an error:



$ dconf update
fatal: Error opening directory '/etc/dconf/db': No such file or directory


From my experience it seems as though dconf and dconf-editor have no relationship, so I just wonder what I am doing wrong.



If I can get this figured out, I want to just place the command in a bash script to run the next time I have to do a clean install for an upgrade*. I do a lot of tweaks in 6 months and I just want to automate as much as possible from now on.




  • Slightly off-topic: the distribution upgrade mechanism has never worked without a hitch for me; I tried it going from 11.04 to 11.10 as well.


More From » dconf

 Answers
6

You can use the gsettings tool.



gsettings set com.canonical.indicator.session show-real-name-on-panel false

[#42569] Tuesday, June 8, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
humbire

Total Points: 55
Total Questions: 93
Total Answers: 113

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
humbire questions
Thu, May 13, 21, 02:28, 3 Years ago
Sun, Oct 24, 21, 14:23, 3 Years ago
Wed, May 17, 23, 22:16, 1 Year ago
;