DDE Polkit Agent is the polkit agent used in Deepin Desktop Environment.
You can also check the "Depends" provided in the debian/control
file.
You can also check the "Build-Depends" provided in the debian/control
file.
- Make sure you have installed all dependencies.
sudo apt build-dep dde-polkit-agent
- Build
mkdir build
cd build
qmake ..
make
- Install
sudo make install
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.
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
DDE Polkit Agent is licensed under GPL-3.0-or-later.