GNOME Bugzilla – Bug 701167
overviewControls: Don't push window thumbs over when workspaces are invisible
Last modified: 2013-10-16 04:41:25 UTC
When the workspace thumbnails are invisible, pretend that the sliding control is completely slid out.
Created attachment 245508 [details] [review] overviewControls: Don't push window thumbs over when workspaces are invisible
Review of attachment 245508 [details] [review]: ::: js/ui/overviewControls.js @@ +247,3 @@ Main.layoutManager.connect('monitors-changed', Lang.bind(this, this.updateSlide)); this.actor.connect('notify::hover', Lang.bind(this, this.updateSlide)); + this._thumbnailsBox.actor.connect('notify::visible', Lang.bind(this, this.updateSlide)); Alternatively you could use g_object_bind_property to bind actor:visible to thumbnailsBox.actor:visible
Created attachment 245569 [details] [review] overviewControls: Don't push window thumbs over when workspaces are invisible Make the sliding control invisible when the thumbnails box is as well.
Review of attachment 245569 [details] [review]: Yup
Attachment 245569 [details] pushed as 5a2269c - overviewControls: Don't push window thumbs over when workspaces are invisible
*** Bug 702531 has been marked as a duplicate of this bug. ***
Hello, could this fix get backported to the 3.8 branch? (I still see this issue with gnome-shell-3.8.4).