Polkit-qt is a library that lets developers use the PolicyKit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with PolicyKit
Polkit-qt is a library that lets developers use the PolicyKit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with PolicyKit
To install polkit-qt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install polkit-qt
To see what files were installed by polkit-qt, run:
port contents polkit-qt
To later upgrade polkit-qt, run:
sudo port selfupdate && sudo port upgrade polkit-qt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.