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
xfce:xfconf:start [2020/01/07 23:20] – added link to kiosk mode config parameters kevinbowenxfce:xfconf:start [2024/12/11 09:52] (current) kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
  
-====== Configuration Storage System - xfconf ======+====== xfconf - Configuration Storage System ====== 
 + 
 +  * **[[#Accessing Configuration Data|Accessing Configuration Data]]** 
 +    * [[xfce:xfce4-settings:editor|xfce4-settings-editor]] 
 +    * [[xfce:xfconf:xfconf-query|xfconf-query]] 
 +  * **[[#Kiosk Mode|Kiosk Mode]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[https://developer.xfce.org/xfconf/index.html|xfconf API documentation (for developers)]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +---- 
 + 
 +====Introduction =====
  
 Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called "channels" All settings beneath the channel nodes are called "properties." Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called "channels" All settings beneath the channel nodes are called "properties."
Line 15: Line 28:
   * Channel: ExampleApp, property: /Main/History-Window/Last-Accessed   * Channel: ExampleApp, property: /Main/History-Window/Last-Accessed
   * Channel: exampleapp, property: /MAIN/history-window/last-accessed   * Channel: exampleapp, property: /MAIN/history-window/last-accessed
 +
 +[[|Back to Top]]
 +----
  
 ===== Accessing Configuration Data ===== ===== Accessing Configuration Data =====
Line 23: Line 39:
   * From Command Line Interface (CLI) using [[:xfce:xfconf: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 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. 
 + 
 +[[|Back to Top]] 
 +----
  
 ===== Kiosk Mode ===== ===== Kiosk Mode =====
Line 37: Line 56:
  
 See [[:xfce:xfce4-session:advanced#kiosk_mode|Xfce-Session Kiosk Mode]] for specific parameter used in configuring kiosk mode. See [[:xfce:xfce4-session:advanced#kiosk_mode|Xfce-Session Kiosk Mode]] for specific parameter used in configuring kiosk mode.
 +
 +[[|Back to Top]]
 +----
 +
 +===== Latest Release =====
 +
 +{{rss>https://archive.xfce.org/feeds/project/xfconf 1 date 2h}}
 +
 +[[https://gitlab.xfce.org/xfce/xfconf/-/blob/master/NEWS|Read the CHANGELOG]]
 +
 +  * **[[https://archive.xfce.org/src/xfce/xfconf/|Download current release]]** (older versions of this component are also available here)
 +
 +[[|Back to Top]]
 +----
 +===== Source Code Repository =====
 +[[https://gitlab.xfce.org/xfce/xfconf|]]
 +
 +----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
  
-  * **[[:xfce:xfconf:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:xfce:xfconf:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]]+[[:xfce:xfce4-settings:start:|Return to xfce4-settings Main Documentation Page]] 
 + 
 +[[:start|Back to Xfce Main Documentation Page]]