summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-29 23:11:17 +0000
committerDana Jansens <danakj@orodu.net>2007-05-29 23:11:17 +0000
commit16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d (patch)
tree485e8117b41269a522d3948d0fe1ccc1614f2e5a
parent9e0251cb71a254748feb757f0a53291d6461d44f (diff)
send dcop's output to dev null
-rw-r--r--openbox/screen.c3
1 files changed, 2 insertions, 1 deletions
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);