lxqt-common-0.10.0

Introduction to lxqt-common

The lxqt-common package provides common files for LXQt.

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

Package Information

lxqt-common Dependencies

Required

liblxqt-0.10.0, openbox-3.6.1 (runtime - may be replaced by another WM, e.g. Xfwm4-4.12.3), xdg-utils-1.1.1

Recommended

Optional

XScreenSaver-5.35

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

Installation of lxqt-common

Install lxqt-common by running the following commands:

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

If you have installed recommended dependencies, run the following commands as root user:

update-mime-database /usr/share/mime          &&
xdg-icon-resource forceupdate --theme hicolor &&
update-desktop-database -q

Contents

Installed Program: startlxqt
Installed Libraries: None
Installed Directories: /etc/xdg/pcmanfm-qt/lxqt and $LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}

Short Descriptions

startlxqt

is used to start the desktop session for LXQt.

Last updated on 2016-09-05 12:13:49 -0700