<div class="gmail_quote">2009/2/7 O <span dir="ltr">&lt;<a href="mailto:illogical1@gmail.com">illogical1@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><br></div>######################################################<br>
# &nbsp;Programs will not start until you run the command #<br>
# &nbsp;&#39;sudo chown -R $USER ~/Library/Preferences/KDE&#39; &nbsp; #<br>
# &nbsp;replacing $USER with your username, followed by &nbsp; #<br>
# &nbsp;&#39;open /Applications/Macports/KDE4/kdeinit4.app&#39; &nbsp; #<br>
# &nbsp;in a Terminal. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#<br>
######################################################<br>
<div></div></blockquote><div><br>&nbsp;<br></div></div>Hi Thank you! This box does the trick. <br><br>Manually launch dbus with launchctl did not work (&quot;org.freedesktop.dbus-session: Already loaded&quot;, but all error messages stayed where they were. )<br>
<br>With the working konqueror, i tried to edit a file with kwrite (the kpart-preview work), but konqueror qas not able to find kwrite (message box). on the shell konqueror complaints about not being able to find &quot;/opt/local/bin/knotify4&quot;. <br>
<br>Well i&#39;mm not interested in knotify, but I&#39;ve fixed the kwrite problem by executing<br><br>for i in /Applications/KDE4/*/Contents/MacOS/* ; do ln -nsf $i `basename $i` ; done<br><br>in ~/bin (which is in my PATH).<br>
<br>Ah, yes, an dolphin crashed (because of missing libraries).... (no matter, i like konqueror more ;-) )<br><br>jolz<br><br><br>