Skip to content

shao-jun/dde-polkit-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.0%
  • C 30.9%
  • CMake 5.3%
  • Shell 1.8%