Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246352 - Konqueror 4 requires application/x-java-applet to run java applets
Summary: Konqueror 4 requires application/x-java-applet to run java applets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 21:59 UTC by Michał Górny
Modified: 2008-11-12 12:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2008-11-10 21:59:13 UTC
Konqueror in fresh KDE4 install doesn't run java applets. When opening webpage with one, Konq writes to console:

konqueror(19022)/kdecore (trader) mimeTypeSycocaServiceOffers: KMimeTypeTrader: mimeType "application/x-java-applet" not found

Looks like default Gentoo config doesn't provide association with that mimetype. Adding it manually under 'File Management » File Associations' fixes the thing.

Testcase: http://ko.kurnik.pl/misc/?gid=ku

My JRE: dev-java/icedtea6-1.3.1-r1 [java-overlay]
Problem noticed on all KDE4 versions, solution tested with 4.1.3.
I didn't install the whole KDE, only Konq + kde-base/kdebase-data.
Comment 1 Timo Gurr (RETIRED) gentoo-dev 2008-11-11 19:15:31 UTC
Fixed in kdelibs-4.1.3-r1, we did install /usr/share/mime/packages/kde.xml which defines "application/x-java-applet" but we didn't update the mime cache afterwards. Thanks for reporting! :)
Comment 2 Anton Bolshakov 2008-11-12 07:05:41 UTC
I'm sure it's not very important, but I found some bogus records in kde.xml:

bash# update-mime-database /usr/share/mime/
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Not sure if you want to fix it. FYI only.