Le jeudi 06 septembre 2007 à 18:04 -0700, Brandt, Todd E a écrit : > The default values for all of these are installed with gconf2-common > from the feisty build. The gutsy version of gconf2-common seems to have > many of these removed, which is why some of the applets don't populate > as expected when started (for instance the keyboard shortcuts applet has > nothing in it because it seems the gnome-settings-daemon section of the > gutsy gconf default database has been removed).
> I think in the short term we may want to fork a version of gconf2-common > that installs our own defaults, then push our changes back upstream when > the database has been pretty well established. > Of course I'm not a gconf expert so please feel free to chime in with > corrections/comments. Hi, The default values are coming from the .schemas shipped with the packages. The multimedia keyboard shorcuts come from apps_gnome_settings_daemon_keybindings.schemas in capplets-data for example. The schemas are not used directly by gconf but applied during the package installation. On Debian and Ubuntu the easier way to modify the default value of a key is to create gconf-defaults, you can read the gconf2 README.Debian which has some details or look to the gnome-control-center libgnome or nautilus packages if you want examples. The format is simple enough, you just have to list the keys and their values Cheers, Sebastien Bacher -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
