lxqt-admin-0.11.1

Introduction to lxqt-admin

The lxqt-admin package provides two GUI tools to adjust setiings of the operating system LXQt is running on.

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

Package Information

lxqt-admin Dependencies

Required

liblxqt-0.11.1 and Polkit-0.113+git_2919920+js38

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

Installation of lxqt-admin

Install lxqt-admin by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -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

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 Program: lxqt-admin-time, lxqt-admin-user, and lxqt-admin-user-helper
Installed Libraries: None
Installed Directory: None

Short Descriptions

lxqt-admin-time

is a GUI to adjust time and date.

lxqt-admin-user

is a GUI to manage users and groups.

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