commit metacity for openSUSE:11.4
Hello community, here is the log from the commit of package metacity for openSUSE:11.4 checked in at Thu Sep 29 15:20:06 CEST 2011. -------- --- old-versions/11.4/all/metacity/metacity.changes 2011-02-13 17:23:53.000000000 +0100 +++ 11.4/metacity/metacity.changes 2011-09-28 23:27:13.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Sep 24 11:26:06 UTC 2011 - kirill.kirillov@gmail.com + +- Add metacity-dnd-keynav.patch: this adds support of alt-tab + during drag and drop operation. Fix bnc#720212 + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/metacity Destination is old-versions/11.4/UPDATES/all/metacity calling whatdependson for 11.4-i586 New: ---- metacity-dnd-keynav.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ metacity.spec ++++++ --- /var/tmp/diff_new_pack.ml0j1n/_old 2011-09-29 15:19:41.000000000 +0200 +++ /var/tmp/diff_new_pack.ml0j1n/_new 2011-09-29 15:19:41.000000000 +0200 @@ -33,7 +33,7 @@ License: GPLv2+ Group: System/GUI/GNOME Version: 2.30.3 -Release: 3 +Release: 7.<RELEASE8> Summary: A Window Manager for the GNOME Desktop Source: %{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM metacity-uninitialized-variables.patch bgo619524 vuntz@opensuse.org -- Fix uninitialized variables @@ -42,6 +42,8 @@ Patch1: metacity-gdm-popup-error.patch # PATCH-FEATURE-UPSTREAM metacity-support-above-tab.patch vuntz@opensuse.org -- Add a "Above_Tab" pseudo-keysym, needed by gnome-shell. Taken from git. Patch2: metacity-support-above-tab.patch +# PATCH-FIX-UPSTREAM metacity-dnd-keynav.patch bgo#135056 -- Taken from Fedora, to support alt-tab during drag and drop operation +Patch3: metacity-dnd-keynav.patch # PATCH-FIX-OPENSUSE metacity-bnc385553-buggy-intel-xinerama.diff bnc385553 federico@novell.com - Sanitize overlapping (cloned) monitors from Xinerama Patch11: metacity-bnc385553-buggy-intel-xinerama.diff # PATCH-FIX-UPSTREAM metacity-key-list-binding.patch bnc576977 bgo609101 sbrabec@suse.cz -- Fix key bindings using key lists. @@ -74,6 +76,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %patch11 -p1 %patch14 -p1 # Needed for patch2 ++++++ metacity-dnd-keynav.patch ++++++ --- metacity-2.27.0/src/core/display.c 2009-06-07 21:35:13.623787399 -0400 +++ hacked/src/core/display.c 2009-06-06 00:20:58.889278832 -0400 @@ -3307,7 +3307,7 @@ meta_display_set_grab_op_cursor (display, screen, op, FALSE, grab_xwindow, timestamp); - if (!display->grab_have_pointer) + if (!display->grab_have_pointer && !grab_op_is_keyboard (op)) { meta_topic (META_DEBUG_WINDOW_OPS, "XGrabPointer() failed\n"); continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de