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
Next revisionBoth sides next revision
xfce:xfce4-settings:xfsettingsd [2012/01/05 11:07] – created nickxfce:xfce4-settings:xfsettingsd [2020/08/12 15:56] kevinbowen
Line 4: Line 4:
  
 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.
 +
 +===== Debugging =====
 +
 +If you have problems with settings and wonder which and if the settings are applied, you can run the daemon in debugging mode. You can do with with the following command in a terminal:
 +
 +  XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
 +  
 +----
 +[[ :xfce:xfce4-settings:start:|Return to main xfce4-settings page]]