From 16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 29 May 2007 23:11:17 +0000 Subject: [PATCH] send dcop's output to dev null --- openbox/screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.44.0