lxqt-session-0.9.0

Introduction to lxqt-session

The lxqt-session package contains the default session manager for LXQt.

This package is known to build and work properly using an LFS-7.8 platform.

Package Information

lxqt-session Dependencies

Required

liblxqt-0.9.0 and lxqt-common-0.9.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-session

Installation of lxqt-session

Install lxqt-session by running the following commands:

sed -e 's:<KF5/KWindowSystem/:<:' \
    -i lxqt-session/src/lxqtmodman.cpp  &&

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

sed ...: Fixes the headers for KF5.

Configuring lxqt-session

Window Managers other than openbox-3.6.1 may be used, e.g. Xfwm4-4.12.3. Notice that IceWM-1.3.8 is not a valid replacement. Fluxbox does work, although in this context (with lxqt-config-0.9.0) openbox-3.6.1 is better. The /etc/xdg/lxqt/windowmanagers.conf comes with several examples of Window Managers and the ones which are installed will appear in a drop down list of lxqt-config-session. For the ones not included in /etc/xdg/lxqt/windowmanagers.conf, you can use the lxqt-config-session "search" button, e.g. for Fluxbox-1.3.7, navigating through the file system until you can choose fluxbox. Alternatively, if you wish the Window Manager of your choice to appear in the drop down list, include it in /etc/xdg/lxqt/windowmanagers.conf. For Fluxbox-1.3.7, include the line

fluxbox/Name=Fluxbox

and it will appear as an option in the drop down list. To change the WM, after selecting it, you need to restart the session.

Contents

Installed Programs: lxqt-config-session, lxqt-leave and lxqt-session
Installed Libraries: None
Installed Directories: $LXQT_PREFIX/share/lxqt/translations/lxqt{,-config}-session

Short Descriptions

lxqt-config-session

is a GUI configuration tool for lxqt-session settings.

lxqt-leave

is a graphical dialog to terminate the session.

lxqt-session

is a lightweight X session manager.

Last updated on 2015-09-29 11:17:21 -0700