Comment 10 for bug 1182084

Revision history for this message
dino99 (9d9) wrote :

If you are still affected by that unexpected 'pause':

sudo gedit /usr/lib/python2.7/dist-packages/radiotray/AudioPlayerGStreamer.py

The line 141 or 156 (depending of the used version) can be commented:

                self.player.set_state(Gst.State.PAUSED)

        ==> #self.player.set_state(Gst.State.PAUSED)

then save that .py file and reconfigure radiotray, and with the next radiotray load you then will not get that 'pause'