diff -Nru sugar-0.88-0.88.1/debian/changelog sugar-0.88-0.88.1/debian/changelog --- sugar-0.88-0.88.1/debian/changelog 2010-07-24 21:17:20.000000000 +0530 +++ sugar-0.88-0.88.1/debian/changelog 2010-08-23 21:53:27.000000000 +0530 @@ -1,3 +1,9 @@ +sugar-0.88 (0.88.1-2ubuntu2) maverick; urgency=low + + * Added gconf_settings_mouse_bug.patch. (LP: #511225) + + -- Neeraj Gupta Mon, 23 Aug 2010 21:29:22 +0530 + sugar-0.88 (0.88.1-2ubuntu1) maverick; urgency=low * Merge from debian unstable(LP: #609412). Remaining changes: diff -Nru sugar-0.88-0.88.1/debian/patches/gconf_settings_mouse_bug.patch sugar-0.88-0.88.1/debian/patches/gconf_settings_mouse_bug.patch --- sugar-0.88-0.88.1/debian/patches/gconf_settings_mouse_bug.patch 1970-01-01 05:30:00.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/gconf_settings_mouse_bug.patch 2010-08-23 21:45:08.000000000 +0530 @@ -0,0 +1,20 @@ +From: Neeraj Gupta +Subject: Changed gconf settings to stop beaking of mouse behaviour + +Applied the patch provided by alsroot on sugarlabs. Bug ticket:1544 + +Forwarded: no +Last-Update: 2010-08-23 +Index: sugar-0.88-0.88.1/bin/sugar-session +=================================================================== +--- sugar-0.88-0.88.1.orig/bin/sugar-session 2010-08-23 21:28:00.018917396 +0530 ++++ sugar-0.88-0.88.1/bin/sugar-session 2010-08-23 21:28:58.506937186 +0530 +@@ -230,7 +230,7 @@ + + client = gconf.client_get_default() + client.set_string('/apps/metacity/general/mouse_button_modifier', +- 'disabled') ++ '') + + timezone = client.get_string('/desktop/sugar/date/timezone') + if timezone is not None and timezone: diff -Nru sugar-0.88-0.88.1/debian/patches/series sugar-0.88-0.88.1/debian/patches/series --- sugar-0.88-0.88.1/debian/patches/series 2010-07-20 16:05:12.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/series 2010-08-23 21:27:47.000000000 +0530 @@ -3,3 +3,4 @@ #fix_tz_config_path.patch #danish_l10n_autotools.patch empy_from_system_autotools.patch +gconf_settings_mouse_bug.patch