This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-28 08:53:13

mrmayer
New Scratcher
Registered: 2012-04-28
Posts: 2

BUGFIX: RPM startup script

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

 

#2 2012-04-28 08:56:25

mrmayer
New Scratcher
Registered: 2012-04-28
Posts: 2

Re: BUGFIX: RPM startup script

Sorry wrong forum!

Offline

 

Board footer