Questions tagged [gconf]

system for storing application preferences

GConf is a system for storing application preferences. It is intended for user preferences

127 questions
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
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
58
votes
2 answers

How do I use the gconf editor?

I see some answers where people post to set a key in the gconf-editor, however there is no entry for gconf-editor in my menu. How do I run it and how do I use it to set keys that people recommend?
Jorge Castro
  • 73,717
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
27
votes
5 answers

I encountered a gconf2 error while installing some packages, what should I do?

I got this error when installing some software: Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 5 not fully installed or removed. After…
24
votes
2 answers

How to change gnome-terminal profile preferences using dconf or gsettings?

After upgrading form Ubuntu 14.10 to 15.10, it seems that changing gnome-terminal preferences using gconftool-2 is no longer supported. I guess this issue is related the Gconf to GSettings migration. Now, I would like to change some of my old…
24
votes
2 answers

Switch from path bar to location bar permanently in Nautilus

As most of you know, you can switch between the visual location entry, and the text based one in Nautilus, by hitting Ctrl+L. When I tried to set this value permanently in gconf-editor, it doesn't exist. When I tried to do it via the terminal, this…
willbeeler
  • 1,999
22
votes
4 answers

How do I assign magnet links to use qbittorrent?

The key /desktop/gnome/url-handlers/magnet in gconf-editor is missing. How do I assign magnet links to use qbittorrent? It would be really nice if it were easy to set url handlers. I always struggle with this when doing a fresh install. I would like…
16
votes
2 answers

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 to do, so create a script that reads all my…
Zta
  • 323
15
votes
1 answer

What Terminal command will dump all Gconf keys and values? ie the ones seen in gconf-editor

I can output a single key-value, as per the following example: gconftool-2 --get /apps/panel/applets/clock_screen0/object_type bonobo-applet How can I dump the entire gconf database? ... Key-names and Values
Peter.O
  • 25,251
14
votes
2 answers

What is the relationship between .gconf, .gnome2, .cache, .local, and other dot-file hierarchies in my home directory?

According to this answer, .local .cache and .config are, by convention, configuration storage locations adopted by Gnome and Ubuntu. Are .gnome .gnome2 and .gconf therefore legacy configuration directories, or are they supposed to co-exist? And…
belacqua
  • 23,540
11
votes
2 answers

How to set nautilus to --no-desktop via gconf

I need to set --no-desktop via gconf for nautilus, I use OpenBox. I used to just set it like this # Disable Nautilus desktop. gconftool-2 -s -t bool /apps/nautilus/preferences/show_desktop false & # Do not let Nautilus set the background…
J. M. Becker
  • 1,585
  • 2
  • 13
  • 20
11
votes
3 answers

Does Ubuntu have the equivalent of a registry, especially for desktop GUI items?

I've seen several references to 'Compiz Config' and a 'gnome config' application that seems to not be installed by default. Where do these config applications store their data? Is there a registry similar to Windows or are there just some files…
Jeff
  • 911
11
votes
2 answers

Can I make mailto: links open up in gmail instead of evolution?

mailto: links fire up annoying "Evolution Setup Assistant". I want it to open a compose window in gmail in my web browser. There are existing questions about this here, but the answers are outdated and no longer work on 11.04. on my system: I'm…
wim
  • 13,088
1
2 3
8 9