conformal / spectrwm

A small dynamic tiling window manager for X11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baraction.sh issue

nightbbs opened this issue · comments

Spectrwm 3.5.0
Sometimes it happens:
https://i.imgur.com/0paf8b4.png
and it's right info
but in the same time:
https://i.imgur.com/k9Hf4fH.png
you can see that info differs. why?

It could be locale for spectrwm is different than your terminal. Make sure to set locale for spectrwm's environment before exec spectrwm, such as in ~/.xinitrc.

No, that's not help.

I thought you meant the wrong characters were being shown. Do you mean the bar stops showing new script output until you restart spectrwm?
When it happens, is script process still running? Maybe something in script caused it to exit.

I thought you meant the wrong characters were being shown. Do you mean the bar stops showing new script output until you restart spectrwm? When it happens, is script process still running? Maybe something in script caused it to exit.

There are 6 processes:
$ ps ax | grep baraction
74336 ?? Ip 0:09.41 /bin/ksh /home/nightlord/baraction.sh
40850 ?? Ip 0:00.00 /bin/ksh /home/nightlord/baraction.sh
83826 ?? Ip 0:00.73 /bin/ksh /home/nightlord/baraction.sh
916 ?? Ip 0:00.00 /bin/ksh /home/nightlord/baraction.sh
53662 ?? Ip 0:04.73 /bin/ksh /home/nightlord/baraction.sh
71933 ?? Ip 0:00.00 /bin/ksh /home/nightlord/baraction.sh

It looks like a command in your script is stuck.
spectrwm kills the bar script on restart/exit with SIGTERM. Since those bar script processes haven't exited yet, they are probably waiting for a command to return.