Problem Sie haben ein Backup eingespielt, sich ein bisschen mit den Dateien im Homelaufwerk herumgespielt oder aus irgendeinem Grund will KDE nicht starten? Ansatz KDE verwendet Sockets um mit den einzelnen kde Programmen zu kommunizieren. Diese werden ab und zu in einem unsauberen Zustand hinterlassen, und KDE ist nicht mehr in der Lage zu starten. Lösung Sie müssen die betroffenen Sockets löschen. Betroffen sein könnten: /tmp/.ICE-unix/* ~/.kde/socket-* ~/.kde/tmp-* /tmp/kde-*/ Löschen sie einfach alle davon und starten sie KDE erneut. Der Start wird zwar eine Weile länger dauern, sollte aber funktioneren. Ich möchte mehr Infos! Die kde spezifischen Sockets haben mit dem dcop Server zu tun. Ein Prozess überprüft die kde Programme und benötigt die Sockets für die Kommunikation. ICE dient zur Übertragung von Anmeldeinformationen. Geschwindigkeit erhöhen Tipp: fc-cache, wo installiert? I also had the same problem: kdeinit used more than 90% CPU time. KDE was almost unusable. After fc-cache it runs smoothly, much faster than 3.1.5. Einen Workaround habe ich jetzt gefunden, aber das kann ja wohl nicht eine endgültige Lösung sein Zitat: das ist wohl ein bug in qt die datei .qt/qtrc in deinem home-verzeichnis öffnen und die beiden nachfolgenden Einträge auf false setzen: [General] enableXft=false useXft=false Antialiasing ist dann ausgeschaltet. sah zwar auch bei mir sehr pixelig aus ... hab aber dann im kde-kontrollzentrum bei schriftarten ALLES auf helvetica 11 umgestellt und nu siehts gannz annehmbar aus kdeinit: relocation error: /usr/lib/libqt-mt.so.3: undefined symbol: FT_Seek_Stream startkde: Could not start kdeinit. Check your installation. "purge mozilla and these libs (libfreetype6) ": wie macht man das? I downloaded libfreetype6 2.0.9-1 from my mirror and just did dpkg -i and it was fixed :) and yes I am runngin XFree86 4.2.1 from backports.org with no probs. SOLVED! install the standard libfreetype6 version for woody and you will get rid of this error. Thx to Rald Nolden same error here after KDE 3.1.4-woody -> KDE 3.2.0-0woody1 update. Plus: Most Fonts are not anti-aliased. my config: woody system + XFree 4.2.1-16 (unstable; no backport) my investigation: debugging shows: kdeinit: relocation error: /usr/lib/libqt-mt.so.3: undefined symbol: FT_Seek_Stream I think this is because the libqt3-mt 3.2.1-5woody6 backport was compiled against a different freetype6 lib (my unstable is 2.1.7-2 whilst woody is 2.0.9-1). Downgrading freetype6 isn't possible since the unstable XFree depends on it. Thus I tried upgrading libqt3-mt 3.2.1-5woody6 -> libqt3c102-mt 3.2.3-2, since this one would be compiled against the correct freetypt6 lib. Unfortunately X doesn't start at all after that: libkdefx.so4: undefined symbol: __ti7QPixmap Here the problem seems to be that KDE 3.2.0-0woody1 is compiled against libqt3-mt 3.2.1 whilst unstable is 3.2.3. Next option would be to get XFree 4.2.1-15 (can't use 4.1.x on my laptop) from www.backports.org and use it together with the freetype6 of woody. Unfortunately I was running out of time here. __ RUN xftcache aus man page: xftcache, XftCache - create an index of FreeType font files in a directory fonts.cache (1) [fc-cache] - (unbekannt)