wineee / dde-polkit-agent

Polkit agent used in DDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDE Polkit Agent

DDE Polkit Agent is the polkit agent used in Deepin Desktop Environment.

Dependencies

You can also check the "Depends" provided in the debian/control file.

Build dependencies

You can also check the "Build-Depends" provided in the debian/control file.

Installation

Build from source code

  1. Make sure you have installed all dependencies.
sudo apt build-dep dde-polkit-agent
  1. Build
mkdir build
cd build
qmake ..
make
  1. Install
sudo make install

Usage

DDE Polkit Agent works as an standard polkit agent, see https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html for more about how to use polkit.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

DDE Polkit Agent is licensed under GPL-3.0-or-later.

About

Polkit agent used in DDE

License:GNU General Public License v3.0


Languages

Language:C++ 62.1%Language:C 30.9%Language:CMake 5.3%Language:Shell 1.8%