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 138336 - Add mime-type for sgf-files
Add mime-type for sgf-files
Status: RESOLVED NOTGNOME
Product: gnome-mime-data
Classification: Deprecated
Component: Default
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GNOME Mime Data Maintainers
GNOME Mime Data Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-28 14:52 UTC by peterl
Modified: 2005-09-14 04:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description peterl 2004-03-28 14:52:00 UTC
There is no entry for application/x-go-sgf, hence, due to glob-patterns
sgf-files are assigned mimetype application/x-tex-gf

  mime/packages/freedesktop.org.xml
  2174    <mime-type type="application/x-tex-gf">
  2175      <comment>generic font file</comment>
  2176      <comment xml:lang="no">vanlig skriftfil</comment>
  2177      <glob pattern="*.*gf" />
  2178    </mime-type>

application/x-go-sgf refers to 'Smart Game Format'
(http://www.red-bean.com/sgf/)  and should probably be described as

    <mime-type type="application/x-go-sgf">
      <comment>Smart Game Format</comment>
      <glob pattern="*.sgf" />
    </mime-type>

There actually seem to be quite a few other formats named sgf, but I do think
that 'Smart Game Format' is the most common. I'm not sure, but other mime-types
for the same format may be available (since other viewers most probably is
desireable for different game-types), such as
  application/x-hex-sgf
  application/x-backgammon-sgf
however, google turns up with zero hits and so far the only applications using
sgf to store data are go-applications.
Comment 1 Bastien Nocera 2004-05-03 10:33:32 UTC
Filed in the proper place now:
http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=592
Comment 2 peterl 2005-09-14 04:41:45 UTC
Just fixing a broken link:
https://bugs.freedesktop.org/show_bug.cgi?id=592