Summary: | When selecting an svg-file in kfm, it should be opened in KSVG-part. preset is khtml-part which will display nothing | ||
---|---|---|---|
Product: | [Unmaintained] ksvg | Reporter: | T Kleindienst <t.kleindienst> |
Component: | general | Assignee: | Nikolas Zimmermann <wildfox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ana, Daniel.Frein, nicolasg, rdieter, sean_parsons |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
T Kleindienst
2004-02-07 13:56:50 UTC
Still the case with KDE 3.2.2 Though some users might actually want to see the code, but .svgz files - gzip'ed svg's - should not be associated with text editors at all. Well, that might be a problem since there is no separate mime type for svgz files. Also, Adobe (and perhaps others) likes to use xml-svg, not xml+svg, as the mime type, and xml-svg does not have any associated program at all. *** Bug 84868 has been marked as a duplicate of this bug. *** *** Bug 84831 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** I also think KSVGPlugin should be the default for previewing local svg files. The current behavior is to preview in Konqueror, which then displays a XML parser error. CVS commit by jriddell: Make KSVG have priority over KHTML for SVG files BUG:74457 M +1 -0 ksvgplugin.desktop 1.44 --- kdegraphics/ksvg/plugin/ksvgplugin.desktop #1.43:1.44 @@ -24,2 +24,3 @@ ServiceTypes=KParts/ReadOnlyPart,Browser/View X-KDE-Library=libksvgplugin +InitialPreference=11 |