I heard there is a new (Lightweight) Desktop environment available named as LXQt for Ubuntu and I would like to know how can I install it on Ubuntu 14.04.
3 Answers
To install LXQt in Ubuntu 14.04 LTS open your terminal and paste these commands one by one.
sudo add-apt-repository ppa:lubuntu-dev/lubuntu-daily
sudo add-apt-repository ppa:gilir/q-project
sudo apt-get update
sudo apt-get install lxqt-metapackage lxqt-panel openbox
that will install LXQt in your Ubuntu 14.04 LTS.
FYI: Currently there are many bugs. So don't try if having a stable and reliable system is a requirement for you.
As previously stated, if you want to install lxqt on top of openbox you can:
sudo add-apt-repository ppa:lubuntu-dev/lubuntu-daily
sudo add-apt-repository ppa:gilir/q-project
sudo apt-get update
sudo apt-get install openbox obconf
sudo apt-get install lxqt-metapackage lxqt-panel
If you're trying to install it as the only desktop on a given thing you can use openbox, kwin, or whatever other WM underneath the lxqt libraries/decorators. I used kwin because I like a composited desktop without other bloat.
sudo add-apt-repository ppa:lubuntu-dev/lubuntu-daily
sudo add-apt-repository ppa:gilir/q-project
sudo apt-get update
sudo apt-get install kdebase-runtime kdebase-workspace lightdm kubuntu-default-settings
sudo apt-get install lxqt-metapackage lxqt-panel
And change the logging in to option on lightdm from KDE to LXQT.
It looks pretty neat and clean this way. I'll still have to go in and rip out some of the KDE icons/settings managers if I want it to look like an LXQT ONLY desktop with compositing, but it sure was easy to get it set up this way.
Note: I started with a server install as my minimal base. and it weighs in at about 3.6Gb installed, but lacks applications.
- 30,112