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 597057 - Menus fail to consider monitor geometry on dual head system
Menus fail to consider monitor geometry on dual head system
Status: RESOLVED DUPLICATE of bug 593060
Product: gnome-shell
Classification: Core
Component: general
2.27.x
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-02 00:32 UTC by Michael Trausch
Modified: 2009-10-02 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Trausch 2009-10-02 00:32:05 UTC
There are two symptoms of this: the Applications menu reaches beyond the size it can on a single monitor and off of the border of one monitor, and the workspaces are placed such that 90% of a workspace may display on one monitor and 10% on the other (or 50/50).

To duplicate:

 * Have two monitors.  In my case, they are not the same size; I have a 1440x900 monitor (primary) and a 1280x1024 one (secondary) using TwinView.

 * Press the Super key, or otherwise trigger the workspace overview/search/application/etc. screen.

 * Click "Browse" on the Applications pane.

 * The menu will be the height of the tallest monitor (1024) and slightly wider than the primary screen.  Of course, depending on the resolutions and arrangement this may be different.

It might be worthwhile to figure out how Mutter and the old gnome-panel determine the size of the screen it's displaying on, and then adjust the menu display code for the Applications menu and the workspace viewer so that the menus do not cross monitor boundaries and the workspaces themselves do not cross monitor boundaries (which of course means that if there is only one workspace, it should only display on one monitor or the other (or the other..., etc.).
Comment 1 Dan Winship 2009-10-02 10:42:22 UTC
these are both fixed as of yesterday afternoon. (the workspaces in the overview are now displayed only on the primary monitor; this is not perfect since it means there's a lot of wasted space, but at least they're not split across monitors. we'll fix it better later)

*** This bug has been marked as a duplicate of bug 593060 ***