From 0cc83fe4f1aa7174a995944e1bc6cf8c1fef10a7 Mon Sep 17 00:00:00 2001 From: "Casper Ti. Vector" Date: Wed, 22 May 2013 13:51:38 +0800 Subject: [PATCH] cdm-xlaunch: again fix the background process issue. --- src/cdm-xlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdm-xlaunch b/src/cdm-xlaunch index e18d5de..87105a0 100755 --- a/src/cdm-xlaunch +++ b/src/cdm-xlaunch @@ -82,7 +82,7 @@ fi if $altstartx; then # Alternative method of calling setsid(/startx) for systems that are unresponsive to the 'normal' call. - (setsid startx "$@" > /dev/null 2>&1) & + (setsid startx "$@" > /dev/null 2>&1 &) else setsid startx "$@" > /dev/null 2>&1 & fi