lxqt-config-0.11.1

Introduction to lxqt-config

The lxqt-config package provides the LXQt system settings center.

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

lxqt-config Dependencies

Required

liblxqt-0.11.1 and (libkscreen-5.10.5 for lxqt or Plasma-5.10.5)

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-config

Installation of lxqt-config

First, do a temporary workaround due to cmake-3.8:

new='../liblxqt-config-cursor/lxqt-config-cursor_autogen/include'

sed -i "/CURRENT_BINARY_DIR/a \"\${CMAKE_CURRENT_BINARY_DIR}/$new\"" \
       lxqt-config-appearance/CMakeLists.txt \
       lxqt-config-input/CMakeLists.txt &&
unset new

Install lxqt-config by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DCMAKE_BUILD_TYPE=Release          \
      -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, lxqt-config-appearance, lxqt-config-brightness, lxqt-config-file-associations, lxqt-config-input, lxqt-config-locale, and lxqt-config-monitor
Installed Library: liblxqt-config-cursor.so
Installed Directories: $LXQT_PREFIX/lib/lxqt-config

Short Descriptions

lxqt-config

is the LXQt configuration center.

lxqt-config-appearance

is the LXQt program used to change themes, icon themes, and fonts used by applications.

lxqt-config-brightness

configures brightness settings of ouput devices.

lxqt-config-file-associations

is the LXQt program used to associate files with programs.

lxqt-config-input

is the LXQt program used to configure input devices (e.g. mouse speed, cursor, keyboard speed, keyboard layout).

lxqt-config-locale

configures the locale used in LXQt sessions.

lxqt-config-monitor

is the LXQt xrandr based program used to configure the monitor.

liblxqt-config-cursor.so

contains the liblxqt-config-cursor API functions.

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