diff options
author | lukefromdc <[email protected]> | 2024-09-18 01:48:33 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-09-18 01:53:21 -0400 |
commit | fd4812ad6bb5ba84fd2cbd29f356c74a737b26f4 (patch) | |
tree | 497ab3c8675a3180cd63e29d279439ac7cee99f2 | |
parent | c073fb933649a383e7d39a74f918053ec6e3e4a6 (diff) | |
download | mate-utils-fd4812ad6bb5ba84fd2cbd29f356c74a737b26f4.tar.bz2 mate-utils-fd4812ad6bb5ba84fd2cbd29f356c74a737b26f4.tar.xz |
*Mate-search-tool can run in many DE's without this
*Showing it in other DE menus by default could generate
"doesn't work in" (some other DE) bug reports
This reverts commit c073fb933649a383e7d39a74f918053ec6e3e4a6.
-rw-r--r-- | gsearchtool/data/mate-search-tool.desktop.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gsearchtool/data/mate-search-tool.desktop.in b/gsearchtool/data/mate-search-tool.desktop.in index 0f81bdf4..95e7c0fa 100644 --- a/gsearchtool/data/mate-search-tool.desktop.in +++ b/gsearchtool/data/mate-search-tool.desktop.in @@ -10,6 +10,7 @@ StartupNotify=true Categories=GTK;Utility;Core; # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=MATE;search;files;locate;documents;folders;computer;name;content;find;tool; +OnlyShowIn=MATE; X-MATE-DocPath=mate-search-tool/mate-search-tool.xml X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-utils |