Package: release.debian.org Severity: normal User: [email protected] Usertags: pu
Hi, I’ve prepared another update for gnome-settings-daemon. It is just to remove an obsolete patch that makes things very annoying for some touchpad users. The change should be harmless and was already done in jessie. Thanks for considering. -- Josselin Mouette
Index: debian/changelog =================================================================== --- debian/changelog (révision 40264) +++ debian/changelog (révision 40265) @@ -1,3 +1,11 @@ +gnome-settings-daemon (3.4.2+git20121218.7c1322-3+deb7u3) wheezy; urgency=low + + * 10_smaller_syndaemon_timeout.patch: drop patch, which is no longer + related to what it is supposed to do, and makes syndaemon almost + useless. + + -- Josselin Mouette <[email protected]> Wed, 20 Nov 2013 14:07:36 +0100 + gnome-settings-daemon (3.4.2+git20121218.7c1322-3+deb7u2) wheezy; urgency=low * gnome-settings-daemon.gsettings-override: stop installing security Index: debian/patches/10_smaller_syndaemon_timeout.patch =================================================================== --- debian/patches/10_smaller_syndaemon_timeout.patch (révision 40264) +++ debian/patches/10_smaller_syndaemon_timeout.patch (révision 40265) @@ -1,21 +0,0 @@ ---- a/plugins/mouse/gsd-mouse-manager.c -+++ b/plugins/mouse/gsd-mouse-manager.c -@@ -567,7 +567,7 @@ - { - if (state && touchpad_is_present ()) { - GError *error = NULL; -- char *args[6]; -+ char *args[7]; - - if (manager->priv->syndaemon_spawned) - return 0; -@@ -577,7 +577,8 @@ - args[2] = "1.0"; - args[3] = "-K"; - args[4] = "-R"; -- args[5] = NULL; -+ args[5] = "-t"; -+ args[6] = NULL; - - if (!have_program_in_path (args[0])) - return 0; Index: debian/patches/series =================================================================== --- debian/patches/series (révision 40264) +++ debian/patches/series (révision 40265) @@ -5,7 +5,6 @@ 05_sound_pkg-config.patch 06_a11y_macro.patch 06_a11y_gdm_leak.patch -10_smaller_syndaemon_timeout.patch power-check-null-devices.patch power-ignore-bad-dbus-requests.patch revert_git_datetime_dropping.patch

