all repos — openbox @ 16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d

openbox fork - make it a bit more like ryudo

send dcop's output to dev null
Dana Jansens danakj@orodu.net
commit

16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d

parent

9e0251cb71a254748feb757f0a53291d6461d44f

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -323,7 +323,8 @@ argv[5] = NULL;

/* 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);