Opened 8 years ago

Closed 8 years ago

#53378 closed defect (invalid)

Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Failed to get connection

Reported by: iglooo101 Owned by: dbevans (David B. Evans)
Priority: Not set Milestone:
Component: ports Version: 2.3.5
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: inkscape

Description (last modified by mf2k (Frank Schima))

MacPorts 2.3.5. steps I am taking:

  1. running XQuartz
  2. entering inkscape in the screen
  3. getting these messages in the attached .png files
  4. Inkscape shows up and runs smoothly
Dynamic session lookup supported but failed: launchd did not provide a socket path, 
verify that org.freedesktop.dbus-session.plist is loaded!
Failed to get connection

Attachments (2)

xterm11.png (44.0 KB) - added by iglooo101 8 years ago.
xterm12.png (39.3 KB) - added by iglooo101 8 years ago.

Download all attachments as: .zip

Change History (7)

Changed 8 years ago by iglooo101

Attachment: xterm11.png added

Changed 8 years ago by iglooo101

Attachment: xterm12.png added

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Keywords: inkscape removed
Milestone: MacPorts 2.4.0
Owner: set to dbevans
Port: inkscape added
Status: newassigned
Type: enhancementdefect

The Milestone field is for use by Macports team members only, please do not set it. In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers inkscape), if any.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Just a guess, but did you follow the instructions from port notes dbus?

comment:4 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: MarcusCalhoun-Lopez added

comment:5 Changed 8 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: assignedclosed

As Marcus has suggested, this message is indicative of the session dbus not being initialized after installation.

$ port notes dbus
dbus has the following notes:
  ############################################################################
  # Startup items have been generated that will aid in
  # starting dbus with launchd. They are disabled
  # by default. Execute the following commands to start them,
  # and to cause them to launch at startup:
  #
  # sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
  # launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
  ############################################################################

This only needs to be done once. Thereafter, launchd will automatically initialize dbus at startup (user login).

Note: See TracTickets for help on using tickets.