On Tue, 19 Sep 2000, Manuel Fierlbeck wrote: > package: koffice > version: 1.94 > severity: critical > > On my system, no KOffice application will start. When I try to launch kword, > kspread, etc., I get only an error message like this: > > koffice (lib kofficecore): WARNING: Office/killustrator.desktop: no X-KDE-NativeMimeType entry! > koffice (lib kofficecore): ERROR: Couldn't find the native MimeType in killustrator's desktop file. Check your installation ! > > In $KDEDIR/share/applnk/Office/*.desktop files, the entry X-KDE-NativeMimeType > and MimeType is set correctly. Moving the entry in the file doesn't help. There > are no old KOffice *.desktop files lying around in my .kde directory. Hi, I had this bug too in the last days when doing a: rm -rf /opt/kde20 and then make install in all kde packages in the following order: kdesupport kdelibs kdebase koffice It seems that this bug only occurs when doing it on the console without KDE running. When doing the make install in koffice before kdebase the problem doesn't appear. To fix this I had to open every *.desktop from the office-apps in an editor and store them back. Then it worked. So I think a kbuildsycoca should also help. Greetings, Percy