Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
xfce:xfce4-settings:editor [2012/03/03 20:36] – created nickxfce:xfce4-settings:editor [2024/12/11 12:29] (current) kevinbowen
Line 1: Line 1:
-====== Settings Editor ======+~~NOTOC~~ 
 +{{ :xfce:xfce4-settings.editor.png?nolink|}} 
 +====== xfce4-settings-editor - Settings Editor ======
  
-<figure "Settings Editor"> + 
-{{:xfce:xfce4-settings:xfce4-settings-editor.png?nolink|}}+The xfce4-settings-editor is a tool for editing ALL settings within [[xfce:xfconf:4.18:start|xfconf]]. It is the graphical counterpart of [[xfce:xfconf:4.18:xfconf-query|xfconf-query]]. Both xfconf-query and the xfce4-settings-editor can be used to perform maintenance on the xfconf property database. 
 + 
 +  * **[[#Change Properties|Change Properties]]** 
 +  * **[[#Monitoring Channel Changes|Monitoring Channel Changes]]** 
 + 
 + 
 + 
 +---- 
 + 
 +<figure "Settings Editor Main Window"> 
 +{{:xfce:xfce4-settings:xfce4-settings-editor.png?600|Settings Editor Main Window}}
 </figure> </figure>
  
-===== Modifying and New Property =====+[[|Back To Top]] 
 +----
  
-<figure "Create New Property"> +===== Change Properties ===== 
-{{:xfce:xfce4-settings:xfce4-settings-editor-new.png?nolink|}}+ 
 +<figure "Settings Editor: Create New Property Window"> 
 +{{:xfce:xfce4-settings:xfce4-settings-editor-new.png|Settings Editor: Create New Property window}}
 </figure> </figure>
 +
 +==== Add ====
 +
 +To add a new property, click the {gui>Add} button. The same dialog will popup with an initial property value (the parent of the currently selected property, for your convenience). Then select a {gui>Type} and set a {gui>Value}.
 +
 +The property is not stored until you click the {gui>Save} button.
 +
 +==== Edit ====
 +
 +When you activate a property in the tree-view or click the {gui>Edit} button, the dialog above will appear, but with the {gui>Property} and {gui>Type} widgets insensitive. You can enter a new value in the text-field, spinner or toggle button (depending on the property type).
 +
 +==== Reset ====
 +
 +To reset a property click the {gui>Reset} button. The selected property will be removed or reset to the default value. If there is property information in an higher configuration file of this channel that you can override (ie. is not locked), the value will be reset.
 +
 +If there is no higher configuration info, the property will be removed from your channel and the application watching the property will determine the default value.
 +
 +[[|Back To Top]]
 +----
  
 ===== Monitoring Channel Changes ===== ===== Monitoring Channel Changes =====
  
-<figure "Monitor Channel"> +<figure "Settings Editor: Monitor Channel Changes Window"> 
-{{:xfce:xfce4-settings:xfce4-settings-editor-monitor.png?nolink|}}+{{:xfce:xfce4-settings:xfce4-settings-editor-monitor.png?|Settings Editor: Monitor Channel Changes window}}
 </figure> </figure>
 +
 +If you right-click a channel, you can {gui>Monitor...} a channel for changes. This is useful for debugging in some cases and gives you some insight in the activity of a channel.
 +
 +The output has the following format:
 +
 +  $timestamp: $property_name ($value_type: $value)
 +  
 +  
 +  
 +[[|Back To Top]]
 +----
 +[[:start|Return to Xfce Main Documentation Page]]
 +
 +[[:xfce:xfce4-settings:start:|Return to xfce4-settings Main Documentation Page]]