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

            Bug ID: 398993
           Summary: found kded module "apperd" by prepending 'kded_' to
                    the library path, please fix your metadata.
           Product: apper
           Version: 1.0.0
          Platform: Fedora RPMs
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: dantt...@gmail.com
          Reporter: jburgess...@googlemail.com
  Target Milestone: ---

SUMMARY

After login the user journal shows the message above reported


STEPS TO REPRODUCE
1. log into desktop
2. journalctl --user --since today | grep kded_

EXPECTED RESULT

nothing reported


ACTUAL RESULT

Sep 23 17:54:48 zen kdeinit5[4489]: kf5.kded: found kded module "apperd" by
prepending 'kded_' to the library path, please fix your metadata.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.13.4
KDE Frameworks Version: 5.49.0
Qt Version: 5.11.1

ADDITIONAL INFORMATION

This can resolved with this trival change:

diff --git a/apperd/apperd.desktop b/apperd/apperd.desktop
index 8719a4d..4ca40b5 100644
--- a/apperd/apperd.desktop
+++ b/apperd/apperd.desktop
@@ -2,7 +2,7 @@
 Type=Service

 X-KDE-ServiceTypes=KDEDModule
-X-KDE-Library=apperd
+X-KDE-Library=kded_apperd
 X-KDE-Kded-autoload=true
 X-KDE-Kded-phase=2

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

Reply via email to