Debian patch: creating a valid desktop file

What do you want to see in Armagetron soon? Any new feature ideas? Let's ponder these ground breaking ideas...
Post Reply
Apo
Posts: 8
Joined: Fri Aug 29, 2014 12:07 pm

Debian patch: creating a valid desktop file

Post by Apo »

Hi all,

I'm the new maintainer of Armagetron Advanced for Debian/GNU Linux. I just wanted to forward a small patch that creates a valid desktop file. You can verify the validity by running the desktop-file-validate tool from the desktop-file-utils package on Debian systems.

The patch adds keywords, a comment in German and removes the file extension from the icon field.

Unfortunately bug reporting on Sourceforge is disabled thus I'm attaching it to this post.

From: Apo
Date: Tue, 26 Aug 2014 23:42:04 +0200
Subject: desktop file

---
desktop/armagetronad.desktop.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/desktop/armagetronad.desktop.in b/desktop/armagetronad.desktop.in
index eeee58b..82747b0 100644
--- a/desktop/armagetronad.desktop.in
+++ b/desktop/armagetronad.desktop.in
@@ -3,9 +3,11 @@ Type=Application
Name=@progtitle@@progtitle_server@
Exec=@progname@
Comment=3d light cycle game
-Icon=@progname@.png
+Comment[de]=dreidimensionales Lichtradspiel
+Icon=@progname@
Terminal=@build_dedicated@
Path=@prefix@/bin
Categories=Game;ActionGame;
StartupNotify=@build_dedicated@
MimeType=application/x-armagetronad;
+Keywords=tron-like;light;cycle;3D;multiplayer;networked;server;
User avatar
Z-Man
God & Project Admin
Posts: 11587
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Debian patch: creating a valid desktop file

Post by Z-Man »

Thanks, applied it.

(We now use the Launchpad bug tracker, but posting it here was definitely the best way to get it to our attention quickly.)
Apo
Posts: 8
Joined: Fri Aug 29, 2014 12:07 pm

Re: Debian patch: creating a valid desktop file

Post by Apo »

Z-Man wrote:Thanks, applied it.

(We now use the Launchpad bug tracker, but posting it here was definitely the best way to get it to our attention quickly.)
That's good to know. Thanks for your quick reply.
User avatar
/dev/null
Shutout Match Winner
Posts: 819
Joined: Sat Sep 04, 2004 6:28 pm
Location: Chicago-ish

Re: Debian patch: creating a valid desktop file

Post by /dev/null »

lol debian, the poor mans linux. It wants to be bsd, but its too lazy.
Post Reply