On 03/01/2021 13:12, Christoph Berg wrote:
Re: Hilary Snaden
After both wsjtx windows have disappeared:
$ ps -eo pid,%mem,%cpu,comm | grep wsjtx
3199122 2.5 97.1 wsjtx
If you kill that (also look for any "jt9" processes), does it start
and exit cleanly?
Maybe that fixes the audio issue as well? Restarting pulseaudio might
help as well.
Before GUI quit:
$ pstree `pidof wsjtx`
wsjtx─┬─jt9
└─14*[{wsjtx}]
After GUI quit:
$ pstree `pidof wsjtx`
wsjtx───14*[{wsjtx}]
All are removed by killall wsjtx
Restarting pulseaudio doesn't seem to make any difference.
Hilary