Index: xfce4-session-4.8.2/xfce4-session/main.c =================================================================== --- xfce4-session-4.8.2.orig/xfce4-session/main.c 2011-09-13 23:21:54.690846909 +0200 +++ xfce4-session-4.8.2/xfce4-session/main.c 2011-09-13 23:21:58.626868935 +0200 @@ -144,7 +144,7 @@ sm_init (channel, disable_tcp, manager); /* start xfsettingsd */ - if ( !g_spawn_command_line_async ("xfsettingsd", NULL)) + if ( !g_spawn_command_line_async ("xfsettingsd --replace", NULL)) { g_warning ("Could not start xfsettingsd"); }