The problem here is that the KDE4_INSTALL_AUTH_ACTIONS macro in KDE4Macros.cmake is only handling the old polkit-qt 0.9, there's no case for polkit-qt-1, see: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/KDE4Macros.cmake?revision=1052901&view=markup So the required generated policies are not getting installed. jreznik, if you read this, can you please look into this? It looks like the macros were not merged properly when the PK1 KAuth backend was merged. The file lists of the KAuth-using packages (kdebase-workspace, mainly) will also need to be adjusted once this is fixed, they're currently not listing any KAuth-related files with PK1 because they aren't getting installed. Kevin Kofler