9

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.

Raja G
  • 105,327
  • 107
  • 262
  • 331

3 Answers3

9

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.

Fabby
  • 35,017
Raja G
  • 105,327
  • 107
  • 262
  • 331
3

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.

RobotHumans
  • 30,112
2

LXQt 0.7.0 DE in ubuntu 14.04 include video and screenshot