From c8ae630dfe98e921a8590a57af0ef61fdbba5ea0 Mon Sep 17 00:00:00 2001
From: mikeyd <mdeguzis@gmail.com>
Date: Sat, 6 Feb 2016 22:29:01 -0500
Subject: [PATCH] Fix desktop file

---
 debian/srb2.desktop | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/srb2.desktop b/debian/srb2.desktop
index 26928ee99..661832b93 100644
--- a/debian/srb2.desktop
+++ b/debian/srb2.desktop
@@ -1,7 +1,10 @@
+[Desktop Entry]
 Name=Sonic Robo Blast 2
+Comment=A free 3D Sonic the Hedgehog fan-game built using a modified ver. of the Doom Legacy source port
+Encoding=UTF-8
 Exec=srb2
-Comment=SRB2
 Icon=/usr/share/pixmaps/srb2.png
 Terminal=false
 Type=Application
-Categories=games;application;
+StartupNotify=false
+Categories=Application;Game;
-- 
GitLab