You are not logged in.

#1 2019-04-16 08:39:33

Pillgrimm
Member
Registered: 2017-10-11
Posts: 16

Fixed CDM

In trying to get a working CDM/ly/tbsm display manager that I was happy with, and in response to https://bbs.archlinux.org/viewtopic.php?id=224522, I found a bug in https://github.com/pale3/cdm that launched startx without client options. I submitted a PR with a correction, but it was such a simple fix that I wanted to share it with anybody who might be struggling with this, and I don't want to necrobump that old thread.

For brevity:

- 201  |	    if exec startx -- "${serverargs[@]}" > "$startxlog" 2>&1
+ 201  |	    if exec startx $bin -- "${serverargs[@]}" > "$startxlog" 2>&1

Offline

Board footer

Powered by FluxBB