[Libreoffice-bugs] [Bug 49365] Libreoffice fails to start on second screen with gtk vcl plugin

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 2 05:31:58 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=49365

--- Comment #3 from David Tardon <dtardon at redhat.com> 2012-05-02 05:31:58 PDT ---
Not directly. What I think happens there is: Starting at first (and only)
monitor of the second screen means that the internal monitor number will be 1.
But the first screen also has one monitor, so the condition

if (nIdx > gdk_screen_get_n_monitors (pScreen))

evaluates to

if (1 > 1)

, therefore the index won't be changed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list