Re: [dwm] splash screen

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue, 17 Mar 2009 13:19:32 +0000

On Tue, Mar 17, 2009 at 12:05:15AM +0800, bill lam wrote:
> On Mon, 16 Mar 2009, miles_AT_milesgroman.com 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
Received on Tue Mar 17 2009 - 13:19:32 UTC

This archive was generated by hypermail 2.2.0 : Tue Mar 17 2009 - 13:24:04 UTC