The lxqt-common package provides common files for various LXQt components.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/lxde/lxqt-common-deprecated--do-not-use-anymore-/releases/download/0.11.2/lxqt-common-0.11.2.tar.xz
Download MD5 sum: 3722ca91903e48c62d1ba73edf19721c
Download size: 3.1 MB
Estimated disk space required: 6.1 MB
Estimated build time: less than 0.1 SBU
liblxqt-0.11.1, hicolor-icon-theme-0.15, and at runtime Xorg Applications (for xmessage)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-common
Install lxqt-common by running the following commands:
sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' \ -i xsession/lxqt.desktop.in && 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:
mkdir -pv $LXQT_PREFIX/share/lxqt/graphics && make install
sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' -i xsessions/lxqt.desktop.in: If using a display manager, the full path of the “TryExec” directive has to be given so that the LXQt desktop appear in the sessions list.
Last updated on 2017-08-31 01:16:09 -0700