]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
od-unix: add desktop metadata
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:59:07 +0000 (07:59 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
Add the desktop entry used by Linux package installs.

This lets desktop environments expose the Unix build as a normal
application without package scripts generating the file at install time.

od-unix/share/applications/net.winuae.WinUAE.desktop [new file with mode: 0644]
od-unix/share/mime/packages/net.winuae.WinUAE.xml [new file with mode: 0644]

diff --git a/od-unix/share/applications/net.winuae.WinUAE.desktop b/od-unix/share/applications/net.winuae.WinUAE.desktop
new file mode 100644 (file)
index 0000000..386412b
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=WinUAE
+GenericName=Amiga Emulator
+Comment=Configure and run Amiga emulation
+Exec=winuae %f
+Icon=winuae
+Terminal=false
+Categories=Game;Emulator;
+MimeType=application/x-winuae-config;
+StartupNotify=false
diff --git a/od-unix/share/mime/packages/net.winuae.WinUAE.xml b/od-unix/share/mime/packages/net.winuae.WinUAE.xml
new file mode 100644 (file)
index 0000000..96c6469
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-winuae-config">
+    <comment>WinUAE configuration</comment>
+    <glob pattern="*.uae"/>
+  </mime-type>
+</mime-info>