blob: fcb047550f7b562a4be9b0bce678a112ec1f6a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>
|