Package: gqview
Version: 1.4.5-1
Severity: normal

Hi,

I have 2 monitors in a xinerama setup.  Now when I go to full screen
with gqiew, it creates a window over both monitors, centering the image
and thereby cutting it in half.

Ideally it would only go to fullscreen on the current monitor.

I noticed that in fullscreen_prefs_get_geometry() in fullscreen.c
there's a block
        else if (screen != 1 || !widget || !widget->window)
             ....
                if (width) *width = gdk_screen_get_width(screen);
                if (height) *height = gdk_screen_get_height(screen);
             ....
        else
             ....
                gdk_screen_get_monitor_geometry(screen, monitor, &rect);
             ....

And gqview tends to pick the first of them.  If once changes the code to
always use the latter, then it works perfectly fine.

--
Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to