After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322068 - Xinerama window placement b0rked
Xinerama window placement b0rked
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks: 155458
 
 
Reported: 2005-11-21 20:11 UTC by Rob Adams
Modified: 2005-11-21 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
When updating the xinerama due to placement, update which maximal/spanning rect set to use as well (894 bytes, patch)
2005-11-21 20:40 UTC, Elijah Newren
none Details | Review

Description Rob Adams 2005-11-21 20:11:29 UTC
Window placement in xinerama on 2.13.2 (ubuntu) seems to get contrained always
to first head, regardless of where the mouse is.  Window placement should never
be contrained to a particular head, since the placement algorithm will choose
placements on other empty heads.
Comment 1 Elijah Newren 2005-11-21 20:40:35 UTC
Created attachment 55051 [details] [review]
When updating the xinerama due to placement, update which maximal/spanning rect set to use as well

Does this patch help?
Comment 2 Rob Adams 2005-11-21 21:10:45 UTC
Yes that patch fixes the problem.
Comment 3 Elijah Newren 2005-11-21 21:36:08 UTC
Simple enough.

2005-11-21  Elijah Newren  <newren@gmail.com>

	* src/constraints.c (place_window_if_needed): When updating the
	xinerama due to placement, update which maximal/spanning rect set
	to use as well