lxqt-globalkeys-0.10.0

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

Package Information

lxqt-globalkeys Dependencies

Required

liblxqt-0.10.0

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

make

This package does not come with a test suite.

Now, as the root user:

make install

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, $LXQT_PREFIX/share/lxqt/translations/lxqt-config-globalkeyshortcuts and $LXQT_PREFIX/lib/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 2016-03-05 10:01:52 -0800