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 309100 - EOG behaves strangely with dual head
EOG behaves strangely with dual head
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-27 03:10 UTC by Danielle Madeley
Modified: 2005-07-25 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dual head fixes for EoG (4.92 KB, patch)
2005-07-24 09:55 UTC, Danielle Madeley
none Details | Review

Description Danielle Madeley 2005-06-27 03:10:40 UTC
When opening an image with EOG that is quite large (say 1600x1200) the window is
now created on a single physical monitor but instead spans two monitors in a
non-useful way. This seems a little broken.
Comment 1 Paolo Borelli 2005-07-02 13:19:22 UTC
see also bug #167471 and bug #137137 

I guess they're related.
Comment 2 Danielle Madeley 2005-07-24 09:55:24 UTC
Created attachment 49669 [details] [review]
dual head fixes for EoG

Includes a fix for bug #167471

Rather then using the entire monitor dimensions, we should use the dimensions
of our piece of glass for obtain_desired_size(). This stops EoG creating
windows that span two pieces of glass.

Secondly, we want to create the full screen on the same window as the EoG
window (not simply on screen 0). We do this by passing the GtkWindow of the
"parent" and finding out what piece of glass that is on, to get the geometry of
the full screen.
Comment 3 Tim Gerla 2005-07-25 19:11:40 UTC
Applied, thanks!