Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Misalf on October 05, 2015, 03:24:28 PM

Title: tc-wbarconf writes too many spaces to ~/.wbarconf
Post by: Misalf on October 05, 2015, 03:24:28 PM
When  ~/.wbarconf  gets rewritten after clicking on "Apply" in  tc-wbarconf , the number of spaces between options increase. After enough spaces are added,  wbar  claims "Configuration empty." and refuses to start.

My ~/.wbarconf changes from this
Code: [Select]
c: wbar --bpress --pos top-left --zoomf 1.4 --isize 32 --nanim 1 --idist 16 --filter 2 --fc 0xc8ffffff
to this
Code: [Select]
c: wbar --bpress --pos top-left --zoomf 1.4 --isize 32  --nanim 1  --idist 16  --filter 2  --fc 0xc8ffffff
to this
Code: [Select]
c: wbar --bpress --pos top-left --zoomf 1.4 --isize 32  --nanim 1   --idist 16   --filter 2   --fc 0xc8ffffff
etc.