Differences between revisions 6 and 21 (spanning 15 versions)
Revision 6 as of 2015-10-12 16:37:00
Size: 815
Editor: ?jessetaylor84
Comment:
Revision 21 as of 2019-02-05 18:42:07
Size: 1028
Editor: ?Vozoo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
LXQt is a desktop environment that is designed to be especially energy-efficient and suitable for older systems. It is based on the widget toolkit ''Qt'' and uses [[SDDM]] as its recommended/standard display manager.
LXQt is available in Debian stable since Stretch (Debian 9).
Line 5: Line 7:
For developer, please see https://wiki.debian.org/Teams/LXQtPackagingTeam for more information. For developer, please see [[Teams/LXQtPackagingTeam]] for more information.
Line 7: Line 9:
= Install LXQt in Debian = == Installation ==
One could install LXQt on a fresh minimal system with apt. Depending on one's need this could be:
Line 9: Line 12:
To install LXQt on Debian 8 (Jessie) you need to do the following: {{{
apt install lxqt-core
}}}
or
{{{
apt install lxqt
}}}
or
{{{
apt install task-lxqt-desktop
}}}
Line 11: Line 24:
1) First, you need to add the following two lines to /etc/apt/sources.list: ||It can also be selected in the [[DebianInstaller]].||[[https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Debian-Installer_10_Tasksel.svg/800px-Debian-Installer_10_Tasksel.svg.png|{{https://commons.wikimedia.org/wiki/File:Debian-Installer_10_Tasksel.svg|Screenshot|width=200}}]]||
Line 13: Line 26:
    '''deb http://packages.siduction.org/lxqt unstable main''' There will be live-iso's soon.
Line 15: Line 28:
    '''deb-src http://packages.siduction.org/lxqt unstable main'''

2) Now grab the PGP keys for the apt repository, to verify the packages after they are downloaded:

    '''apt-key adv --keyserver pgpkeys.mit.edu --recv-key 15CBD88045C45076'''

3) Now update your package list:

    '''apt-get update'''


4) ... and install LXQt:

    '''apt-get install lxqt pcmanfm-qt5'''
----
CategoryDesktopEnvironment

LXQt: The Lightweight Qt Desktop Environment

LXQt is a desktop environment that is designed to be especially energy-efficient and suitable for older systems. It is based on the widget toolkit Qt and uses SDDM as its recommended/standard display manager. LXQt is available in Debian stable since Stretch (Debian 9).

For developer, please see Teams/LXQtPackagingTeam for more information.

Installation

One could install LXQt on a fresh minimal system with apt. Depending on one's need this could be:

apt install lxqt-core

or

apt install lxqt

or

apt install task-lxqt-desktop

It can also be selected in the DebianInstaller.

Screenshot

There will be live-iso's soon.


CategoryDesktopEnvironment