On Tue, Mar 17, 2009 at 12:05:15AM +0800, bill lam wrote: > On Mon, 16 Mar 2009, [email protected] wrote: > > Can you reply with your rule for gnumeric? I occasionally use > > gnumeric, though I do not recall a splash, it does tile as expected. > > static Rule rules[] = { > /* class instance title tags mask isfloating */ > { "UXTerm", NULL, NULL, 0, False }, > { "XTerm", NULL, NULL, 0, False }, > { "Iceweasel", NULL, NULL, 1 << 8, True }, > { "Firefox", NULL, NULL, 1 << 8, True }, > }; > > No special treatment for gnumeric. It tiles correctly if starts with > no worksheet or with a small worksheet because gnumeric will only > shows a splash screen when it needs a longer time to load, about 5 to > 10 seconds. I do not know the exact timing but that should be the > intended behavior of gnumeric
I suppose it sets a TRANSIENT_FOR hint on the main window to the splash because of some brokeness in gnumeric. Kind regards, Anselm
