LXDE won't start in Arch Linux

Please post all general support questions for LXDE here.
Locked
varaahan
Posts: 4
Joined: Wed Jan 06, 2010 2:48 am

LXDE won't start in Arch Linux

Post 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 ?
phillipe
Posts: 41
Joined: Mon Apr 27, 2009 4:12 pm

Re: LXDE won't start in Arch Linux

Post 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.
==> Phillipe Smith ( SmithuX ) <==
Email: phillipe@archlinux.com.br
WebSite: http://www.smithux.com
varaahan
Posts: 4
Joined: Wed Jan 06, 2010 2:48 am

Solved: LXDE won't start in Arch Linux

Post by varaahan »

Thanks, That settled the issue. :mrgreen:
Locked