Add patch from git to disable a11y by default; it makes
gnome-shell totally unusable right now
This commit is contained in:
parent
ecb519cfb0
commit
447e55e2ed
27
0001-schemas-Disable-toolkit-accessibility-by-default.patch
Normal file
27
0001-schemas-Disable-toolkit-accessibility-by-default.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
From 6dc7e92795ec4dc6032bda35790e2713eecc654f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bastien Nocera <hadess@hadess.net>
|
||||||
|
Date: Thu, 24 Feb 2011 02:21:36 +0000
|
||||||
|
Subject: [PATCH] schemas: Disable toolkit-accessibility by default
|
||||||
|
|
||||||
|
As it will get enabled if any of the screen reader or on screen-keyboard
|
||||||
|
are enabled.
|
||||||
|
---
|
||||||
|
.../org.gnome.desktop.interface.gschema.xml.in.in | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in.in b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
|
||||||
|
index 43fee28..c6a09f1 100644
|
||||||
|
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in.in
|
||||||
|
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
<schemalist gettext-domain="gsettings-desktop-schemas">
|
||||||
|
<schema id="org.gnome.desktop.interface" path="/org/gnome/desktop/interface/">
|
||||||
|
<key name="toolkit-accessibility" type="b">
|
||||||
|
- <default>true</default>
|
||||||
|
+ <default>false</default>
|
||||||
|
<_summary>Enable Toolkit Accessibility</_summary>
|
||||||
|
<_description>
|
||||||
|
Whether toolkits should load accessibility related modules.
|
||||||
|
--
|
||||||
|
1.7.4.1
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 0.1.7
|
Version: 0.1.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A collection of GSettings schemas
|
Summary: A collection of GSettings schemas
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,6 +16,8 @@ BuildRequires: intltool
|
|||||||
|
|
||||||
Requires: glib2 >= 2.25.11
|
Requires: glib2 >= 2.25.11
|
||||||
|
|
||||||
|
# From upstream git
|
||||||
|
Patch0: 0001-schemas-Disable-toolkit-accessibility-by-default.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||||
@ -33,6 +35,7 @@ and header files for developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -69,6 +72,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 24 2011 Colin Walters <walters@verbum.org> - 0.1.7-2
|
||||||
|
- Add patch from git to disable a11y by default; it makes
|
||||||
|
gnome-shell totally unusable right now
|
||||||
|
|
||||||
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
|
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
|
||||||
- Update to 0.1.7
|
- Update to 0.1.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user