send dcop's output to dev null

This commit is contained in:
Dana Jansens 2007-05-29 23:11:17 +00:00
parent 9e0251cb71
commit 16e40dbd0c

View file

@ -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);