Need help installing LXDE

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Post Reply
johnvargas
Posts: 2
Joined: Wed Feb 05, 2025 6:19 am

Need help installing LXDE

Post 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?
Rex Bouwense
Posts: 1109
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: Need help installing LXDE

Post 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/
Rex
johnvargas
Posts: 2
Joined: Wed Feb 05, 2025 6:19 am

Re: Need help installing LXDE

Post 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
Post Reply