Comment 7 for bug 993867

Revision history for this message
Michael Mayer (michael-mayer) wrote :

I installed xoscope on ubuntu 14.4. and discovered that this bug is not fully fixed.

xoscope only works after a reboot or a manual restart of pulseaudio by issueing the command "pulseaudio -k".

suggested fix:
add a post-installation action to restart pulseaudio automatically. Add the file DEBIAN/postinst to the package:

#!/bin/sh
pulseaudio -k