https://bugs.kde.org/show_bug.cgi?id=356742
Bug ID: 356742
Summary: ksame causes a "cannot start ksame" error after you
quit it
Product: klickety
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 96091
--> https://bugs.kde.org/attachment.cgi?id=96091&action=edit
patch to fix the problem
When you start ksame 15.12.0 in a Plasma5 environment, an error message will
appear after you close it.
The reason: org.kde.ksame.desktop specifies "X-DBUS-ServiceName=org.kde.ksame",
but as klickety is actually run it shows up as org.kde.klickety on DBUS.
Solution: org.kde.ksame.desktop should specify
"X-DBUS-ServiceName=org.kde.klickety" instead, just like
org.kde.klickety.desktop does.
A patch to fix this is attached, but it should be obvious.
--
You are receiving this mail because:
You are watching all bug changes.