I have uploaded a temporary fix for Ubuntu 11.10 to ppa:vanvugt/unity: https://launchpad.net/~vanvugt/+archive/unity However it may take a while to build and then get published.
Only 1 line of code was required in the end. But it's not the final fix... --- plugins/unityshell/src/UScreen.cpp 2011-09-26 14:43:35 +0000 +++ plugins/unityshell/src/UScreen.cpp 2011-10-15 09:32:14 +0000 @@ -130,5 +130,10 @@ g_print("\n"); + // XXX Temporary fix for LP: #742544 + // The final fix should default to lowest_x as above, but should also + // be configurable to use gdk_screen_get_primary_monitor like in natty. + primary_ = gdk_screen_get_primary_monitor(gdk_screen_get_default()); + changed.emit(primary_, _monitors); } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742544 Title: Launcher is shown on the wrong screen in some multi-monitor setups To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs