Audio does not on the RPM package for Scratch.
The following minor change in the startup script (/usr/bin/scratch) resolves this for me.
Before
if -n pulseaudio --check 2>/dev/null ; then
After
if [ -n `pulseaudio --check` ]
then
Sorry about the pedantic style.
There is a bug for this on Assembla, but I cannot (yet) comment on it.
This isn't an issue upstream (in the DEB version) because they have assumed that PulseAudio is running. I have had a look at the start script in an Ubuntu VM.
I hope this helps.
Thank you for your time.
Offline