[Xfce4-commits] r27208 - xfce4-session/trunk/xfce4-session

Stephan Arts stephan at xfce.org
Fri Jul 4 08:01:27 CEST 2008


Author: stephan
Date: 2008-07-04 06:01:27 +0000 (Fri, 04 Jul 2008)
New Revision: 27208

Modified:
   xfce4-session/trunk/xfce4-session/main.c
Log:
Let xfce4-session start xfsettingsd automatically



Modified: xfce4-session/trunk/xfce4-session/main.c
===================================================================
--- xfce4-session/trunk/xfce4-session/main.c	2008-07-03 19:04:25 UTC (rev 27207)
+++ xfce4-session/trunk/xfce4-session/main.c	2008-07-04 06:01:27 UTC (rev 27208)
@@ -142,7 +142,14 @@
 
   xfce_rc_set_group (rc, "General");
   sm_init (rc, disable_tcp);
+
+  /* start xfsettingsd */
+  if ( !g_spawn_command_line_async ("xfsettingsd", NULL))
+  {
+    g_warning ("Could not start xfsettingsd");
+  }
   
+  
   /* gtk resource files may have changed */
   gtk_rc_reparse_all ();
 }



More information about the Xfce4-commits mailing list