Search code examples
shellubuntugnome

Where is the gnome update manager configuration files stored?


Where are the gnome update manager configuration files located? My goal is to make a shell script that will auto-config the update manager, so that it does daily updates and what not, without using the ui. I mainly just need to know where they are stored.


Solution

  • Update Manager stores it's settings in GConf (editable with the gconf-editor).

    GConf stores preferences data in a set of configuration sources. The sources used, their properties, and the order in which they are used by GConf is defined in the /etc/gconf/<version>/path file.

    More info here.