send dcop's output to dev null
This commit is contained in:
parent
9e0251cb71
commit
16e40dbd0c
1 changed files with 2 additions and 1 deletions
|
@ -323,7 +323,8 @@ static void screen_tell_ksplash()
|
||||||
|
|
||||||
/* tell ksplash through the dcop server command line interface */
|
/* tell ksplash through the dcop server command line interface */
|
||||||
g_spawn_async(NULL, argv, NULL,
|
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);
|
NULL, NULL, NULL, NULL);
|
||||||
g_strfreev(argv);
|
g_strfreev(argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue