From: <sba...@us...> - 2023-06-10 04:08:28
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/adf05c4f559df1caa02816022e3a6442764751d2/ The following commit(s) were added to refs/heads/master by this push: new adf05c4f Remove mime types for img/raw/rom files adf05c4f is described below commit adf05c4f559df1caa02816022e3a6442764751d2 Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sat Jun 10 06:05:29 2023 +0200 Remove mime types for img/raw/rom files as are also commonly used for non ZX Spectrum content and is better to not associate as the preferred application. (more from bug #494) (thanks, Berto). --- data/fuse.xml.in | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/data/fuse.xml.in b/data/fuse.xml.in index e5acf207..14e566a7 100644 --- a/data/fuse.xml.in +++ b/data/fuse.xml.in @@ -44,11 +44,6 @@ <generic-icon name="application-x-spectrum"/> <glob pattern="*.hdf"/> </mime-type> - <mime-type type="application/x-spectrum-img"> - <comment>ZX Spectrum disk</comment> - <generic-icon name="application-x-spectrum"/> - <glob pattern="*.img"/> - </mime-type> <mime-type type="application/x-spectrum-ltp"> <comment>ZX Spectrum tape</comment> <generic-icon name="application-x-spectrum"/> @@ -87,19 +82,6 @@ <generic-icon name="application-x-spectrum"/> <glob pattern="*.pzx"/> </mime-type> - <mime-type type="application/x-spectrum-raw"> - <comment>ZX Spectrum tape</comment> - <magic> - <match type="string" offset="0" value="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0Raw tape sample"/> - </magic> - <generic-icon name="application-x-spectrum"/> - <glob pattern="*.raw"/> - </mime-type> - <mime-type type="application/x-spectrum-rom"> - <comment>ZX Spectrum cartridge</comment> - <generic-icon name="application-x-spectrum"/> - <glob pattern="*.rom"/> - </mime-type> <mime-type type="application/x-spectrum-rzx"> <comment>ZX Spectrum action replay</comment> <magic> |