Ticket #1031 (closed defect: fixed)
gdm theme is suboptimal on multiple monitors
Reported by: | geofft | Owned by: | jdreed |
---|---|---|---|
Priority: | trivial | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
That "Welcome to Debathena" is split across the monitors is the most glaring bit. Possibly the little infobox at the bottom right identifying the machine's version should also be on the primary monitor. The actual login dialog is correctly centered on the primary monitor.
Change History
comment:2 Changed 13 years ago by jdreed
- Status changed from new to accepted
- Owner set to jdreed
It helps to read docs that aren't full of lies. Done in r25579/80 for gdm-config. I still need to do this for lightdm-config.
Note: See
TracTickets for help on using
tickets.
I think this is Hard(tm), because AFAICT, Xinerama and friends present multiple monitors as a single GdkScreen?, so I think we're SOL. Someone who cares and has access to a broken setup should go run python, import gtk, and tell me what gtk.gdk.display_get_default().get_n_screens() says.