Version: 1.5 (using KDE KDE 3.5.3) Installed from: Slackware Packages OS: Linux When I compiled Koffice 1.5 from source and installed it I lost the metadata support for the latest OpenDocument format. It seems the kfile_ooo.desktop is missing the proper mimetypes, it needs to inclusde application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.text; etc
SVN commit 611643 by bhards: Bug:130640 reports that as of KOffice 1.5, we aren't providing metadata support, and further identifies that the reason is related to the mimetype entries in the kfile_ooo.desktop file. I've updated it to include all the vnd.oasis.opendocument.* entries that are provided with current kdelibs, and also changed the name of the file type (from OpenOffice.org to Oasis OpenDocument). This might be a candidate for backporting to the 1.6 branch if anyone has a checkout handy. CCMAIL: koffice-devel@kde.org BUG:130640 M +3 -3 kfile_ooo.desktop --- trunk/koffice/tools/kfile-plugins/ooo/kfile_ooo.desktop #611642:611643 @@ -1,11 +1,11 @@ [Desktop Entry] Encoding=UTF-8 Type=Service -Name=OpenOffice.org Info +Name=OASIS OpenDocument Info Name[fr]=Informations sur OpenOffice.org -Name[x-test]=xxOpenOffice.org Infoxx +Name[x-test]=xxOASIS OpenDocument Infoxx ServiceTypes=KFilePlugin X-KDE-Library=kfile_ooo -MimeType=application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.global;application/vnd.sun.xml.writer.math;application/vnd.sun.xml.writer.template +MimeType=application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.global;application/vnd.sun.xml.writer.math;application/vnd.sun.xml.writer.template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.image;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract