knambiar added a comment.
Might this change fix this issue? https://bugs.kde.org/show_bug.cgi?id=370588
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D3829
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: xuetianweng, davi
knambiar added a comment.
A query about the dbus calls in findTouchpads().
INLINE COMMENTS
> kwinwaylandbackend.cpp:72
> +QStringList devicesSysNames;
> +QVariant reply = m_deviceManager->property("devicesSysNames");
> +if (reply.isValid()) {
Just wondering whether these calls ar
knambiar added a comment.
Thanks for the review, but actually I am not convinced that this gets rid of
the warning message. Sifting through the KF5 porting notes, I am not sure how
this should be handled -- kded tries to load the plugin with just "name" and if
not found it looks for "kded_na
knambiar created this revision.
knambiar added a reviewer: Plasma.
knambiar set the repository for this revision to rPLASMADESKTOP Plasma Desktop.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Get rid of kded warning: