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 683044 - Message tray dwelling may behave odd when using multiple monitors
Message tray dwelling may behave odd when using multiple monitors
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-30 16:29 UTC by Florian Müllner
Modified: 2012-08-30 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
messageTray: Use monitor geometry for dwelling (1.40 KB, patch)
2012-08-30 16:29 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2012-08-30 16:29:38 UTC
See patch.
Comment 1 Florian Müllner 2012-08-30 16:29:41 UTC
Created attachment 222951 [details] [review]
messageTray: Use monitor geometry for dwelling

In multi-monitor setups, the screen might extend below the edge of
the monitor that holds the tray. In that case the tray is currently
triggered from a secondary monitor, which is rather surprising;
change the check to use the correct monitor geometry instead.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-08-30 16:48:17 UTC
Review of attachment 222951 [details] [review]:

Sure.
Comment 3 Florian Müllner 2012-08-30 16:52:40 UTC
Attachment 222951 [details] pushed as dc13e72 - messageTray: Use monitor geometry for dwelling