Hi<br><br>I&#39;d like to use kde4 on my Leopard. I tried <a href="http://mac.kde.org/?id=build" target="_blank">http://mac.kde.org/?id=build</a>, but ended up with some unusuable KDE Apps. :-(<br><br>I first tried &quot;sudo port install kdebase4&quot;, then &quot;sudo port install kdebase4-devel&quot;. (deactivated all old packages). I get the same errors: <br>
<br>konqueror shows his welcome page, but without the css style sheet and without images. I Type &quot;/&quot; =&gt; error message &quot;Could not start process Cannot talk to klauncher: Not connected to D-BUS server.&quot; (in a message box)<br>
<br>Started from &quot;Terminal.app&quot; with &quot;/Applications/KDE4/konqueror.app/Contents/MacOS/konqueror&quot; <br><br>konqueror(49947): Couldn&#39;t start knotify from knotify4.desktop:&nbsp; &quot;KLauncher could not be reached via D-Bus. Error when calling start_service_by_desktop_path:<br>
Not connected to D-BUS server<br>&quot; <br><br>... and some other d-bus messages. So, how can i fix dbus?? I&#39;ve read on some webpages, that problem with dbus on mac are solved...?<br><br><br>jolz<br><br><br>-- <br><br>
<br>------ problems i already solved: -----<br><br>Problem 1: <br>I installed &quot;gimp2&quot; and &quot;gramps&quot;. One of them depends on &quot;hicolor-icon-theme&quot;<br><br>---&gt;&nbsp; Activating kdebase4-runtime @4.2.0_0<br>

Error: Target org.macports.activate returned: Image error: /opt/local/share/icons/hicolor/index.theme
is being used by the active hicolor-icon-theme port.&nbsp; Please deactivate
this port first, or use the -f flag to force the activation.<br>
Error: The following dependencies failed to build: kdebase4-runtime<br>Error: Status 1 encountered during processing.<br><br>I uninstalled &quot;hicolor-icon-theme&quot;. problem solved. <br><br><br>Problem 2: <br>After successfully installing &quot;kdebase4&quot; in started &quot;konqueror.app&quot; but nothing happend. <br>
--&gt; log: <br>trying to create local folder /Users/joh/Library/Preferences/KDE/share: Permission denied<br>trying to create local folder /Users/joh/Library/Preferences/KDE/cache-joh-macbook.local: Permission denied<br><br>
Following commands solved the problem: <br>

<br>joh@joh-macbook:~/Library/Preferences&gt; ls -l /Users/joh/Library/Preferences/K*<br>-rw-------&nbsp; 1 joh&nbsp; staff&nbsp; 416 28 Dez 19:23 /Users/joh/Library/Preferences/KeePassX.plist<br><br>/Users/joh/Library/Preferences/KDE:<br>


ls: KDE: Permission denied<br>joh@joh-macbook:~/Library/Preferences&gt; sudo chown joh:staff KDE/ -R<br><br><br><br><br>