The lxqt-panel package contains a lightweight X11 desktop panel.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/lxqt-panel/releases/download/0.12.0/lxqt-panel-0.12.0.tar.xz
Download MD5 sum: 58bf215ddfb9727d8c494618c58064e5
Download size: 265 KB
Estimated disk space required: 24 MB
Estimated build time: 1.3 SBU
KDE Frameworks-5.43.0 or (kguiaddons-5.43.0 for lxqt and solid-5.43.0 for lxqt) (keyboard indicator plugin), lxqt-globalkeys-0.12.0, libdbusmenu-qt-0.9.3+16.04.20160218, liblxqt-0.12.0, lxmenu-data-0.1.5, and menu-cache-1.1.0
alsa-lib-1.1.5 or PulseAudio-11.1 (volume plugin; see Command Explanations below if not present), libstatgrab-0.91 (network monitor and CPU load plugins), libsysstat-0.4.0 (CPU and network monitor plugins), libxkbcommon-0.8.0 (keyboard indicator plugin), and lm_sensors-3.4.0 (sensors plugin)
git-2.16.2 (to download translation files) or lxqt-l10n-0.12.0 (to add localization files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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 \ -DPULL_TRANSLATIONS=no \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed ...
plugin-taskbar/lxqttaskgroup.{h,cpp}: Removes a
hard coded directory from an include file and allows the system to
find it when the KDE Framework dependencies are not installed in
$LXQT_PREFIX
.
-DPULL_TRANSLATIONS=no
:
Removes the need for git-2.16.2, which would otherwise be
requested to download the translation files.
-D<plugin>_PLUGIN=no
: Disable
<plugin>, where <plugin> may be CLOCK, COLORPICKER,
CPULOAD, DIRECTORYMENU, DESKTOPSWITCH, KBINDICATOR, MAINMENU,
MOUNT, QUICKLAUNCH, SENSORS, SHOWDESKTOP, NETWORKMONITOR, SYSSTAT,
TASKBAR, STATUSNOTIFIER, TRAY, VOLUME, WORLDCLOCK, or SPACER,
-DVOLUME_USE_<backend>=no
:
Disable support for <backend> in volume plugin, where backend
is ALSA or PULSEAUDIO.
Last updated on 2018-02-21 04:35:18 -0800