Disable the search provider by default.
This commit is contained in:
parent
35642fcf91
commit
5fb951e049
30
disable-search-provider.patch
Normal file
30
disable-search-provider.patch
Normal file
@ -0,0 +1,30 @@
|
||||
From f1e6094152b4906c9ce2e8398572e65202e7ff3b Mon Sep 17 00:00:00 2001
|
||||
From: Michael Catanzaro <mcatanzaro@gnome.org>
|
||||
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
|
||||
|
@ -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 <mcatanzaro@gnome.org> - 3.18.0-3
|
||||
- Disable the search provider by default.
|
||||
|
||||
* Tue Sep 29 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.18.0-2
|
||||
- Add symbolic icon and X-GNOME-Utilities desktop category.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user