LXQt Logo (CC BY-SA 3.0)

LXQt, the lightweight Qt desktop environment, 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 and xfwm4 as its default window manager.

LXQt is available in Debian stable since Stretch (Debian 9). For developers, please see Teams/lxqt-team for more information.


Installation

Live install images

Live install images with LXQt are available.

Debian Installer

Screenshot

LXQt is available as a choice for DebianInstaller.

Package Manager

LXQt can be installed manually using PackageManagement tools, such as apt.


Starting the desktop

Using a display manager

If you are using a graphical DisplayManager, LXQt should be available as an option.

From the console

LXQt can be started from the console by running startlxqt.

startlxqt is a script that sets the required environment variables and calls Xinit to start the X server with the LXQt session.

Using Xinit

Modern desktop environments have session management tools, it should not be necessary to edit the ~/.xinitrc file to include the following line:

exec startlxqt

See Xinitrc for more information.


Configuration

Configuration Center

LXQt has a graphical configuration center with links to all of the available settings (brightness, sound, session, etc.). It can be accessed from the panel menu under Preferences > LXQt Settings > LXQt Configuration Center.

LXQt Configuration Center

Alternatively, the configuration center can be launched from the command line using the lxqt-config command. Other settings can also be launched using the following commands:

Configuration Files

Global configuration files are stored in /etc/xdg/lxqt/. User-specific configuration is stored in ~/.config/lxqt/, the ini format is used.

Optional Appearance Configuration

LXQt developers recommend setting QT_QPA_PLATFORMTHEME=lxqt in in the Environment section of the Session Settings in order for all Qt-based programs can adopt settings of LXQt, such as the icon theme.

Themes

LXQt themes are qss stylesheets. They are located in /usr/share/lxqt/themes/ or ~/.local/share/lxqt/themes.

Palettes

Qt Palette colors can be modified in lxqt-config-appearence (Widget Style > Qt Palette). Custom palettes are saved in ~/.local/share/lxqt/palettes/.

QTerminal Color Schemes

It is possible to add additional color schemes to QTerminal by adding a .colorscheme file to /usr/share/qtermwidget5/color-schemes.

QTerminal uses the same color scheme formatting as KDE's Konsole. Example color schemes can be seen here.

Qt5 Configuration Utility

This utility allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration.

Install the qt5ct package and append the line QT_QPA_PLATFORMTHEME=qt5ct to the environmental settings in the Environment section of the Session Settings. Then, in the LXQt Appearance Configuration, under Widget Style, set Qt Style to qt5ct-style.


CategoryDesktopEnvironment