From 5fb951e0497a384f2e8628af8444c54f60940136 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Oct 09 2015 21:05:45 +0000 Subject: Disable the search provider by default. --- diff --git a/disable-search-provider.patch b/disable-search-provider.patch new file mode 100644 index 0000000..023ef8f --- /dev/null +++ b/disable-search-provider.patch @@ -0,0 +1,30 @@ +From f1e6094152b4906c9ce2e8398572e65202e7ff3b Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Fri, 9 Oct 2015 16:01:27 -0500 +Subject: [PATCH] Revert "Default the search provider to enabled" + +This reverts commit 9b1f2bcdfa293e2efdb94ecf2a719ece7dcd605e. + +You probably don't want strange Unicode characters appearing in the +overview on top of more relevant results. We can reenable this when we +have some way to specify that a search provider should be shown last +(currently gsettings-desktop-schemas only allows to specify providers to +be shown first), or tighten up the search results to use prefixes only, +or both.... +--- + data/org.gnome.Characters.search-provider.ini | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/org.gnome.Characters.search-provider.ini b/data/org.gnome.Characters.search-provider.ini +index 034cf14..0c132f9 100644 +--- a/data/org.gnome.Characters.search-provider.ini ++++ b/data/org.gnome.Characters.search-provider.ini +@@ -3,4 +3,4 @@ DesktopId=org.gnome.Characters.desktop + BusName=org.gnome.Characters.BackgroundService + ObjectPath=/org/gnome/Characters/BackgroundService + Version=2 +-DefaultDisabled=false ++DefaultDisabled=true +-- +2.4.3 + diff --git a/gnome-characters.spec b/gnome-characters.spec index 0a0a70e..c935e38 100644 --- a/gnome-characters.spec +++ b/gnome-characters.spec @@ -2,7 +2,7 @@ Name: gnome-characters Version: 3.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Character map application for GNOME # Files from gtk-js-app are licensed under 3-clause BSD. # Other files are GPL 2.0 or later. @@ -13,6 +13,7 @@ Source0: https://download.gnome.org/sources/gnome-characters/3.18/%{name}-%{vers Patch0: 0001-Fix-syntax-error-in-desktop-file-keywords-Arabic-tra.patch Patch1: desktop-category.patch Patch2: symbolic-icon.patch +Patch3: disable-search-provider.patch # This package uses GtkWidget template, which was added in Gjs 1.43.3. BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils @@ -86,6 +87,9 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : %changelog +* Fri Oct 09 2015 Michael Catanzaro - 3.18.0-3 +- Disable the search provider by default. + * Tue Sep 29 2015 Michael Catanzaro - 3.18.0-2 - Add symbolic icon and X-GNOME-Utilities desktop category.