Questions tagged [gconf]

GConf is a system used by the GNOME desktop environment for storing configuration settings for the desktop and applications.

10 questions
8
votes
1 answer

Missing gconf/gconf-client.h

I'm trying to install an Evolution plugin using these instructions: How do I minimize Evolution to the system tray in Ubuntu? In the sudo make stage, I get the following output: make all-recursive make[1]: Entering directory…
4
votes
2 answers

GConf Error under Ubuntu

I use Ubuntu 10.04, and every now and then I start getting the following messages when starting gedit, for example. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for…
David B
  • 2,614
3
votes
1 answer

How do I add a new folder to gconf-editor?

I can't even figure out what these folders are called. The things inside them are apparently called "keys". How do I add another folder so that I can handle another file type that isn't listed?
endolith
  • 7,704
2
votes
3 answers

How to remove shortcuts of drives from desktop without unmounting it in Ubuntu?

I have a question about unmounting the drives in Linux. Whenever I open any drives in system its shortcut/image will be shown in the desktop. To remove that, I need to right-click on it and select unmount. Then only that shortcut disappears. This…
Sjk
  • 197
2
votes
1 answer

Gnome-terminal overwriting/ignoring manual file changes to .gconf xml profiles

I have an XML file for a custom profile for gnome-terminal. However, when I throw the file into an appropriate directory like ~/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml the file is clobbered the next time I run gnome-terminal. The…
goathens
  • 295
2
votes
1 answer

Center all windows title using gconf-editor?

I want to center my windows title like so: Instead of having them aligned to the right: Is there a setting I can change in gconf-editor or is this something controlled by each theme?
Kredns
  • 3,067
0
votes
1 answer

Update screensaver theme using gconftool-2

How can i update the screensaver theme? I am using: $sudo gconftool-2 -t --list-type string --set /apps/gnome-screensaver/themes [screensavers-xyz] But it doesn't seem to work. I get an error saying "Don't understand type '--list-type"
Wasi
  • 125
0
votes
2 answers

How to fix a gconf error?

Whenever I log into Ubuntu(10.04), I get the following error. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash.…
user41652
  • 111
0
votes
1 answer

How to enable screen sharing when using networkd in netplan?

On Ubuntu 18.04, I am configuring a bond of 2 interfaces and using 2 interfaces of another NIC. Here is my netplan entry: network: version: 2 renderer: networkd ethernets: eno1: dhcp4: yes eno2: dhcp4: yes enp129s0f0: …
Rick
  • 1
0
votes
1 answer

Refresh wallpaper Deepin Linux

I'm trying to change my wallpaper on Deepin Linux (the X server is Deepin Desktop Manager (dde)) with the command line. I can do it with the command gsettings set com.deepin.dde.appearance background-uris but I need to wait for a user logout/system…
BDeliers
  • 123