- priority: 5 --> 9
Hi all,
While start fluxbox the fluxspace start fine, but
while i change between workspaces the fluxspace
restart. Why?
I'm using:
Fluxbox 0.1.14
fluxspace-0.4.0_alpha
My fluxspace.conf
<?xml version="1.0"?>
<fluxspace
width="64"
framewidth="4"
rowgap="2"
antialias="no"
normalfont="lucidasans-10"
smallfont="lucidasans-8"
largefont="lucidasans-12">
<painter enable="yes">
<wallpaper workspace="0" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="1" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="2" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="3" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="4" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="5" image="~/.fluxbox/fundo.jpg"/>
<wallpaper workspace="6" image="~/.fluxbox/fundo.jpg"/>
</painter>
<rox enable="yes">
<panel position="left"/>
</rox>
<runner enable="yes">
<!-- Geral -->
<program command="gkrellm"/>
<program command="sudo root-tail -f -g
1000x200+1+10 /var/log/messages,green"/>
<program command="sudo root-tail -f -g
1000x200+1+250 /var/log/secure,red"/>
<program command="sudo root-tail -f -g
1000x200+1+500 /var/log/maillog,yellow"/>
<!-- Por Ambientes -->
<program workspace="0" command="aterm +sb -tr -sh
90 -g 90x25 -fn smoothansi -tint cyan -fg white"/>
<program workspace="1" command="aterm +sb -tr -sh
90 -g 90x25 -fn smoothansi -tint cyan -fg white -e
screen"/>
<program workspace="2" command="mozilla"/>
</runner>
</fluxspace>
thanks