lxqt-globalkeys-0.11.1

Introduction to lxqt-globalkeys

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.1 platform.

Package Information

lxqt-globalkeys Dependencies

Required

liblxqt-0.11.1

Optional

git-2.14.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)

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

Installation of 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              \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-DPULL_TRANSLATIONS=no: Removes the need for git-2.14.1, which would otherwise be requested to download the translation files.

Contents

Installed Programs: lxqt-config-globalkeyshortcuts and lxqt-globalkeysd
Installed Libraries: liblxqt-globalkeys.so and liblxqt-globalkeys-ui.so
Installed Directories: $LXQT_PREFIX/include/lxqt-globalkeys{,-ui} and $LXQT_PREFIX/share/cmake/lxqt-globalkeys{,-ui}

Short Descriptions

lxqt-config-globalkeyshortcuts

is a key shortcuts GUI editor.

lxqt-globalkeysd

is a global key shortcuts daemon.

lxqt-globalkeys.so

contains the lxqt-globalkeys API functions.

liblxqt-globalkeys-ui.so

contains the liblxqt-globalkeys-ui API functions.

Last updated on 2017-08-31 01:16:09 -0700