I installed lxde in Arch linux but could not start.
startlxde command hangs.
Tried exec ck-launch-session startlxde but without success.
Any clues ?
LXDE won't start in Arch Linux
Re: LXDE won't start in Arch Linux
Try to create a ~/.xinitrc file with this content:
Then execute the command startx.
Code: Select all
#!/bin/sh
exec ck-launch-session startlxde
Solved: LXDE won't start in Arch Linux
Thanks, That settled the issue. 
