Summary: | [PATCH] application/x-n64-rom nearly never detected | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Fayvel Victor <fayvel> |
Component: | freedesktop.org.xml | Assignee: | Shared Mime Info group <shared_mime_info> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | fayvel |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760566 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Patch fixing nintendo64 rom detection
Nintendo64 ROM testfiles |
Description
Fayvel Victor
2014-09-05 19:31:07 UTC
Would it be possible for you to send me a test file for each one of those, through private mail? Created attachment 105839 [details] Nintendo64 ROM testfiles Why private mail? I've just attached test files in a tarball of an GPL rom from https://github.com/mupen64plus/mupen64plus-rom/tree/master/mupen64plus I can run following inside the the folder of the extracted tarball and get as output: # for i in *; do echo $i; mupen64plus $i|grep Imagetype;done m64p_test_rom.n64 Core: Imagetype: .n64 (wordswapped) m64p_test_rom.v64 Core: Imagetype: .v64 (byteswapped) m64p_test_rom.z64 Core: Imagetype: .z64 (native) So I hope the test files are ok for you. With my patch the kde file browser dolphin shows the type 'nintendo64 rom' of the file ending and I can just click on it to start the rom in mupen64plus. "independent of the file ending" Pushed it all in one commit, thanks for the help. commit ca5cc4b7c4e0af0de7024fc20c6a30a41444409e Author: Fayvel Victor <fayvel@web.de> Date: Fri Sep 5 19:31:00 2014 +0000 Add Nintendo 64 ROM magic And support more globs. https://bugs.freedesktop.org/show_bug.cgi?id=83545 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.