diff options
author | rbuj <[email protected]> | 2021-01-28 21:46:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-30 16:29:39 +0100 |
commit | 0f0aa4b521d034d4f8258c3857c732037f98165a (patch) | |
tree | 01a8a5e3bcc479733d91b791947d21609be0928a | |
parent | cf812a0ca8d3cc51db2efb7c4da964d3d6a174bd (diff) | |
download | mate-terminal-0f0aa4b521d034d4f8258c3857c732037f98165a.tar.bz2 mate-terminal-0f0aa4b521d034d4f8258c3857c732037f98165a.tar.xz |
Fix desktop file validation warning
-rw-r--r-- | mate-terminal.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-terminal.desktop.in.in b/mate-terminal.desktop.in.in index cd6ba31..7409fd6 100644 --- a/mate-terminal.desktop.in.in +++ b/mate-terminal.desktop.in.in @@ -13,6 +13,6 @@ X-MATE-Bugzilla-Product=mate-terminal X-MATE-Bugzilla-Component=BugBuddyBugs X-MATE-Bugzilla-Version=@VERSION@ # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! -Categories=System;GTK;Utility;TerminalEmulator; +Categories=GTK;System;TerminalEmulator; StartupNotify=true |