Page 1 of 1

Need help installing LXDE

Posted: Wed Feb 05, 2025 6:22 am
by johnvargas
Hello,
I've installed LXDE with the following commands:

pacman -S lxde
mkdir -p ~/.config/openbox
cp /etc/xdg/openbox/{menu.xml,rc.xml,autostart} ~/.config/openbox
pacman -S gamin

But when I go to start the desktop with "exec startlxde", it logs me out of root so I need to log in again. Why is it doing this?

Re: Need help installing LXDE

Posted: Wed Feb 05, 2025 2:09 pm
by Rex Bouwense
Welcome to the lxde forums. Since you are using pacman, I can assume that you are using Arch or some derivative of Arch. The correct command to install it is:

Code: Select all

pacman -S lxde
After installation you can start it by running:

Code: Select all

startlxde
There is no need to run it from a root terminal. If you are having problems with your installation I would refer you to the Arch forums, https://bbs.archlinux.org/

Re: Need help installing LXDE

Posted: Thu Feb 06, 2025 6:52 am
by johnvargas
Rex Bouwense wrote: Wed Feb 05, 2025 2:09 pm Welcome to the lxde forums. Since you are using pacman, I can assume that you are using Arch or some derivative of Arch. The correct command to install it is:

Code: Select all

pacman -S lxde
After installation you can start it by running:

Code: Select all

startlxde
There is no need to run it from a root terminal. If you are having problems with your installation I would refer you to the Arch forums, https://bbs.archlinux.org/ geometry dash lite
Thanks for your answer. I got it