Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfconf:start [2012/04/29 13:43] – Fixed links andrzejrxfce:xfconf:start [2019/08/16 01:40] kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +
 ====== Configuration Storage System ====== ====== Configuration Storage System ======
  
Line 19: Line 21:
  
   * From within applications of Settings Manager. Most of the time, settings stored in Xfconf and configuration options presented in the GUI are tightly coupled. It means that any action of the GUI settings is automatically and immediately propagated to the configuration system and vice-versa. See also: [[xfce:xfce4-settings:xfsettingsd|Settings Daemon]].   * From within applications of Settings Manager. Most of the time, settings stored in Xfconf and configuration options presented in the GUI are tightly coupled. It means that any action of the GUI settings is automatically and immediately propagated to the configuration system and vice-versa. See also: [[xfce:xfce4-settings:xfsettingsd|Settings Daemon]].
-  * From Command Line Interface (CLI) using [[xfconf-query|xfconf-query]].+  * From Command Line Interface (CLI) using [[:xfce:xfconf:xfconf-query:|xfconf-query]].
   * From GUI. Settings, which are not exposed in configuration dialogs, can be browsed and manipulated using [[xfce:xfce4-settings:editor|Settings Editor]].   * From GUI. Settings, which are not exposed in configuration dialogs, can be browsed and manipulated using [[xfce:xfce4-settings:editor|Settings Editor]].
   * If everything else fails, settings can be edited manually. Xfconf stores all its data in [[xml-file-format|XML files]], which can be edited when Xfconf is not running. Be very careful when using this option, as it is easy to make the file unparseable or inconsistent.   * If everything else fails, settings can be edited manually. Xfconf stores all its data in [[xml-file-format|XML files]], which can be edited when Xfconf is not running. Be very careful when using this option, as it is easy to make the file unparseable or inconsistent.
Line 33: Line 35:
        
 Note that <channel> locking locks all properties under that channel, but <property> locking locks only the property with the "locked" or "unlocked" attribute; none of the sub-properties are locked unless they also contain a "locked" or "unlocked" attribute. Note that <channel> locking locks all properties under that channel, but <property> locking locks only the property with the "locked" or "unlocked" attribute; none of the sub-properties are locked unless they also contain a "locked" or "unlocked" attribute.
 +
 +===== Reporting Bugs =====
 +
 +  * **[[:xfce:xfconf:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs