diff options
author | Perberos <[email protected]> | 2011-11-13 00:22:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-13 00:22:49 -0300 |
commit | abc2dbbf76a5298e63001bf667446aa6c85da59a (patch) | |
tree | 562ca999c30d9bb15602430ba045e463cbf8d1ea /mate-terminal.desktop.in.in | |
parent | c52283c46b1d92b34823fec3d506422e555f6434 (diff) | |
download | mate-terminal-abc2dbbf76a5298e63001bf667446aa6c85da59a.tar.bz2 mate-terminal-abc2dbbf76a5298e63001bf667446aa6c85da59a.tar.xz |
terminal desktop icon only show on mate session
Diffstat (limited to 'mate-terminal.desktop.in.in')
-rw-r--r-- | mate-terminal.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-terminal.desktop.in.in b/mate-terminal.desktop.in.in index c82e540..ae6a36c 100644 --- a/mate-terminal.desktop.in.in +++ b/mate-terminal.desktop.in.in @@ -1,5 +1,5 @@ [Desktop Entry] -_Name=MATE Terminal +_Name=Terminal _Comment=Use the command line TryExec=mate-terminal Exec=mate-terminal @@ -11,4 +11,6 @@ X-MATE-Bugzilla-Product=mate-terminal X-MATE-Bugzilla-Component=BugBuddyBugs X-MATE-Bugzilla-Version=@VERSION@ Categories=MATE;GTK;Utility;TerminalEmulator; +OnlyShowIn=MATE; StartupNotify=true + |