summarylogtreecommitdiffstats
path: root/desktop.patch
diff options
context:
space:
mode:
authorISSOtm2022-01-13 19:50:36 +0100
committerISSOtm2022-01-13 20:00:54 +0100
commit5571395d6809ff0b37d949a7d40d7969ccbfbd24 (patch)
tree50e231bf901f02b9be5a682b0aea45775db910ab /desktop.patch
parente1fbe636bc2a4a3391b66ecaf3a8ce075ceff142 (diff)
downloadaur-5571395d6809ff0b37d949a7d40d7969ccbfbd24.tar.gz
Fix up desktop integration
Diffstat (limited to 'desktop.patch')
-rw-r--r--desktop.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/desktop.patch b/desktop.patch
new file mode 100644
index 000000000000..fcb047550f7b
--- /dev/null
+++ b/desktop.patch
@@ -0,0 +1,25 @@
+diff --git a/src/desktop/linux/aseprite.desktop b/src/desktop/linux/aseprite.desktop
+index e23999db8..803a1fc75 100644
+--- a/src/desktop/linux/aseprite.desktop
++++ b/src/desktop/linux/aseprite.desktop
+@@ -5,7 +5,7 @@ GenericName=Sprite Editor
+ Comment=Animated sprite editor & pixel art tool
+ Icon=aseprite
+ Categories=Graphics;2DGraphics;RasterGraphics
+-Exec=aseprite %U
++Exec=aseprite %F
+ TryExec=aseprite
+ Terminal=false
+ StartupNotify=false
+diff --git a/src/desktop/linux/mime/aseprite.xml b/src/desktop/linux/mime/aseprite.xml
+index 52b2adb92..a656cb3b1 100644
+--- a/src/desktop/linux/mime/aseprite.xml
++++ b/src/desktop/linux/mime/aseprite.xml
+@@ -7,6 +7,6 @@
+ </magic>
+ <glob pattern="*.ase"/>
+ <glob pattern="*.aseprite"/>
+- <icon name="aseprite"/>
++ <icon name="image-x-aseprite"/>
+ </mime-type>
+ </mime-info>