Bug 481945 - Plasma 6 Krunner fails to start, missing dbus .service file
Summary: Plasma 6 Krunner fails to start, missing dbus .service file
Status: RESOLVED DUPLICATE of bug 481940
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-02-28 17:13 UTC by Clay Weber
Modified: 2024-02-28 18:06 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clay Weber 2024-02-28 17:13:12 UTC
SUMMARY
***
After upgrading to Plasma 6 on KDE neon User Edition, Krunner fails to open. An error message appears when using alt-f2 or alt-space:

The name org.kde.krunner was not provided by any .service files 


There is no krunner file in /usr/share/dbus-1/services/
***


STEPS TO REPRODUCE
1. Log in to the desktop
2. hit alt-f2 or alt-space
3. 

OBSERVED RESULT: 
Krunner fails to open, with an error message:
"The name org.kde.krunner was not provided by any .service files:


EXPECTED RESULT
Krunner opens


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: KDE neon User Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
Copying the /usr/share/dbus-1/services/org.kde.krunner.service from another machine running neon Testing fixes this.
Comment 1 Clay Weber 2024-02-28 17:16:36 UTC
For those wanting a quick remedy:

Create /usr/share/dbus-1/services/org.kde.krunner.service with the following contents:

[D-BUS Service]
Name=org.kde.krunner
Exec=/usr/bin/krunner --daemon
SystemdService=plasma-krunner.service

A reboot/logout may be necessary.
Comment 2 Nicolas Fella 2024-02-28 17:18:22 UTC

*** This bug has been marked as a duplicate of bug 481940 ***