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:xfce4-settings:xfsettingsd [2012/02/13 08:41] nickxfce:xfce4-settings:xfsettingsd [2023/02/20 17:25] (current) – [xfce4-settings - Settings Daemon] gael
Line 1: Line 1:
-====== Settings Daemon ======+~~NOTOC~~ 
 +{{ :xfce:xfce.settings.manager.png?no link|}} 
 +====== xfce4-settings - Settings Daemon ======
  
 The settings daemon -- process name is ''xfsettingsd'' -- is an application that runs in the background to apply various settings in the desktop. The application 'listens' to the //xfconf// channels and applies them when the user changes the setting in a dialog and configures everything on startup. The settings daemon -- process name is ''xfsettingsd'' -- is an application that runs in the background to apply various settings in the desktop. The application 'listens' to the //xfconf// channels and applies them when the user changes the setting in a dialog and configures everything on startup.
  
 Normally the process is started by the [[:xfce:xfce4-session:|session manager]]. If this is not the case, you can manually start the process in a terminal (it will fork to the background) or check if the application is enabled in the auto start application of the session manager. Normally the process is started by the [[:xfce:xfce4-session:|session manager]]. If this is not the case, you can manually start the process in a terminal (it will fork to the background) or check if the application is enabled in the auto start application of the session manager.
 +
 +
 +The Settings Daemon, when running, overwrites settings in other desktop components (like GTK+ and X) through the XSETTINGS specification, with its own Xfce settings. This means, for instance, that GTK preferences specified in ''~/.config/gtk-3.0/settings.ini'' are ignored in favor of the Xfce settings. You can set these with the Settings Editor (xfce4-settings-editor) in the ''xsettings'' section. For instance, the GTK+ key theme must be changed in xsettings->Gtk->KeyThemeName.
  
 ===== Debugging ===== ===== Debugging =====
Line 10: Line 15:
  
   XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon   XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
 +  
 +
 +----
 +
 +[[ :xfce:xfce4-settings:start:|Return to main xfce4-settings page]]