From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:50:04 +0000 (+0200) Subject: Disable the evil calling of a kde program on startup X-Git-Tag: mikabox-3.4.6~7 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=04a4dbdaeac5b387c65261f0d387ba8f00735780;p=mikachu%2Fopenbox.git Disable the evil calling of a kde program on startup --- diff --git a/openbox/screen.c b/openbox/screen.c index 230357c1..ed196974 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -52,7 +52,7 @@ static gboolean screen_validate_layout(ObDesktopLayout *l); static gboolean replace_wm(void); -static void screen_tell_ksplash(void); +//static void screen_tell_ksplash(void); static void screen_fallback_focus(void); guint screen_num_desktops; @@ -298,11 +298,11 @@ gboolean screen_annex(void) NET_SUPPORTED, ATOM, supported, num_support); g_free(supported); - screen_tell_ksplash(); +// screen_tell_ksplash(); return TRUE; } - +#if 0 static void screen_tell_ksplash(void) { XEvent e; @@ -336,7 +336,7 @@ static void screen_tell_ksplash(void) XSendEvent(obt_display, obt_root(ob_screen), False, SubstructureNotifyMask, &e); } - +#endif void screen_startup(gboolean reconfig) { gchar **names = NULL;