Search found 2 matches
- Thu Feb 06, 2025 6:52 am
- Forum: Installation and Upgrade of LXDE
- Topic: Need help installing LXDE
- Replies: 2
- Views: 49180
Re: Need help installing LXDE
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: pacman -S lxde After installation you can start it by running: startlxde There is no need to run it from a root terminal. If you are having ...
- Wed Feb 05, 2025 6:22 am
- Forum: Installation and Upgrade of LXDE
- Topic: Need help installing LXDE
- Replies: 2
- Views: 49180
Need help installing LXDE
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. Wh...