r37143 - /desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Mar 23 15:19:26 UTC 2013


Author: sjoerd
Date: Sat Mar 23 15:19:25 2013
New Revision: 37143

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37143
Log:
Tweak pach slightly to not trigger a different crash

Modified:
    desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch

Modified: desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch?rev=37143&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/patches/05_disable_cursor_manager.patch [utf-8] Sat Mar 23 15:19:25 2013
@@ -7,7 +7,7 @@
          gnome_settings_profile_start (NULL);
  
 +        g_debug ("Not starting curor manager, assuming old X server");
-+        return FALSE;
++        return TRUE;
 +
          if (supports_cursor_xfixes () == FALSE) {
                  g_debug ("XFixes cursor extension not available, will not hide the cursor");




More information about the pkg-gnome-commits mailing list