| View previous topic :: View next topic |
| Author |
Message |
wswartzendruber Veteran


Joined: 23 Mar 2004 Posts: 1197 Location: Jefferson, USA
|
Posted: Wed Jan 31, 2007 2:15 am Post subject: Deleting GConf Keys |
|
|
| How the hell do I delete a GConf key? |
|
| Back to top |
|
 |
codergeek42 Bodhisattva

Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Wed Jan 31, 2007 2:22 am Post subject: |
|
|
For a single key: | Code: | | gconftool-2 --unset /key/path/here/foo | For a full subtree, use the '--recursive--unset' option instead.
Hope that helps. _________________ ~~ Peter: Brony, GNU/Linux geek, caffeine addict, and Free Software advocate.
Who am I? :: EFF & FSF |
|
| Back to top |
|
 |
wswartzendruber Veteran


Joined: 23 Mar 2004 Posts: 1197 Location: Jefferson, USA
|
Posted: Thu Feb 01, 2007 8:06 pm Post subject: |
|
|
* Salutes *
Sir, PFC Swartzendruber reports the /apps/compiz subtree still present and defiantly laughing.
* Cuts salute * |
|
| Back to top |
|
 |
codergeek42 Bodhisattva

Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Fri Feb 02, 2007 2:21 am Post subject: |
|
|
| wswartzendruber wrote: | * Salutes *
Sir, PFC Swartzendruber reports the /apps/compiz subtree still present and defiantly laughing.
* Cuts salute * | Every GConf key tree has an associated schema, which is a listing of the default key/value pairs for the application. These are ususally installed alongside the package and can be removed by uninstalling the associated schema. Not sure where it is on Gentoo, but it's probably similar: | Code: | # export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
# gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/compiz.schemas | Hope that helps. _________________ ~~ Peter: Brony, GNU/Linux geek, caffeine addict, and Free Software advocate.
Who am I? :: EFF & FSF |
|
| Back to top |
|
 |
|