lxqt-sudo Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida 4ff75e44bc
Adding upstream version 0.11.1.
7 years ago
man Adding upstream version 0.9.0+20151024. 9 years ago
.gitignore Adding upstream version 0.11.0. 8 years ago
AUTHORS Adding upstream version 0.10.96~7-gccdc1f6. 8 years ago
CHANGELOG Adding upstream version 0.11.1. 7 years ago
CMakeLists.txt Adding upstream version 0.11.1. 7 years ago
LICENSE Adding upstream version 0.10.0. 9 years ago
README.md Adding upstream version 0.11.0. 8 years ago
main.cpp Adding upstream version 0.9.0+20151024. 9 years ago
passworddialog.cpp Adding upstream version 0.9.0. 9 years ago
passworddialog.h Adding upstream version 0.9.0+20151024. 9 years ago
passworddialog.ui Adding upstream version 0.9.0. 9 years ago
sudo.cpp Adding upstream version 0.9.0+20151029. 9 years ago
sudo.h Adding upstream version 0.9.0+20151024. 9 years ago

README.md

lxqt-sudo

Overview

lxqt-sudo is a graphical front-end of commands sudo and su respectively. As such it enables regular users to launch applications with permissions of other users including root.

Installation

Compiling source code

Runtime dependencies are qtbase, sudo (su should be installed by default on all *ix operating systems) and liblxqt.
Installing at least one icon theme according to the XDG Icon Theme Specification like e. g. "Oxygen Icons" is recommended to have the GUI display icons.
Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository lxqt-l10n so the corresponding dependencies are needed, too. Please refer to this repository's README.md for further information.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

Official binary packages are provided by all major Linux distributions like Arch Linux, Debian (as of Debian stretch), Fedora and openSUSE. Just use your package manager to search for string lxqt-sudo.

Configuration

lxqt-sudo itself does not require any configuration.

In order to use it as front-end of sudo the corresponding permissions have to be set, though. Most of the time this is handled by binary visudo or editing configuration file /etc/sudoers manually which both is beyond this document's scope.

Usage

lxqt-sudo comes with a man page explaining the syntax very well so running man 1 lxqt-sudo should get you started.

By default sudo is used as backend, the choice can be enforced by command line options --su[do] or by using symbolic links lxsu and lxsudo which belong to regular installations of lxqt-sudo.