Bug 454598

Summary: Connection to nonexistant slot
Product: [Plasma] policykit-kde-agent-1 Reporter: Ömer Fadıl USTA <omerusta>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: CONFIRMED ---    
Severity: normal CC: bero, drf, jgrulich, jreznik, nate
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ömer Fadıl USTA 2022-05-30 07:27:24 UTC
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.
Comment 1 Nate Graham 2022-06-01 18:57:48 UTC
Would you be interested in submitting a merge request to fix this?
Comment 2 Ömer Fadıl USTA 2022-06-04 00:26:29 UTC
@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.