Changes between Initial Version and Version 1 of Ticket #37101


Ignore:
Timestamp:
Nov 22, 2012, 10:13:49 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37101

    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Port dbus added
    • Property Summary changed from Gimp2 fails on startup to dbus: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
  • Ticket #37101 – Description

    initial v1  
    11Running Mountain Lion
    22
    3 
     3{{{
    44Error spawning command line `dbus-launch --autolaunch=0ca5c4a770f2712fe7ff613d50ad087c --binary-syntax --close-stderr': Child process exited with code 1
    55Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
    66Not enough memory
     7}}}
    78
    89Looking around the web various pages suggested that dbus wasn't correctly loaded. I ended up trying some commands like:
    910
     11{{{
    1012sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
     13}}}
    1114
    12 Which did not change the problem. I also did a port uninstall and then port install on gimp2 thinking a rebuild
     15Which did not change the problem. I also did a `port uninstall` and then `port install` on gimp2 thinking a rebuild
    1316might help. Still has problems. I suspect this is something very simple.