Changed the mimetype to a correct one

This commit is contained in:
bart@bartbes.ath.cx
2010-01-21 19:47:28 +01:00
parent 8f3d08f444
commit 4b6660728d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=LÖVE Name=LÖVE
Comment=The unquestionably awesome 2D game engine Comment=The unquestionably awesome 2D game engine
MimeType=application/love-game; MimeType=application/x-vnd.love-game;
Exec=/usr/bin/love Exec=/usr/bin/love
Type=Application Type=Application
Categories=Development;Game; Categories=Development;Game;
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/love-game"> <mime-type type="application/x-vnd.love-game">
<comment>LÖVE game</comment> <comment>LÖVE game</comment>
<glob pattern="*.love"/> <glob pattern="*.love"/>
</mime-type> </mime-type>
+1 -1
View File
@@ -2,4 +2,4 @@
update-mime-database /usr/share/mime update-mime-database /usr/share/mime
gtk-update-icon-cache --force /usr/share/icons/gnome gtk-update-icon-cache --force /usr/share/icons/gnome
xdg-mime default love.desktop application/love-game xdg-mime default love.desktop application/x-vnd.love-game