5th November 2016, 10:55
Oh yay. I've now solved, or more like worked around, my "Bad news 1". Another simple bash script ["PulseAudio_kill_&_restart.sh"] did it:
Obviously i'd prefer not to have to need this, but given the unfortunate reality, this workaround is acceptable. Consequently, i'm now marking this topic as Solved. Thank you to all who kindly helped me.
Code:
!#/bin/bash
killall pulseaudio
kstart pulseaudio &
Obviously i'd prefer not to have to need this, but given the unfortunate reality, this workaround is acceptable. Consequently, i'm now marking this topic as Solved. Thank you to all who kindly helped me.