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.5-7~37^2~10 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=13638183c9a35a76b8aedf7dc2997f35e8ca0f17;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 d0fb46c2..f4af03de 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -54,7 +54,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; @@ -314,11 +314,11 @@ gboolean screen_annex(void) OBT_PROP_SETS(RootWindow(obt_display, ob_screen), OB_VERSION, utf8, OPENBOX_VERSION); - screen_tell_ksplash(); + //screen_tell_ksplash(); return TRUE; } - +#if 0 static void screen_tell_ksplash(void) { XEvent e; @@ -352,7 +352,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;