Skip to content

Commit cde1b71

Browse files
author
Fayvel Victor
committed
Don't installing conflicting mime type for *.*64
There is already an mime type for Nintendo64 roms called application/x-n64-rom. This one has to be extended instead of installing a conflicting type. Otherwise only one of the desktop entries for mupen64plus-ui-console or m64py works and not both.
1 parent 5ba1e04 commit cde1b71

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,5 @@ def run(self):
320320
data_files = [
321321
("share/pixmaps", ["xdg/m64py.png"]),
322322
("share/applications", ["xdg/m64py.desktop"]),
323-
("share/mime/packages", ["xdg/application-x-m64py.xml"]),
324-
("share/icons/hicolor/96x96/mimetypes/application-x-m64py.png",
325-
["xdg/application-x-m64py.xml"])
326323
]
327324
)

xdg/application-x-m64py.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

xdg/m64py.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Type=Application
66
Icon=m64py
77
Comment=A frontend for Mupen64Plus
88
Categories=Game;Emulator;
9-
MimeType=application/x-m64py;
9+
MimeType=application/x-n64-rom;
1010
Keywords=Emulator;Nintendo64;Mupen64plus;

0 commit comments

Comments
 (0)