This issue reported to gitlab/invent so probably missed from eyes. https://invent.kde.org/plasma/polkit-kde-agent-1/-/issues/1 I am repeating Bernhard Rosenkraenzer's report here This keeps appearing in my log files: Jul 02 19:28:39 ryzen9 polkit-kde-authentication-agent-1[2164]: QObject::connect: No such slot AuthDialog::on_userCB_currentIndexChanged(int) Jul 02 19:28:39 ryzen9 polkit-kde-authentication-agent-1[2164]: QObject::connect: (sender name: 'userCB') Jul 02 19:28:39 ryzen9 polkit-kde-authentication-agent-1[2164]: QObject::connect: (receiver name: 'AuthDialog') It is generated by https://invent.kde.org/plasma/polkit-kde-agent-1/-/blob/master/AuthDialog.cpp#L138 -- and grep shows on_userCB_currentIndexChanged is not actually defined anywhere.
Would you be interested in submitting a merge request to fix this?
@Nate: I am far away from polkit things , if i prepare a mr for this it will be just remove related connect which might be just hide the loging warning but not fixing the real problem behind it.