LXQt
LXQt
LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of the merge between the LXDE-Qt and the Razor-qt projects: A lightweight, modular, blazing-fast and user-friendly desktop environment. This screenshot shows Lubuntu using LXQt desktop (in a very alpha stage):
Meetings
These are held on the #lxde freenode channel. Please ask on there when the next meeting will be, or better still - subscribe to the mailing list. Below are the logs from the meetings.
Get LXQt
Lubuntu Next image
There is a LiveCD image available at http://people.ubuntu.com/~gilir/ Dated 22nd August along with the md5 checksum. This is not regularly updated, but is a quick way to get a preview.
Stable Packages
As of December 2015, LXQt packages are now available in the regular Ubuntu repos for Xenial Xerus (16.04). However, unlike the PPAs below, there is no lxqt-metapackage yet (waiting to get merged into Debian at time of writing), so you have to install each package:
sudo apt-get install lximage-qt lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-globalkeys lxqt-notificationd lxqt-openssh-askpass lxqt-panel lxqt-policykit lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-session lxqt-sudo pcmanfm-qt qterminal qupzilla
If you have a normal Lubuntu install, there will be some packages to get rid of:
sudo apt-get purge light-locker xfce4-power-manager
If you are using a netboot like below, then you'll need to make sure to add the window manager:
sudo apt-get install openbox obconf-qt
With this, you can just report bugs like normal.
Note this will not include the current artwork. If you'd like to add that, you can do the following:
sudo add-apt-repository -y ppa:lubuntu-art/daily sudo apt-get update sudo apt-get install lubuntu-artwork lubuntu-icon-theme
Daily Images
WARNING!!
Daily images can break at a moment's notice. Continue at your own risk.At time of writing, daily images are built for version as early as Saucy Salamander (13.10).
Adding LXQt to an existing lubuntu installation
At present two ppa's need to be added, one is lubuntu's head of dev and the other our head of artwork. Follow this by updating the list of available things to install and add the LXQt meta-package which has a list of the all the files it needs, followed by the lxqt artwork.
sudo add-apt-repository -y ppa:lubuntu-dev/lubuntu-daily sudo add-apt-repository -y ppa:lubuntu-art/daily sudo apt-get update sudo apt-get install -y lxqt-metapackage lubuntu-artwork lubuntu-icon-theme
Then log out and upon the login screen you will the choice of using lubuntu (lxde) or (lxqt).
Installing LXQt on fresh system
You are strongly advised to use a virtual machine for this, let us be honest... it WILL break at some point!
Download and install the netboot image of i386 xenial
sudo -i apt-get install -y software-properties-common add-apt-repository -y ppa:lubuntu-dev/lubuntu-daily add-apt-repository -y ppa:lubuntu-art/daily apt-get update apt-get install -y lxqt-metapackage openbox qupzilla obconf-qt lubuntu-artwork lubuntu-icon-theme reboot
It will take a couple of moments for the graphical login prompt to appear.
Now, this is a very basic install but do go and have an explore.
Reporting Bugs
If you want to report a bug on the Lubuntu Next ISO, or when using the daily PPA with Qt packages, please report any bugs on https://bugs.launchpad.net/lubuntu-next. The bugs should be triaged there. It has not been triaged recently, but is on the list of things to do for the dev team.
For packages in the repos already, bugs can be reported like normal, against the appropriate Ubuntu package.
Upstream issues can be filed on https://github.com/lxde/lxqt/issues. You can chat with LXQt people on IRC (#lxde on freenode) to check first.
It is advised that you first report to Launchpad if you are unsure.
stef.contadino/prove/LXQt (last edited 2016-04-26 07:29:14 by localhost)