From 1cee9fba6e4e40b5109a8189c70bb35f9a20bb62 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 14 Nov 2017 17:02:18 +1300 Subject: [PATCH] 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. --- conf/org.gnome.Pass.SearchProvider.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/org.gnome.Pass.SearchProvider.desktop b/conf/org.gnome.Pass.SearchProvider.desktop index 8a5bd0d..9a17c40 100644 --- a/conf/org.gnome.Pass.SearchProvider.desktop +++ b/conf/org.gnome.Pass.SearchProvider.desktop @@ -7,3 +7,4 @@ Comment=GNOME Shell search provider for pass Terminal=false Type=Application OnlyShowIn=GNOME; +NoDisplay=true;