On Thu, Aug 09, 2007 at 03:34:13PM +0530, arnuld wrote:
> wmii runs fine but when i go back to shell, after killing X, i get
> this message at my shell:
> 
> /home/arnuld/.wmii-3.5/wmiirc: line 46: write error:  Broken Pipe
> 
> 
> line 44:    # Status Bar Info
> line 45:         status() {
> line 46:           echo -n $(uptime | sed 's/.*://; s/,//g') '|' $(date)
> line 47:        }
> 
> 
> what is the problem ?

This is correct. When you go back to shell, Wmii is ded, wmiir can't
write and exit, pipe is
broken.

Listing:
while status | wmiir write /rbar/status; do
        sleep 1
done


Reply via email to