Comment 24 for bug 693151

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

Hi Warren! I tested the patch and it works fine, except for the following:

My test client was a laptop (LVDS) with an external monitor (VGA).
LDM showed up in VGA.
After login, the gnome menu showed up in LVDS.
This would confuse users. I believe it happens because the patch is not using the primary monitor (gdk_screen_get_primary_monitor), but it has monitor "0" hardcoded there.

Nevertheless the patch is better than what we have now, so if you don't want to spend some time to make it use the primary monitor, I'll commit it anyway in a couple of days. Thanks!