rename ktp_integration target so it comply to the name in dbus service file
ClosedPublic

Authored by truf on Apr 5 2020, 10:01 PM.

Details

Summary

kded was complaining that it could not find some of the modules

kded5[7242]: kf5.kded: could not find kded module with id "ktp_integration_module"

so let's rename target from ktp_integration to ktp_integration_module so we comply with what configured in service file:

[D-BUS Service]
Name=org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule
Exec=/usr/bin/dbus-send --session --type=method_call --dest=org.kde.kded5 /kded org.kde.kded5.loadModule string:"ktp_integration_module"

Diff Detail

Repository
R150 KDE Telepathy KDE Daemon Module
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
truf requested review of this revision.Apr 5 2020, 10:01 PM
truf created this revision.
arojas added a subscriber: arojas.

Ping, this is causing noticeable delays on Plasma startup after updating ktp to 20.04, see https://bugs.kde.org/show_bug.cgi?id=420549

akulichalexandr accepted this revision.Apr 26 2020, 12:11 PM

Oh, I'm sorry I missed this somehow.
Of course land this if it works. ๐Ÿ‘ Seems correct to me.

This revision is now accepted and ready to land.Apr 26 2020, 12:11 PM

@truf Can you please give us your email address so we can merge this with the correct authorship information?

truf added a comment.Apr 30 2020, 2:11 PM

sorry for delay, you can use this one: strufkin@gmail.com

This revision was automatically updated to reflect the committed changes.