Stop the SearchProvider showing up as an app in activities

After installing the search provider, a "Pass" entry was showing up as an application when searching in the activities interface with Gnome. Setting NoDisplay to true stops it showing up there.
This commit is contained in:
Chris Smith
2017-11-14 17:02:18 +13:00
committed by GitHub
parent b3700202d3
commit 1cee9fba6e

View File

@ -7,3 +7,4 @@ Comment=GNOME Shell search provider for pass
Terminal=false
Type=Application
OnlyShowIn=GNOME;
NoDisplay=true;