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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990294

Title:
  [upstream] Libreoffice fails to start on second screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/990294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to