6

I upgraded to Oneiric today and found out that I can't send my PA stream over to my desktop anymore. The same program that I used in Natty and before, papfrefs, is still there, but everything in the program is greyed out.

paprefs

How can I 'enable' this functionality again?

Jorge Castro
  • 71,754

1 Answers1

2

This is a known bug in the pulseaudio package, where pulseaudio fails to find the location of the modules it needs to load. As a workaround set a symlink to the module location by executing the following command in a terminal:

sudo ln -s /usr/lib/pulse-1.0 /usr/lib/pulse-1.0.0

Note: this workaround was tested in the current environment and may not work in the future (hopefully we don't need it any more when an update was is released)

Takkat
  • 142,284
  • congrats, you are the lucky winner! I had searched around for bug reports but it appears that you have more proficiency points spent in Google than I! –  Oct 18 '11 at 14:04