GNOME Bugzilla – Bug 696929
window-list: problem with fullscreen
Last modified: 2013-04-02 21:06:35 UTC
In 3.8.0, when fullscreening any app, I see a bar the size of the window-list at the bottom of the screen - it shows half of a message tray.
Created attachment 240178 [details] screenshot
Created attachment 240399 [details] [review] WindowList: fix behavior on fullscreen LayoutManager will take care of our visibility, but we need to adjust the message tray anchor point manually. Also, we must not show ourselves when coming out of the overview if we're in fullscreen.
Review of attachment 240399 [details] [review]: One comment, otherwise looks good! ::: extensions/window-list/extension.js @@ +431,3 @@ + this._fullscreenChangedId = + Main.layoutManager.connect('fullscreen-changed', Lang.bind(this, function() { global.screen.connect('in-fullscreen-changed', ...) should be more future-proof.
Created attachment 240437 [details] [review] WindowList: fix behavior on fullscreen LayoutManager will take care of our visibility, but we need to adjust the message tray anchor point manually. Also, we must not show ourselves when coming out of the overview if we're in fullscreen.
Review of attachment 240437 [details] [review]: Yup, thanks!
Attachment 240437 [details] pushed as d212a2f - WindowList: fix behavior on fullscreen