Merge lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix-633125 into lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 139
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix-633125
Merge into: lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu
Diff against target: 56 lines (+33/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/05_use_xrecord.patch (+25/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix-633125
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+56726@code.launchpad.net
To post a comment you must log in.
140. By Rodrigo Moya

Added author's email address and use short bug url version

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-03-31 16:03:43 +0000
3+++ debian/changelog 2011-04-07 11:03:24 +0000
4@@ -1,3 +1,10 @@
5+gnome-settings-daemon (2.32.1-0ubuntu13) UNRELEASED; urgency=low
6+
7+ * debian/patches/05_use_xrecord.patch:
8+ - Add patch to tell syndaemon to use the XRecord extension (LP: #633125)
9+
10+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 07 Apr 2011 12:24:07 +0200
11+
12 gnome-settings-daemon (2.32.1-0ubuntu12) natty; urgency=low
13
14 * debian/patches/93_wait_for_xsettings.patch:
15
16=== added file 'debian/patches/05_use_xrecord.patch'
17--- debian/patches/05_use_xrecord.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/05_use_xrecord.patch 2011-04-07 11:03:24 +0000
19@@ -0,0 +1,25 @@
20+Description: Tell syndaemon to use the XRecord extension
21+Bug-Ubuntu: https://launchpad.net/bugs/633125
22+Author: Sergey Nizovtsev <snizovtsev@gmail.com>
23+
24+--- gnome-settings-daemon-2.32.1.orig/plugins/mouse/gsd-mouse-manager..c.old 2011-04-06 21:03:28.344661413 +0400
25++++ gnome-settings-daemon-2.32.1/plugins/mouse/gsd-mouse-manager.c 2011-04-06 21:03:54.184699318 +0400
26+@@ -548,7 +548,7 @@
27+
28+ if (state) {
29+ GError *error = NULL;
30+- char *args[5];
31++ char *args[6];
32+
33+ if (manager->priv->syndaemon_spawned)
34+ return 0;
35+@@ -557,7 +557,8 @@
36+ args[1] = "-i";
37+ args[2] = "0.5";
38+ args[3] = "-k";
39+- args[4] = NULL;
40++ args[4] = "-R";
41++ args[5] = NULL;
42+
43+ if (!g_find_program_in_path (args[0]))
44+ return 0;
45
46=== modified file 'debian/patches/series'
47--- debian/patches/series 2011-03-29 14:09:03 +0000
48+++ debian/patches/series 2011-04-07 11:03:24 +0000
49@@ -3,6 +3,7 @@
50 02_missing_libs.patch
51 03_maintainer_mode.patch
52 05_disable_corner_tapping.patch
53+05_use_xrecord.patch
54 06_use_application_indicator.patch
55 07_dont_display_autostart.patch
56 12_monitor_network_fs.patch

Subscribers

People subscribed via source and target branches

to all changes: