GNOME Bugzilla – Bug 620105
The location of the Close button on the Window Previews in Expose
Last modified: 2011-06-07 18:55:35 UTC
The location of the Close button on the Window Previews in Expose should be specificable. Currently, it is on the right side of the window. This causes inconsistencies if the Close button in windows are put on the left, as in OS X. (Like Ubuntu does)
As I said on IRC, I think this could be done by checking Mutter's GConf settings about the side where the buttons are, plus the settings for current theme if applicable. But of course an Ubuntu user/developer would have to write the patch, since no other distro cares about this. Or is the plan to ship the Shell with a specific theme? In that case, buttons could be assumed to be on the right, and that bug could not happen.
*** Bug 631248 has been marked as a duplicate of this bug. ***
*** Bug 651856 has been marked as a duplicate of this bug. ***
Created attachment 189386 [details] [review] workspace: Make close button respect button_layout Make the close button in the overview follow the user preference for the window button layout.
Comment on attachment 189386 [details] [review] workspace: Make close button respect button_layout Testing this, I saw a close box get clipped by the left edge of the workspace area in one case. (With 5 windows open, although after moving windows around, I couldn't get the bug to come back.) Probably the layout rules have enough padding on the right side, but not the left?
Comment on attachment 189386 [details] [review] workspace: Make close button respect button_layout Hm, no, it's just that the layout the first time you go into the overview is always bad, even with the normal arrangement
Attachment 189386 [details] pushed as ea1e5a5 - workspace: Make close button respect button_layout