On Friday 19 August 2005 04:36 am, Frédéric Branger wrote: > It happened to me also yesterday (it was the gnome bug day, i got the > kde crash day ;) ) > First all my mimetypes and the k menu components disappeared. I tried to > fix my .kde but I discovered that all I had to do was uninstalling and > the reinstalling kde. > I tried to reinstall kde from scratch but I faced the same problem : > there are broken dependencies for every kde package.
Yesterday a new kdelibs-data 4:3.4.2-1 became available that meets the dependencies of older kdelibs4, but breaks when installed with them. So, you need to downgrade kdelibs-data: to get your current version of kdelibs 4, use this: # dpkg -s kdelibs4 | grep Version then, find the .deb for the same version of kdelibs-data and install it with # dpkg -i kdelibs-data_$VERSION_$ARCH.deb (Replacing $VERSION and $ARCH with the appropriate values, of course.) Josh