From: Dana Jansens Date: Tue, 29 May 2007 23:11:17 +0000 (+0000) Subject: send dcop's output to dev null X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d;p=chaz%2Fopenbox send dcop's output to dev null --- 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);