From 2cb8970e6d38c26c183e0ae7cab11c6d8509d6be Mon Sep 17 00:00:00 2001 From: LightspeedLife Date: Tue, 16 Apr 2019 02:13:50 -0600 Subject: [PATCH] added missing $bin argument in line 201, without which, `startx` merely starts the X session with the user's or system's config file. --- src/cdm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdm b/src/cdm index d3c7762..7f61262 100755 --- a/src/cdm +++ b/src/cdm @@ -198,7 +198,7 @@ case ${flaglist[$binindex]} in fi serverargs=(":${display}" "${serverargs[@]}" "vt$vt") - if exec startx -- "${serverargs[@]}" > "$startxlog" 2>&1 + if exec startx $bin -- "${serverargs[@]}" > "$startxlog" 2>&1 then exitnormal else