Ticket #1247 (closed defect: fixed)
debathena-lightdm-greeter doesn't explicitly position background window
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Current Semester |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
It should set_position(Gtk.WindowPosition?.CENTER) or .move(0,0) or something. Apparently hilarity can ensue otherwise.
Change History
comment:2 Changed 11 years ago by jdreed
- Status changed from new to review
Fixed on my fork of lightdm-config
comment:3 Changed 11 years ago by jdreed
- Status changed from review to committed
committed 4a754c258783c7385562bb89d43660a1d2a453a9 (Fix background window repositioning bug) to master
Note: See
TracTickets for help on using
tickets.
Due to a hilarious combination of GtkMenubar?, Ubuntu menuproxy, and lightdm, the only way to fix this bug is to call window.move(0,0) inside a configure-event handler for the window. It's ugly, but it works.