PDA

View Full Version : Registry/gconf equivalent for KDE/Linux



WitchCraft
December 16th, 2009, 12:02 PM
Is there a Registry/gconf equivalent for KDE?

I realize gconf is what's used by gnome, but does KDE have something like this ?

And more importantly, is there any general linux program, for example in core-utils, that replaces the registry ?

(I mean as a CENTRAL place for configuration/settings.)

akashiraffee
December 16th, 2009, 03:42 PM
And more importantly, is there any general linux program, for example in core-utils, that replaces the registry ?

(I mean as a CENTRAL place for configuration/settings.)
No. Notice linux/GNU is very modularized -- the kernel is a completely separate beast from the OS.

AFAIK, the only "configuration" you can do with the kernel post-compile is by passing it command-line switches at start-up, which this can affect a range of things, such as whether to use atime in a traditional manner with the filesystem, etc, etc.

Then, the GNU programs which form the base of the OS (such as core-utils and the shell) are also separate from the window manager which is it's own layer on top of the Xorg server. All these things have configuration, but they are not centralized, they remain discrete like the components themselves. Gconf is just configuration for the DE and it is gnome specific. I don't know if there is an exact KDE equivalent. Gnome and KDE also both use the XDG standard for configuration, which you can investigate that.

Reiger
December 16th, 2009, 06:45 PM
Apart from /etc/ and $HOME/.<app>... In KDE there is ksyscoca (kde-system-configuration-cache).

But that is not necessarily the same as a central registry.

WitchCraft
December 16th, 2009, 08:08 PM
Apart from /etc/ and $HOME/.<app>... In KDE there is ksyscoca (kde-system-configuration-cache).

But that is not necessarily the same as a central registry.

Good, ksyscoca and kregistry.
And apart from /etc, there is /boot /dev uname and some others..