Wilbert Berendsen wrote:

>On Sat, 05 Jan 2002 12:44:21 -0800 (PST)
>"Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote:
>
>>On 05-Jan-2002 Wilbert Berendsen wrote:
>>
>>>Hi *
>>>
>>>I'll try to submit all 0.62pre2 bugs in sf.net.
>>>
>>>1. When you have in your ~/.xinitrc:
>>>
>>>    rxvt -ls
>>>
>
>(sorry, I mean rxvt -ls &)
>
>>>    exec blackbox
>>>
>>>and you use a style with a borderWidth: > 0 (or sometimes also
>>>frameWidth: > 1), blackbox will hide the rxvt window on startup. 
>>>(The rxvt window appears first, but is only a very short time
>>>visible.
>>>
>>can you name a style that this ALWAYS happens with?
>>
>
>For example Minimal.
>
>make sure the rxvt started from .xinitrc is already running before blackbox starts.  
>You might try:
>
># ~/.xinitrc
>rxvt -ls &
>sleep 1
>exec blackbox
>
>A quick check reveals that styles that work OK are: Artwiz, Cthulhain, Nyz, 
>Operation, Outcomes, Rancor, Results, Spiff, TDF, Twice
>and styles that don't: Flux, Rampage, Shade
>
>The behaviour seems stable, i.e. styles that hide the started rxvt window do that 
>always.
>
>success,
>kind regards,
>Wilbert
>
isn't this better?
# cat ~/.xinitrc
sleep 1 && rxvt -sl &
exec blackbox

Thiiiink so.. ;)

Reply via email to