Difference between revisions of "Install Desktop Environments"
Views
Actions
Namespaces
Variants
Tools
lxqt updates to match the manjaro profile
imported>Dalto (Updates for cinnamon to match v18) |
imported>Dalto (lxqt updates to match the manjaro profile) |
||
Line 319: | Line 319: | ||
[[File: Lxqt-de-18.png|thumb|left|375px]] | [[File: Lxqt-de-18.png|thumb|left|375px]] | ||
The '''[https://lxqt.org/ LXQt Desktop Environment]''' LXQt is a lightweight Qt desktop environment. It will not get in your way. It will not hang or slow down your system. It is focused on being a classic desktop with a modern look and feel. A 64 bit installation of Manjaro running lxqt uses about 250MB of memory. | |||
LXQt | ====== Install a basic LXQt environment ====== | ||
sudo pacman -S lxqt xscreensaver | |||
sudo pacman -S lxqt | |||
====== Install and use LightDM, the recommended display manager for LXQt ====== | |||
sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings light-locker | |||
sudo systemctl enable lightdm.service --force | |||
edit /etc/lightdm/lightdm.conf, under [Seat:*] replace the greeter-session setting with greeter-session=lightdm-slick-greeter | |||
sudo pacman -S openbox | ====== Optional: Install the Manjaro configuration and theming for LXQt ====== | ||
sudo pacman -S manjaro-lxqt-extra-settings manjaro-openbox-adapta-maia papirus-maia-icon-theme | |||
====== Create a new user for the new desktop environment ====== | |||
sudo useradd -mG lp,network,power,sys,wheel <username> | |||
sudo passwd <username> | |||
<br clear="all" /> | <br clear="all" /> |