After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635111 - odf plugin advertises support for odt files
odf plugin advertises support for odt files
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other All
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-11-17 20:51 UTC by Julian Sikorski
Modified: 2010-11-17 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julian Sikorski 2010-11-17 20:51:01 UTC
Originally reported as Red Hat bug 654099:
https://bugzilla.redhat.com/show_bug.cgi?id=654099

Basically, .odt files opened by openoffice show up in gnumeric recent files list, even though the gnumeric is unable to open them.
Comment 1 Morten Welinder 2010-11-17 21:08:41 UTC
plugins/openoffice/plugins.xml.in advertises support for odt files.

I wonder why we do that.
Comment 2 Andreas J. Guelzow 2010-11-17 21:23:57 UTC
Hmm:
<information>
	<_description>Open Document Format (*.sxc, *.ods)</_description>
</information>
<suffixes>
	<suffix>ods</suffix>
	<suffix>odt</suffix>
	<suffix>sxc</suffix>
	<suffix>stc</suffix>
</suffixes>
<mime-types>
	<mime-type>vnd.oasis.opendocument.spreadsheet</mime-type>
	<mime-type>vnd.oasis.opendocument.spreadsheet-template</mime-type>
	<mime-type>application/vnd.sun.xml.calc</mime-type>
	<mime-type>application/vnd.sun.xml.calc.template</mime-type>
</mime-types>

It seems to me that there is a typo: instead of <suffix>odt</suffix> it should be 
<suffix>ots</suffix>, which is the extension for an vnd.oasis.opendocument.spreadsheet-template.
Comment 3 Andreas J. Guelzow 2010-11-17 21:36:14 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.