lxqt-panel-0.10.0

Introduction to lxqt-panel

The lxqt-panel package contains a lightweight X11 desktop panel.

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

Package Information

lxqt-panel Dependencies

Required

KDE Frameworks-5.19.0 or (kguiaddons-5.19.0 for lxqt and solid-5.19.0 for lxqt) (keyboard indicator plugin), lxqt-globalkeys-0.10.0, libdbusmenu-qt-0.9.3+15.10.20150604 (built against Qt5), liblxqt-0.10.0, libxkbcommon-0.5.0, lxmenu-data-0.1.5, and menu-cache-1.0.1

Recommended

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

Installation of lxqt-panel

Install lxqt-panel by running the following commands:

sed -e 's:<KF5/KWindowSystem/:<:' \
    -i plugin-taskbar/lxqttaskgroup.{h,cpp} &&

mkdir -v build &&
cd       build &&

cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..                                  &&
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.

Contents

Installed Program: lxqt-panel
Installed Libraries: several plugins under $LXQT_PREFIX/lib/lxqt-panel
Installed Directories: /etc/xdg/lxqt, $LXQT_PREFIX/share/lxqt/{,translations/}lxqt-panel and $LXQT_PREFIX/lib/lxqt-panel

Short Descriptions

lxqt-panel

is a lightweight Qt5 based panel for the LXQt Desktop.

Last updated on 2016-03-07 11:09:56 -0800