Daemon de GConf
The GConf daemon is called gconfd-2. The GConf daemon notifies applications when a preference value changes. For example, you might select to show only icons in toolbars in the Menus & Toolbars preference tool. When you select this option in the preference tool, the toolbars on all open applications are updated instantly. The GConf daemon can operate locally, or across a network.
An instance of the GConf daemon is started for each user. The GConf daemon does not have to deal with complex problems such as authentication and data security. When the GConf daemon starts, the daemon loads the GConf path file. The GConf daemon manages all access between applications and the configuration sources.
When an application requests the value of a preference key, the daemon searches the configuration sources as follows:
- Search for the value of the preference key in each configuration source, in the order specified in the path file. If the value is found, return the value.
- If a value is not found, search for the schema key that corresponds to the preference key in each configuration source, in the order specified in the path file.
- Se se encontra a chave de esquema, comproba o valor desa chave de esquema
- Se o valor de chave de esquema é un obxecto esquema, devolve un valor suxerido no elemento
O daemon de GConf tamén cachea valores de chaves de preferencias. Todas os aplicativos usan esta caché, de tal forma que os aplicativos só necesitan acceder ás fontes de configuración unha vez.
Para rematar o daemon GConf, execute a seguinte orde:
gconftool-2 --shutdown