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 779819 - messageTray: Use correct monitor for fullscreen logic
messageTray: Use correct monitor for fullscreen logic
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: 2017-03-09 21:58 UTC by Florian Müllner
Modified: 2017-03-10 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
messageTray: Use correct monitor for fullscreen logic (1.45 KB, patch)
2017-03-09 21:58 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2017-03-09 21:58:31 UTC
See patch.
Comment 1 Florian Müllner 2017-03-09 21:58:36 UTC
Created attachment 347579 [details] [review]
messageTray: Use correct monitor for fullscreen logic

For most notifications, banners are suppressed while the monitor
that is used to display banners is in fullscreen. With the old
message tray at the bottom, this used to be the bottom-most monitor,
but nowadays it's always the primary one, so update the corresponding
code to use the correct monitor.
Comment 2 Rui Matos 2017-03-10 16:09:45 UTC
Review of attachment 347579 [details] [review]:

right
Comment 3 Florian Müllner 2017-03-10 16:23:05 UTC
Attachment 347579 [details] pushed as 742155c - messageTray: Use correct monitor for fullscreen logic