From 8c19ac5dc53e0082b7f51c9e2ec9a14404d878a8 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sat, 27 Oct 2012 10:14:31 -0400 Subject: [PATCH] improve the .desktop file --- termite.desktop | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/termite.desktop b/termite.desktop index 3f022ac..66bf405 100644 --- a/termite.desktop +++ b/termite.desktop @@ -1,7 +1,8 @@ [Desktop Entry] -Name=termite -GenericName=Terminal +Name=Termite +Comment=Use the command line Exec=termite -Icon=terminal +Icon=utilities-terminal Type=Application -Categories=Application;GTK;System;TerminalEmulator; +Categories=Application;GTK;Utility;TerminalEmulator; +StartupNotify=true