Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442218 - xfce-base/xfwm4-4.10.0 does not properly handle NET_WM_MOVERESIZE_CANCEL messages in GTK3 apps
Summary: xfce-base/xfwm4-4.10.0 does not properly handle NET_WM_MOVERESIZE_CANCEL mess...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 17:26 UTC by jwhyatt
Modified: 2012-12-31 14:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jwhyatt 2012-11-07 17:26:56 UTC
When clicking on a GTK+ 3 window while using XFCE, it will randomly start dragging the window around the screen, usually throwing it off the bottom-right of the monitor.  This appears to be due to a new NET_WM_MOVERESIZE_CANCEL message that was added to GTK+ 3.4.

It is apparently fixed in upstream, so the patch just needs to be added to the current ebuilds.

This is an Ubuntu bug report detailing the issue and fix:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/1001936

And this is the upstream bug report:
https://bugzilla.xfce.org/show_bug.cgi?id=8949
Comment 1 Aaron Webster 2012-12-31 13:19:41 UTC
Patch is here:

http://git.xfce.org/xfce/xfwm4/commit/?id=099614e
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-12-31 14:44:14 UTC
+*xfwm4-4.10.0-r1 (31 Dec 2012)
+
+  31 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> +xfwm4-4.10.0-r1.ebuild,
+  +files/xfwm4-4.10.0-gtk34.patch:
+  Implement NET_WM_MOVERESIZE_CANCEL message wrt bug #442218. Patch is from
+  upstream.