X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=7b4ca7406066034c010b8c353c63642466d8dfe8;hb=b0aa29db6973d3a052980459c413c1c193bcc671;hp=a265df0aca4a40536089af620f9842acd5608675;hpb=7b14d44b39d22da2a581124cd3d5584aec6a9617;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index a265df0a..7b4ca740 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -323,7 +323,8 @@ static void screen_tell_ksplash() /* tell ksplash through the dcop server command line interface */ g_spawn_async(NULL, argv, NULL, - G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, + G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD | + G_SPAWN_STDERR_TO_DEV_NULL | G_SPAWN_STDOUT_TO_DEV_NULL, NULL, NULL, NULL, NULL); g_strfreev(argv);