https://bugs.kde.org/show_bug.cgi?id=397633

            Bug ID: 397633
           Summary: kf5.kded: found kded module "colord" by prepending
                    'kded_' to the library path
           Product: colord-kde
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Daemon Module (KDED)
          Assignee: dantt...@gmail.com
          Reporter: jburgess...@googlemail.com
  Target Milestone: ---

When I login and look at the system log messages I see the message above

$ journalctl --since today | grep colord
Aug 19 14:47:51 localhost.localdomain kdeinit5[837034]: kf5.kded: found kded
module "colord" by prepending 'kded_' to the library path, please fix your
metadata.

I'm guessing that it wants this change in the desktop file:

diff --git a/colord-kded/colord.desktop b/colord-kded/colord.desktop
index c1086be..c07d82f 100644
--- a/colord-kded/colord.desktop
+++ b/colord-kded/colord.desktop
@@ -2,7 +2,7 @@
 Type=Service

 X-KDE-ServiceTypes=KDEDModule
-X-KDE-Library=colord
+X-KDE-Library=kded_colord
 X-KDE-DBus-ModuleName=colord
 X-KDE-Kded-autoload=true
 X-KDE-Kded-phase=1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to