r39210 - in /desktop/unstable/gnome-shell/debian: changelog patches/disable-clutter-xinput.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Aug 21 09:22:38 UTC 2013


Author: ah
Date: Wed Aug 21 09:22:37 2013
New Revision: 39210

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39210
Log:
* debian/patches/disable-clutter-xinput.patch:
  - disable xinput in clutter since mutter 3.4 does not yet support it.
  (Closes: #720283)
Patch by Sébastien Villemot in collaboration with Sjoerd Simons, et.al.

Added:
    desktop/unstable/gnome-shell/debian/patches/disable-clutter-xinput.patch
Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/patches/series

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=39210&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Wed Aug 21 09:22:37 2013
@@ -1,3 +1,12 @@
+gnome-shell (3.4.2-13) unstable; urgency=low
+
+  * debian/patches/disable-clutter-xinput.patch:
+    - disable xinput in clutter since mutter 3.4 does not yet support it.
+    (Closes: #720283)
+  Patch by Sébastien Villemot in collaboration with Sjoerd Simons, et.al.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 21 Aug 2013 11:17:07 +0200
+
 gnome-shell (3.4.2-12) unstable; urgency=low
 
   * debian/patches/62-remove-leftover-dbus-import.patch: Remove leftover DBus

Added: desktop/unstable/gnome-shell/debian/patches/disable-clutter-xinput.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/disable-clutter-xinput.patch?rev=39210&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/disable-clutter-xinput.patch	(added)
+++ desktop/unstable/gnome-shell/debian/patches/disable-clutter-xinput.patch	[utf-8] Wed Aug 21 09:22:37 2013
@@ -0,0 +1,21 @@
+Index: gnome-shell-3.4.2/src/main.c
+===================================================================
+--- gnome-shell-3.4.2.orig/src/main.c	2013-08-21 11:04:17.000000000 +0200
++++ gnome-shell-3.4.2/src/main.c	2013-08-21 11:06:28.199750374 +0200
+@@ -275,6 +275,8 @@
+   int ecode;
+   TpDebugSender *sender;
+ 
++  g_setenv("CLUTTER_DISABLE_XINPUT", "yes", FALSE);
++
+   g_type_init ();
+   g_thread_init (NULL);
+ 
+@@ -300,6 +302,7 @@
+   meta_init ();
+   g_unsetenv ("NO_GAIL");
+   g_unsetenv ("NO_AT_BRIDGE");
++  g_unsetenv ("CLUTTER_DISABLE_XINPUT");
+ 
+   /* FIXME: Add gjs API to set this stuff and don't depend on the
+    * environment.  These propagate to child processes.

Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=39210&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series	[utf-8] Wed Aug 21 09:22:37 2013
@@ -19,3 +19,4 @@
 61-disable-restart-buttons.patch
 0001-st-theme-node-drawing-Don-t-use-GL-types.patch
 62-remove-leftover-dbus-import.patch
+disable-clutter-xinput.patch




More information about the pkg-gnome-commits mailing list