Version: (using KDE 4.4.2) OS: Linux Installed from: Ubuntu Packages Here is the problem: # update-desktop-database [...] Error in file "/usr/share/applications/kde4/kfontview.desktop": "fonts/package" is an invalid MIME type ("fonts" is an unregistered media type)
Also reported here: https://bugs.launchpad.net/kdebase/+bug/570832
nothing to do with plasma (it's part of the kde font tools), but i have this mimetype here. it's generated by the build, apparently, so it's a packaging issue.
desktop-file-utils-0.16 reports this, fonts/package to be an invalid mimetype , so is that error bogus?
ok, it's in kde.xml , <!-- fonts/ fake mime types --> <mime-type type="fonts/package"> <sub-class-of type="application/zip"/> <comment>fonts package</comment> <glob pattern="*.fonts.zip"/> </mime-type>
it should probably be application/x-kde-fontpackage (assuming it's a kde specific mime type)
Contrary to the decision, it is neither resolved nor downstream. Still present in HEAD. Please reopen. <URL:http://websvn.kde.org/trunk/KDE/kdelibs/mimetypes/kde.xml#xpointer(//mime-type[type="fonts/package"])>
ok, I'll take care if this and related bug #250924 using the suggestion from comment #5
seems
This bug still exists in KDE 4.5.4: Package: kdebase-workspace-bin Version: 4:4.5.4-0ubuntu1~maverick1~ppa1
Please review/test, http://reviewboard.kde.org/r/6111/
Fixed in trunk/ with commit r1208194
*** Bug 240349 has been marked as a duplicate of this bug. ***