19 lines
509 B
Diff
19 lines
509 B
Diff
From: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
|
|
Date: Sat, 6 Sep 2014 17:36:23 -0400
|
|
Subject: [PATCH] Add Keywords field to desktop file.
|
|
|
|
---
|
|
sakura.desktop | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/sakura.desktop b/sakura.desktop
|
|
index fb3f5b3..b91fa32 100644
|
|
--- a/sakura.desktop
|
|
+++ b/sakura.desktop
|
|
@@ -95,5 +95,6 @@ Exec=sakura
|
|
Icon=terminal-tango
|
|
Type=Application
|
|
Categories=GTK;Utility;TerminalEmulator;System;
|
|
+Keywords=terminal;
|
|
StartupNotify=true
|
|
X-Ubuntu-Gettext-Domain=sakura
|