lxqt-config-0.12.0

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

Package Information

lxqt-config Dependencies

Required

liblxqt-0.12.0 and (libkscreen-5.12.1 for lxqt or Plasma-5.12.1)

Optional

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

Installation of lxqt-config

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              \
      ..                                  &&

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.16.2, 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 2018-02-21 04:35:18 -0800