The lxqt-runner package provides a tool used to launch programs quickly by typing their names.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.11.1/lxqt-runner-0.11.1.tar.xz
Download MD5 sum: 856a42189416b42c24299e277a418783
Download size: 208 KB
Estimated disk space required: 2.6 MB
Estimated build time: 0.1 SBU
lxqt-globalkeys-0.11.1 and menu-cache-1.0.2
git-2.11.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files), and muparser
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-runner
Install lxqt-runner by running the following commands:
mkdir -v build &&
cd       build &&
cmake -DCMAKE_BUILD_TYPE=Release          \
      -DRUNNER_MATH=OFF                   \
      -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
          -DRUNNER_MATH=OFF: Removes
          the dependency on muparser. If you
          want Math expression support, in lxqt-runner, install muparser and remove this switch.
        
          -DPULL_TRANSLATIONS=no:
          Removes the need for git-2.11.1, which would otherwise be
          requested to download the translation files.
        
To use lxqt-runner, simultaneously press the Alt-F2 keys. A dialogue window appears in the top center of the screen. When you start typing the command, a list of possible matches appears and changes as you keep typing.
Last updated on 2017-02-21 12:13:57 -0800