[cinnamon] fix override key

leigh123linux leigh123linux at fedoraproject.org
Fri Jan 10 19:50:15 UTC 2014


commit 52b32a455598faa8032e091eaf83582eb21f8cfb
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Jan 10 19:50:18 2014 +0000

    fix override key

 cinnamon-fedora.gschema.override |    2 +-
 cinnamon.spec                    |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/cinnamon-fedora.gschema.override b/cinnamon-fedora.gschema.override
index b39a3aa..b4c37a1 100644
--- a/cinnamon-fedora.gschema.override
+++ b/cinnamon-fedora.gschema.override
@@ -1,5 +1,5 @@
 [org.cinnamon]
-desktop-effects-minimize-effect="traditional
+desktop-effects-minimize-effect="traditional"
 enabled-applets=['panel1:left:0:menu at cinnamon.org', 'panel1:left:1:show-desktop at cinnamon.org', 'panel1:left:2:panel-launchers at cinnamon.org', 'panel1:left:3:window-list at cinnamon.org', 'panel1:right:0:notifications at cinnamon.org', 'panel1:right:1:user at cinnamon.org', 'panel1:right:2:removable-drives at cinnamon.org', 'panel1:right:3:keyboard at cinnamon.org', 'panel1:right:4:network at cinnamon.org', 'panel1:right:5:sound at cinnamon.org', 'panel1:right:6:power at cinnamon.org', 'panel1:right:7:systray at cinnamon.org', 'panel1:right:8:calendar at cinnamon.org', 'panel1:right:9:windows-quick-list at cinnamon.org']
 favorite-apps=['firefox.desktop', 'cinnamon-settings.desktop', 'gnome-terminal.desktop', 'nemo.desktop']
 number-workspaces=4
diff --git a/cinnamon.spec b/cinnamon.spec
index f1df9bf..b55765b 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -2,7 +2,7 @@
 
 Name:           cinnamon
 Version:        2.0.14
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Window management and application launching for GNOME
 License:        GPLv2+ and LGPLv2+
 URL:            http://cinnamon.linuxmint.com 
@@ -26,6 +26,7 @@ Patch6:         bluetooth.patch
 Patch7:         compile_fix.patch
 Patch8:         upower_calender_fix.patch
 Patch9:         remove_bluetootoh.patch
+Patch10:        a11y.patch
 
 %global clutter_version 1.12.2
 %global cjs_version 1.9.1
@@ -157,6 +158,7 @@ The emphasis is put on making users feel at home and providing
 %if 0%{?fedora} > 19
 %patch9 -p1
 %endif
+%patch10 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -237,6 +239,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jan 04 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.0.14-8
+- fix a11y support
+
 * Sun Dec 22 2013 Leigh Scott <leigh123linux at googlemail.com> - 2.0.14-7
 - Remove bluetooth for F20 as well
 


More information about the scm-commits mailing list