Summary: | Mimetype problem for fictionbook downloads. | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Christian Trippe <christiandehne> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian Trippe
2011-01-09 21:03:32 UTC
Okular does not define the mimetypes so it's not something we can fix. You might want to open a bug against the shared-mime-info database http://freedesktop.org/wiki/Software/shared-mime-info Thanks for using Okular :-) Thanks for the feedback. For reference I reported this at https://bugs.freedesktop.org/show_bug.cgi?id=33133 And thanks for okular! No, shared-mime-info >= 0.60 provides application/x-fictionbook+xml, which is the proper name, while the local kde.xml (provided by kdelibs) provides application/x-fictionbook, which is used by okular. The fix is making okular use the proper mime type, I'll do that in a moment. Hm, actually okular uses already the right mimetype. Christian, which version of shared-mime-info do you have installed? And kdelibs and okular? I use KDE 4.6 RC2 and shared-mime-info-0.71. Hm ok. I understand now, the shared-mime-info mimetype needs an alias, for because of the mimetype reported by the server (sigh). |