> diff --git a/src/firstbootWindow.py b/src/firstbootWindow.py > index 3e2615a..894d0dc 100644 > --- a/src/firstbootWindow.py > +++ b/src/firstbootWindow.py > @@ -62,6 +62,7 @@ class firstbootWindow: > > # Create the initial window and a vbox to fill it with. > self.win = gtk.Window() > + self.win.set_keep_below(True) > self.win.set_position(gtk.WIN_POS_CENTER) > self.win.set_decorated(False) If you look just a few lines down, you see: if not self.doReconfig: self.win.set_keep_below(True) This bug report appears to be talking about an s390 ("1. IPL from CDs") so it does make sense that they'd be running in reconfig mode. Does always setting set_keep_below mean that the gnome panel and things appear in front of the firstboot window? If not, let's just kill the doReconfig test. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list