Ticket #28765 (closed defect: invalid)
klauncher once again causing trouble
| Reported by: | mk@… | Owned by: | snc@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | sharky@…, michaelld@… | |
| Port: | kdelibs4 |
Description
When I start kmymoney4-devel I noticed that KMM's homepage once again has an issue with correctly displaying its CSS-based homepage. Fonts and icons don't get displayed correctly.
Although dbus is running...
markos-imac:~ marko$ launchctl list | grep dbus 51643 - org.freedesktop.dbus-session markos-imac:~ marko$ ps aux | grep dbus marko 51643 0.0 0.0 2446912 724 ?? S 11:58PM 0:00.01 /opt/macports-test/bin/dbus-daemon --nofork --session marko 51761 0.0 0.0 2448932 1304 s002 S+ 11:59PM 0:00.01 grep dbus
... KMM has the problem, looks like klauncher seems to be the culprit:
markos-imac:~ marko$ KMM kmymoney(51762)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "The name org.kde.kded was not provided by any .service files" . . . kmymoney(51762): couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher was not provided by any .service files"
Stuff like this has happened in the past, see e.g. #25178!
Attachments
Change History
Changed 2 years ago by mk@…
- Attachment Portfile-kdelibs4.diff added
comment:1 Changed 2 years ago by mk@…
This message:
kmymoney(51762): couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher was not provided by any .service files"
doesn't occur anymore when the above patch is being applied.
I don't know why
files/add-bundles-to-path.patch
is not part of the current kdelibs4 port anymore, as it was formerly. By reintroducing it again as
files/old-add-bundles-to-path.patch
I could show that it does SOLVE the issue!!! :-)
I admit that the naming of the new patch file as "old-*" is a little confusing. ;-) I apologize!
Changed 2 years ago by mk@…
- Attachment old-add-bundles-to-path.patch added
new patch file (confusing naming, I know...)
Note: See
TracTickets for help on using
tickets.


Fix based on the previously existing patch add-bundles-to-path.patch