Page 1 of 1

LXDE won't start in Arch Linux

Posted: Wed Jan 06, 2010 2:51 am
by varaahan
I installed lxde in Arch linux but could not start.
startlxde command hangs.
Tried exec ck-launch-session startlxde but without success.
Any clues ?

Re: LXDE won't start in Arch Linux

Posted: Wed Jan 06, 2010 3:35 pm
by phillipe
Try to create a ~/.xinitrc file with this content:

Code: Select all

#!/bin/sh
exec ck-launch-session startlxde
Then execute the command startx.

Solved: LXDE won't start in Arch Linux

Posted: Thu Jan 07, 2010 4:33 pm
by varaahan
Thanks, That settled the issue. :mrgreen: