diff options
Diffstat (limited to 'x11-terms/guake/files')
-rw-r--r-- | x11-terms/guake/files/guake-0.7.0-desktop.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-terms/guake/files/guake-0.7.0-desktop.patch b/x11-terms/guake/files/guake-0.7.0-desktop.patch new file mode 100644 index 00000000000..8838b83913e --- /dev/null +++ b/x11-terms/guake/files/guake-0.7.0-desktop.patch @@ -0,0 +1,18 @@ +--- a/data/guake-prefs.desktop.in ++++ b/data/guake-prefs.desktop.in +@@ -1,7 +1,7 @@ + [Desktop Entry] + Encoding=UTF-8 +-_Name=Guake Preferences +-_Comment=Configure your Guake sessions ++Name=Guake Preferences ++Comment=Configure your Guake sessions + TryExec=guake-prefs + Exec=guake-prefs + Icon=guake-prefs +@@ -10,4 +10,4 @@ + StartupNotify=true + Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings; + X-Desktop-File-Install-Version=0.15 +-_Keywords=Terminal;Utility; ++Keywords=Terminal;Utility; |