The lxqt-globalkeys package contains a daemon used to register global keyboard shortcuts and a key shortcut GUI editor.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/lxqt-globalkeys/releases/download/0.12.0/lxqt-globalkeys-0.12.0.tar.xz
Download MD5 sum: a3f49ade3e06e21391980cb13807cb09
Download size: 51 KB
Estimated disk space required: 9.3 MB
Estimated build time: 0.3 SBU
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-globalkeys
Install lxqt-globalkeys by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DPULL_TRANSLATIONS=no \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-DPULL_TRANSLATIONS=no
:
Removes the need for git-2.16.2, which would otherwise be
requested to download the translation files.
Last updated on 2018-02-21 04:35:18 -0800