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 769361 - mega-drive: Discriminate 32X games
mega-drive: Discriminate 32X games
Status: RESOLVED DUPLICATE of bug 769473
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-31 16:08 UTC by Adrien Plazas
Modified: 2016-08-03 22:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mega-drive: Add MegaDriveSystem (1.36 KB, patch)
2016-07-31 16:10 UTC, Adrien Plazas
none Details | Review
mega-drive: Add the 'system' to MegaDriveHeader (2.54 KB, patch)
2016-07-31 16:11 UTC, Adrien Plazas
none Details | Review
mega-drive: Correctly handle 32X games (2.91 KB, patch)
2016-07-31 16:11 UTC, Adrien Plazas
none Details | Review

Description Adrien Plazas 2016-07-31 16:08:32 UTC
32X games are expected to have their own MIME type: https://bugs.freedesktop.org/show_bug.cgi?id=97155

As such we will need to update their accidental detection (because of the ambiguity) and to support them properly.
Comment 1 Adrien Plazas 2016-07-31 16:10:00 UTC
Without depending on it, it is related to this bug: https://bugzilla.gnome.org/show_bug.cgi?id=769357
Comment 2 Adrien Plazas 2016-07-31 16:10:48 UTC
Created attachment 332447 [details] [review]
mega-drive: Add MegaDriveSystem

This will be used in the next commit in MegaDriveHeader to discriminate
32X games from Mega Drive games.
Comment 3 Adrien Plazas 2016-07-31 16:11:00 UTC
Created attachment 332448 [details] [review]
mega-drive: Add the 'system' to MegaDriveHeader

This will be used in the next commit to discriminate 32X games from Mega
Drive games.
Comment 4 Adrien Plazas 2016-07-31 16:11:14 UTC
Created attachment 332449 [details] [review]
mega-drive: Correctly handle 32X games

Add a 32X games tracker query and use the right MIME type in Grilo.

This will allow to still detect 32X games once their MIME type will be
disambiguated from the Mega Drive one in shared-mime-info. This also
allows to correctly fetch 32X covers from TheGamesDB via Grilo.

Overall, this allows to properly support 32X games.
Comment 5 Adrien Plazas 2016-08-03 22:40:06 UTC

*** This bug has been marked as a duplicate of bug 769473 ***