Tagged Questions
7
votes
2answers
289 views
Gconf, Dconf, Gsettings and the relationship between them
I'm trying to understand how Gconf, Dconf and Gsettings works and what the relationship is between them.
All I know is:
Gconf - XML based database (backend system). the older one.
Dconf - BLOB ...
1
vote
0answers
42 views
Compiz Configuration with Gsettings for Focus policy
It is to my understanding that there are methods to learn of Compiz configuration with regard to its focus policy as followings. ( Perhaps there are more, but I have yet to discovered. )
...
0
votes
0answers
179 views
How can I use gsettings to do this, instead of dconf?
I'm currently doing the following to add a terminal launcher icon to a gnome-panel, but I suspect there's a more correct way to do this, using gsettings instead of using dconf directly.
# add ...
1
vote
2answers
403 views
How to read default key value with dconf or gsettings?
I would like to know the default value of a dconf/gsettings key.
My question is a followup of the question below:
Where can I get a list of SCHEMA / PATH / KEY to use with gsettings?
What I'm trying ...
0
votes
0answers
40 views
System settings show correct or desired settings but will not work and appear to not be read by system
I restarted my computer with 12.04 and after logging in it took a lot longer to boot into the desktop than normal.
Then the settings even though still set correctly if you look into system settings ...
2
votes
2answers
646 views
Where can I get a list of SCHEMA / PATH / KEY to use with gsettings?
After doing some research, I found that I can quickly set configuration options using the gsettings command in the terminal, instead of installing dconf-editor or gconf-editor or CCSM.
But we need ...
3
votes
1answer
488 views
How do I change the window theme using bash?
In Ubuntu 12.04, how will I be able to set the gnome window theme with a bash command?
This no longer works (it used to in the previous releases)
gconftool-2 --set --type string ...
