lxqt-config-0.10.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-7.9 platform.

Package Information

lxqt-config Dependencies

Required

liblxqt-0.10.0 and (libkscreen-5.5.4 for lxqt or Plasma-5.5.4)

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

make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: lxqt-config, lxqt-config-file-associations, lxqt-config-monitor, lxqt-config-appearance, and lxqt-config-input
Installed Library: liblxqt-config-cursor.so
Installed Directories: $LXQT_PREFIX/share/lxqt/translations/lxqt-config{,-appearance,-cursor,-file-associations,-input,-monitor}

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-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-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 2016-03-07 11:09:56 -0800