<div class="gmail_quote">2009/2/7 O <span dir="ltr"><<a href="mailto:illogical1@gmail.com">illogical1@gmail.com</a>></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>
# Programs will not start until you run the command #<br>
# 'sudo chown -R $USER ~/Library/Preferences/KDE' #<br>
# replacing $USER with your username, followed by #<br>
# 'open /Applications/Macports/KDE4/kdeinit4.app' #<br>
# in a Terminal. #<br>
######################################################<br>
<div></div></blockquote><div><br> <br></div></div>Hi Thank you! This box does the trick. <br><br>Manually launch dbus with launchctl did not work ("org.freedesktop.dbus-session: Already loaded", 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 "/opt/local/bin/knotify4". <br>
<br>Well i'mm not interested in knotify, but I'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>