jhagrid77 / CDDA-Linux-Launcher

A Cataclysm: Dark Days Ahead launcher for Linux
MIT License
27 stars 5 forks source link

DWM issues #7

Closed hollystandring closed 5 years ago

hollystandring commented 5 years ago

Hi, when running the script to install the tiles version on my Arch machine I get the message: It would appear that you do not have a graphical environment installed... even though I am currently using DWM and Xorg.

jhagrid77 commented 5 years ago

Hmm, that's pretty strange. Could you do me a favor and return any output when you enter pacman -Q | awk '{print $1}' | grep -E "xinit\|wayland" in the terminal?

hollystandring commented 5 years ago

That command doesnt return anything. Using pacman -Q | awk '{print $1}' | grep -E "xinit|wayland" returns with values containing "xinit" and "wayland" however. Changing that in the script solved it for me.

jhagrid77 commented 5 years ago

Thank you for providing this fix, it's strange that I didn't find this issue during testing.

hollystandring commented 5 years ago

No worries! Thanks for making playing this game on Linux much easier :)