On Jan 28, 2013, at 1:28 PM, Jeremy Lavergne <[email protected]> wrote:
>> I have followed the recommendation: >> Macintosh:~ enekogotzon$ kbuildsycoca4 >> But Terminal shows: >> Dynamic session lookup supported but failed: launchd did not provide a >> socket path, verify that org.freedesktop.dbus-session.plist is loaded! >> kbuildsycoca4 running... >> >> The "socket path", is it related to /opt/local/bin/kbuildsycoca4? >> Please, how verify if "org.freedesktop.dbus-session.plist" is loaded, and if >> not, what command execute to load it? > > If .plist is involved, it's likely a launchd item. These are in > /Library/LaunchDaemons and /Library/LaunchAgents. > > You can peruse what the port installed: > port contents kbuildsycoca4 > or search for just the plist files: > port contents kbuildsycoca4 | grep plist > > To see if a plist is loaded: > sudo launchctl list > > If it says it's not loaded you may want to open up the Console application to > watch your system logs while you try to load it. Loading and other operations > are described in the launchctl and launchd man pages: > man launchctl > man launchd It looks like the dbus plist needs to be loaded. First run this: port notes dbus Then run the commands it lists. _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
