Skip to content

Add method to query if polkit is installed correctly

Tomaz Canabrava requested to merge tcanabrava/kpmcore:warn_wrong_polkit into master

The std::cout and qDebugs on the external command helper is not visible to the user as it runs in another process via dbus this is highly annoying if you want to be able to discover what's wrong on the command line.

A method that checks if the file is in the right place should be called by the users of this library

Merge request reports