Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms/sugar/Cursor-Acceleration-default-value.patch
blob: 6f93f8d6ed3325a2d8cc68bb86167355104b0b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From patchwork Mon Feb 21 22:15:40 2011
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: Cursor Acceleration default value
Date: Tue, 22 Feb 2011 03:15:40 -0000
From: Martin Abente <martin.abente.lahaye@gmail.com>
X-Patchwork-Id: 684
Message-Id: <1298326540-3280-1-git-send-email-martin.abente.lahaye@gmail.com>
To: dextrose@lists.sugarlabs.org,
	anish@sugarlabs.org

This is patch is not for upstream.

Testers from Paraguay complain about the
cursor being slower in last dextrose builds.

This patch set the default value to 4.0.

Signed-off-by: Martin Abente <martin.abente.lahaye@gmail.com>

---
data/sugar.schemas.in |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index 841bc7f..51bd57a 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -319,6 +319,18 @@
     </schema>
 
     <schema>
+      <key>/schemas/desktop/sugar/peripherals/mouse/motion_acceleration</key>
+      <applyto>/desktop/sugar/peripherals/mouse/motion_acceleration</applyto>
+      <owner>sugar</owner>
+      <type>float</type>
+      <default>4.0</default>
+      <locale name="C">
+        <short>Cursor Acceleration</short>
+        <long>Cursor Acceleration to be used</long>
+      </locale>
+    </schema>
+
+    <schema>
       <key>/schemas/desktop/sugar/font/default_face</key>
       <applyto>/desktop/sugar/font/default_face</applyto>
       <owner>sugar</owner>