Bug 454598 - Connection to nonexistant slot
Summary: Connection to nonexistant slot
Status: CONFIRMED
Alias: None
Product: policykit-kde-agent-1
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-30 07:27 UTC by Ömer Fadıl USTA
Modified: 2022-06-04 00:30 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.