I think that dbus uses an already exsisting X11 window to get the DBUS_SESSION_BUS_ADDRESS. <br><br>this blog post has more info:<br>&nbsp;<a href="http://usrlocalbin.blogspot.com/2008/04/simple-qdbus-tutorial-part-two.html">http://usrlocalbin.blogspot.com/2008/04/simple-qdbus-tutorial-part-two.html</a><br>
<br>~Andrew Stromme<br><br><div class="gmail_quote">On Fri, Dec 26, 2008 at 11:24 AM, Jonas Bähr <span dir="ltr">&lt;<a href="mailto:jonas.baehr@web.de">jonas.baehr@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,&nbsp;&nbsp;<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m also fighting with dbus problems... I did not have simipar<br>

problems with kdelibs-4.0.0<br>
<br>
First, try to build dbus with the &quot;no_x11&quot; variant. (does anyone know<br>
*why* x11 is the default?) to prevent X11 from launching each time you<br>
start a KDE app.<br>
<br>
Then, the mac_initialize_dbus function looks in the environment for<br>
DBUS_SESSION_BUS_ADDRESS. If this does not exists, it looks for<br>
DBUS_LAUNCHD_SESSION_BUS_SOCKET in the current environment and if this<br>
fails too it looks in the environment of launchd (via launchctl&#39;s<br>
gentenv). I don&#39;t know where the dbus-daemon should actually be<br>
started (perhaps Benjamin could help here, he has written this code).<br>
However, you can start it manually and let it set the needed env-vars<br>
for you.<br>
Try in the terminal:<br>
$ eval `dbus-launch --auto-syntax`<br>
<div class="Ih2E3d">$ /Applications/KDE4/dolphin.app/Contents/MacOS/dolphin<br>
<br>
</div>bye,<br>
<font color="#888888">Jonas<br>
</font><div><div></div><div class="Wj3C7c"><br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Jonathan<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:kde-mac@kde.org">kde-mac@kde.org</a><br>
&gt; List Information: <a href="https://mail.kde.org/mailman/listinfo/kde-mac" target="_blank">https://mail.kde.org/mailman/listinfo/kde-mac</a><br>
&gt; KDE/Mac Information: <a href="http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X" target="_blank">http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X</a><br>
<br>
_______________________________________________<br>
<a href="mailto:kde-mac@kde.org">kde-mac@kde.org</a><br>
List Information: <a href="https://mail.kde.org/mailman/listinfo/kde-macKDE/Mac" target="_blank">https://mail.kde.org/mailman/listinfo/kde-mac<br>
KDE/Mac</a> Information: <a href="http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X" target="_blank">http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X</a><br>
</div></div></blockquote></div><br>