diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-19 19:27:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-19 19:27:04 +0100 |
commit | 7b7075f2a55616a5a20a80d0f8854fc60206a971 (patch) | |
tree | d4237f6d33d44c7831d1c26a0b8acc801263a0ee | |
parent | fc50daead311b832fec2991cb87e34a677fc51f6 (diff) | |
download | mate-terminal-7b7075f2a55616a5a20a80d0f8854fc60206a971.tar.bz2 mate-terminal-7b7075f2a55616a5a20a80d0f8854fc60206a971.tar.xz |
Rename 'Terminal' to 'MATE Terminal' in desktop file.
Show the terminal in all DEs
-rw-r--r-- | mate-terminal.desktop.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-terminal.desktop.in.in b/mate-terminal.desktop.in.in index 41dd308..a0e9401 100644 --- a/mate-terminal.desktop.in.in +++ b/mate-terminal.desktop.in.in @@ -1,5 +1,6 @@ [Desktop Entry] -_Name=Terminal +_Name=MATE Terminal +_GenericName=Terminal _Comment=Use the command line TryExec=mate-terminal Exec=mate-terminal @@ -11,6 +12,5 @@ X-MATE-Bugzilla-Product=mate-terminal X-MATE-Bugzilla-Component=BugBuddyBugs X-MATE-Bugzilla-Version=@VERSION@ Categories=System;GTK;Utility;TerminalEmulator; -OnlyShowIn=MATE; StartupNotify=true |