Questions tagged [dconf]

dconf is a configuration system which includes a database of settings and a tool (also called dconf) to read and write it.

dconf is a configuration system which includes a database of settings and a tool (also called dconf) to read and write it.

See the GNOME Projects page: dconf

325 questions
103
votes
3 answers

What is dconf, what is its function, and how do I use it?

Mark Shuttleworth recently blogged about the decision to include the Qt libraries in the 11.10 release, with a followup from Jono Bacon. Mark states that the biggest challenge to integrating apps written in Qt into the larger Ubuntu system is Qt's…
user2405
102
votes
3 answers

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 based database (backend system). The newer…
idgar
  • 3,010
71
votes
1 answer

Graphical editor for GSettings/dconf?

Is there an equivalent to gconf-editor for GSettings/dconf? I know that I can use gsettings set ... on the command line, but that's a bit inconvenient (especially with list types).
htorque
  • 66,086
65
votes
1 answer

What are the differences between gconf and dconf?

I've read a lot of discussion about a new Ubuntu configuration tool: gconf is replaced by dconf. Why is this change being made? Why is there so much debate about it? Is it too difficult to create a gconf2dconf migration tool?
nkint
  • 2,065
47
votes
4 answers

How do I clean up my dconf database?

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)?
htorque
  • 66,086
46
votes
1 answer

Shouldn't dconf-editor and gsettings access the same database?

This is a basically 'academic' question --- to try to understand better the configuration system innards. I understand that the dconf system is the new configuration system in gnome3 that has replaced the (deprecated) gconf; this is quite clear…
Rmano
  • 32,167
41
votes
3 answers

How to save GNOME settings in a file?

I save my configuration in a Git repository to restore it easily later. Recently, I stumbled upon an issue where needed to change GNOME settings with the gsettings command. Is there a way to save these settings in a file that could be symlinked or…
41
votes
2 answers

How to dump ALL dconf/gsettings so that I can compare them between two different machines?

The problem: I have two machines, both with Ubuntu Gnome 14.04 up-to-date, and both with installed the latest CrossOver Linux(1) to run MS Office 2007 on it. I know, it's a proprietary program, but the problem is more general and affect Wine too.…
Rmano
  • 32,167
41
votes
2 answers

How to search dconf for keys or values?

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…
Paddy Landau
  • 4,658
39
votes
2 answers

When to use gconf vs dconf?

Both gconf and dconf editors are available. Given the change to dconf should we still be using gconf at all? Do changes in gconf actually do anything when running 11.10?
fragos
  • 3,583
39
votes
2 answers

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 the SCHEMA/PATH and KEY to set the value. Syntax…
Sri
  • 1,743
38
votes
4 answers

How do I change dconf keys without a gui (for a post-install script)?

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…
Inkayacu
  • 835
36
votes
1 answer

Is it possible to monitor dconf for changes?

I would like to monitor dconf for changes so that while I tinker with settings, applications and the like I can see what keys are changed, if any. Is there a way I can accomplish this?
Seth
  • 59,332
31
votes
3 answers

dconf change a string key

I'm trying to change a string based dconf key with a bash script, using the following command line: dconf write /org/gnome/nautilus/preferences/show-directory-item-counts 'never' But it return the following error: error: 0-5:unknown…
Dremor
  • 793
31
votes
2 answers

How to change Gsettings via remote shell?

I need to automate desktop configuration via Puppet, virtual terminal or ssh. Unfortunately, invocation of gsettings via ssh or virtual terminal gives: gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize…
1
2 3
21 22