I've been experiencing hangs when starting wmii 3.9.2 upon first login
(from xdm). It's not a complete hang - I can still see my wmiirc is
running and messages still show up and disappear in the bar when they
are supposed to, but nothing responds to user input (keyboard or mouse),
so the environmen
Rob and Suraj,
thanks for your answers.
>> You're using exec, once that line is reached, bash replaces itself
>> with wmii.
>> Just use "wmii" instead, or even:
>
> Correct.
Indeed, the "exec" was the problem, I did't know that this is what evec
is about.
>> wmii || xmessage "Restart..."
>> tha