Opened 13 years ago

Closed 13 years ago

#29495 closed defect (worksforme)

DBus doesn't launch, Digikam and other apps hang

Reported by: macports.mexon@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: dbus

Description

During installation, I noticed two messages: # launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist # 'sudo chown -R $USER ~/Library/Preferences/KDE'

I did both of these. launchctl fails like this:

$ launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist nothing found to load

This is apparently a symptom of having "<key>Disabled</key>" in org.freedesktop.dbus-session.plist. To fix that, I found a "-w" flag from somewhere on the internet:

launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist

That doesn't do anything, and there's no process with "dbus" in the name in the process table. If I then run digikam or kanagram or any other KDE application, the program just hangs.

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Cc: mcalhoun@… added
Port: dbus added
Resolution: worksforme
Status: newclosed

The correct commands to load dbus are shown by port notes dbus.

Note: See TracTickets for help on using tickets.