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/09/01 23:08] – added latest release and repo links & TOC kevinbowenxfce:xfconf:start [2023/07/01 01:17] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
  
-====== Configuration Storage System - xfconf ======+====== xfconf - Configuration Storage System ======
  
   * **[[#Accessing Configuration Data|Accessing Configuration Data]]**   * **[[#Accessing Configuration Data|Accessing Configuration Data]]**
 +    * [[xfce:xfce4-settings:editor|xfce4-settings-editor]]
 +    * [[xfce:xfconf:xfconf-query|xfconf-query]]
   * **[[#Kiosk Mode|Kiosk Mode]]**   * **[[#Kiosk Mode|Kiosk Mode]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
Line 10: Line 12:
  
 ---- ----
 +
 +===== 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 34: Line 38:
   * 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]] [[|Back to Top]]
Line 56: Line 60:
  
 ===== Latest Release ===== ===== Latest Release =====
-==== 4.15.0 (202020816)==== 
-[[https://archive.xfce.org/src/xfce/xfconf/4.15/xfconf-4.15.0.tar.bz2|xfconf-4.15.0.tar.bz2]] 
-    * **[[https://archive.xfce.org/src/xfce/xfconf/4.15/xfconf-4.15.0.tar.bz2?sha1|SHA1 hash]]** 
-    * **[[https://archive.xfce.org/src/xfce/xfconf/4.15/xfconf-4.15.0.tar.bz2?sha256|SHA256 hash]]** 
  
-[[https://archive.xfce.org/src/xfce/xfconf/|Previous Versions]]+{{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]]** (link also contains older versions)
 +
 +[[|Back to Top]]
 ---- ----
 ===== Source Code Repository ===== ===== Source Code Repository =====
Line 75: Line 80:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]] 
- 
 [[ :xfce:xfce4-settings:start:|Return to main xfce4-settings page]] [[ :xfce:xfce4-settings:start:|Return to main xfce4-settings page]]
 +
 +[[:start|Back to main Xfce documentation page]]