Summary: | "file types dialog": find extensions AND descriptions | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Oliver Grimm <logistikka> |
Component: | kcm_filetypes | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | rs4000, sven.burmeister |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Grimm
2005-04-12 23:57:19 UTC
1. Ogg and Vorbis aren't the same thing. Ogg is the container format and multiplexer, Vorbis is one audio codec. You can also have Ogg FLAC, Ogg Speex, Ogg Theora, not to mention multiplexed streams of those (like Ogg Theora + Vorbis). 2. The file was identified, somehow, as Vorbis audio. I don't know why, but isn't wrong. 3. is sort of fixed in KDE4 (as a result of bug 64675) : if you type ogg, you'll see all mimetypes containing "ogg" in the name appear, which includes application/ogg, audio/ogg, video/ogg, audio/x-flac+ogg, audio/x-vorbis+ogg, video/x-ogm+ogg and video/x-theora+ogg. This is not exactly "searching in the descriptions", it's "searching in the mimetype name", but it covers this particular use case. I'm undecided about searching in the (translated) descriptions... Hmm, ok, why not. SVN commit 782144 by dfaure: OK, let's also search into the filetype description (mimetype comment). Typing Adobe includes application/illustrator and application/x-frame in the results, makes sense. Typing "file" is useless though :) FEATURE: 103760 M +3 -0 mimetypedata.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=782144 *** Bug 126644 has been marked as a duplicate of this bug. *** *** Bug 155803 has been marked as a duplicate of this bug. *** |