[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2021-11-27 Thread adrhc
@eschoeller: what link have you created? I tried but didn't work: sudo ln -sv '/usr/lib/pulse-15.0+dfsg1' /usr/lib/pulse-13.99.1 I have Ubuntu 21.10 and: $find /usr/lib -maxdepth 1 -name "pulse-*" -type d -not -type l /usr/lib/pulse-15.0+dfsg1 $strings $(type -P paprefs) | grep -i pulse

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2021-11-08 Thread Eric Schoeller
This bug is still present on 20.10. You'd think after 10 years ... it would get fixed??? Glad I found this thread. Very pleased to have this working with a *very* simple symlink. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2021-05-12 Thread Max Schmitt
I also had the same issue, after linking the following file, it was fixed: `sudo ln -s /usr/lib/pulse-13.99.1 /usr/lib/pulse-13.99` For more context see here: https://www.reddit.com/r/Ubuntu/comments/gvtzpb/ubuntu_2004_lts_x86_64_trying_to_use_paprefs_but/fvbwns4?utm_source=share_medium=web2x=3

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-10-12 Thread Luqman
Should this be opened as a new bug for 20.04 or what? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-09-13 Thread Basti
I do have the same issue; please do reopen for Ubuntu 20.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-08-07 Thread Adam York
It's bad that this is still going on after years. 18.04 did not seem affected. The symnlink fix worked for me. Hopefully, a proper fix for this can come forth. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-07-07 Thread Owen Williams
works for me too! Please reopen for ubuntu 20.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-04-29 Thread Loren Riccie
sudo ln -s /usr/lib/pulse-13.99.1 /usr/lib/pulse-13.99 fixed the pb in Ubuntu 20.04. Thank you very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-04-13 Thread wilk
sudo ln -s /usr/lib/pulse-13.99.1 /usr/lib/pulse-13.99 works though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2020-04-13 Thread wilk
The problem seems to be back in Ubuntu 20.04. And the trick in https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/comments/47 doesn't fix it: echoing the command (minus the ln -s part) only gives "usr/lib/pulse-13.99.1 /usr/lib/pulse-13.99.1" -- You received this bug notification

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=557975. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2013-02-25 Thread dododoth
i ran into that problem today (12.04 LTS), #21 fixed it sudo ln -s /usr/lib/pulse-1.0/ /usr/lib/pulse-1.0.0 i didn't care to read the rest -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2013-02-25 Thread dododoth
aehmm, sry, wrong bug pavucontrol did not show any network devices (the options where altough available) said fix did work altough -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-11-13 Thread Vegard Torvund
Getting this bug in 12.04 tried to create a symlink to both '/usr/lib/pulse-1.0.0' and '/usr/lib/pulse-1.1.0' none of them works ii gstreamer0.10-pulseaudio 0.10.31-1ubuntu1GStreamer plugin for PulseAudio ii pulseaudio

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-11-13 Thread pablomme
@vergardmeng: The following command should create the correct link for all versions of pulseaudio: sudo ln -s $(find /usr/lib -maxdepth 1 -name pulse-* -type d -not -type l) $(strings $(type -P paprefs) | grep /usr/lib/pulse | sed s%/modules%%) -- You received this bug notification because you

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-11-13 Thread Vegard Torvund
It still doesn't work. An echo of your command (except the ls bit) gives: /usr/lib/pulse-1.1 /usr/lib/pulse-1.1 so I guess there should be no need for a symlink in my case. Reading the bug description carefully I found out that my case differs from this bug in a way too, I am able to do

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-11-13 Thread Tim
you need 'pulseaudio-module-raop' to make that option available. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-11-13 Thread Vegard Torvund
That worked! sorry for bumping this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-05-19 Thread Bug Watch Updater
** Changed in: paprefs (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package paprefs - 0.9.9-2ubuntu1.1 --- paprefs (0.9.9-2ubuntu1.1) oneiric-proposed; urgency=low * Fix pulseaudio recognition without requiring a rebuild each time pulseaudio gets an update (LP: #829051). -- Leo Iannacone l...@ubuntu.com Sat, 21 Jan

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-26 Thread Florian Demmer
this is still affecting oneiric (at least x64!). just did a fresh install on two system, both needed the fix from #7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot

Re: [Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-26 Thread Tim
did you enable the oneiric-proposed repository? On 27/01/12 08:29, Florian Demmer wrote: this is still affecting oneiric (at least x64!). just did a fresh install on two system, both needed the fix from #7. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-24 Thread Tim
I can confirm its fixed in oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go to:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-24 Thread Julian Alarcon
Do any one know if Natty is also affected? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-24 Thread Chauncellor
To my knowledge, it has only affected Oneiric. I've been using this manager for a long time and this is the first time I've had it not work out of the box. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-24 Thread Martin Pitt
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Martin Pitt
** Also affects: paprefs (Ubuntu Oneiric) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/paprefs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go to:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Launchpad Bug Tracker
This bug was fixed in the package paprefs - 0.9.10-0ubuntu1 --- paprefs (0.9.10-0ubuntu1) precise; urgency=low * New upstream release. * Created debian source format 3.0 (quilt) * debian/control: + dropped cdbs, quilt, autotools-dev as build-dep + bumped standards

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Julian Alarcon
I confirm it's fixed in Precise, I don't know if this is fixed in Oneirc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Martin Pitt
Hello Tim, or anyone else affected, Accepted paprefs into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/paprefs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-22 Thread DDC
I have two 11.10 machines that sudo ln -s /usr/lib/pulse-1.0/ /usr/lib/pulse-1.0.0 seems to fix the probem for. However the option Make discoverable PulseAudio network sound devices available locally doesn't seem to work. avahi-discover shows that the network sinks are discovered, but the

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~l3on/ubuntu/precise/paprefs/new-release_0.9.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~l3on/ubuntu/oneiric/paprefs/fix-829051 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-21 Thread Leo Iannacone
** Patch removed: oneiric_debdiff.patch https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/+attachment/2677794/+files/oneiric_debdiff.patch ** Patch removed: precise_debdiff.patch

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-17 Thread Leo Iannacone
The patch updated has some problem with non-standard system. I'll work on it again. Unsubscribe sponsors for now. ** Changed in: paprefs (Ubuntu) Status: Confirmed = In Progress ** Changed in: paprefs (Ubuntu) Assignee: (unassigned) = Leo Iannacone (l3on) -- You received this bug

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
** Changed in: paprefs (Ubuntu) Assignee: (unassigned) = Leo Iannacone (l3on) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
There is a new bug in Debian on the current version of paprefs (0.9.9-2). ** Bug watch added: Debian Bug tracker #649565 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649565 ** Changed in: paprefs (Debian) Status: Fix Released = Unknown ** Changed in: paprefs (Debian) Remote

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
Fix pulseaudio recognition without requiring a rebuild each time pulseaudio gets an update. Changed File: src/paprefs.cc Based on: 4fcee37cb92c689b43a0d8fc1d8e6b2764834cbf Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 6 Nov 2011 14:31:27 + Subject: [PATCH] Do not require

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
** Patch added: oneiric_debdiff.patch https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/+attachment/2677794/+files/oneiric_debdiff.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
** Attachment added: oneiric.buildlog https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/+attachment/2677807/+files/oneiric.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
** Patch added: precise_debdiff.patch https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/+attachment/2677817/+files/precise_debdiff.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
** Attachment added: precise.buildlog https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/+attachment/2677818/+files/precise.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Leo Iannacone
paprefs (0.9.9-2ubuntu2) precise; urgency=low * New patch 0005-fix-PA-version.patch, fixes to rebuild paprefs each time pulseaudio gets an update (LP: #829051) (closes: 649565) -- Leo Iannacone l...@ubuntu.com Mon, 16 Jan 2012 20:19:38 +0100 ** Changed in: paprefs (Ubuntu)

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-16 Thread Bug Watch Updater
** Changed in: paprefs (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-08 Thread DDC
I just did a fresh install of Lubuntu 11.10 and then installed praprefs. The fix that works in this case is ln -s /usr/lib/pulse-1.0 /usr/lib/pulse-1.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-03 Thread Julián Alarcón
This problem is still in ubuntu 12.04 Precise. But I already tried many symbolic version but none worked. Do you know which one works? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2012-01-01 Thread Jorge O. Castro
I've moved this back to confirmed as I can replicate this. Bug triagers, if you see a bug that is marked as Fix Released but isn't then no one is going to be looking at it, feel free to move it back to Confirmed, especially with such overwhelming responses that it isn't fixed. For those of you

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-12-13 Thread DavidW617
Still broken in Ubuntu 12.04 with pulseaudio 1.1 The updated workaround for Ubuntu 12.04 is: `sudo ln -s /usr/lib/pulse-1.1 /usr/lib/pulse-1.1.0` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-12-01 Thread Jeremy Schneider
Broken for me, on 11.10 -- #7 fixed it without restarting anything in my case -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-12-01 Thread Cory Dolphin
Broken for m in , on 11.10 -- #7 fixed it without restarting anything in my case Version and package information below (11.10 and newest pulseaudio in the ubuntu repo): dpkg -l | grep 'pulseaudio' ii pulseaudio 1:1.0-0ubuntu3.1 PulseAudio

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-11-29 Thread Alex Stapleton
Also broken for me in 11.10. According to strace paprefs is looking for modules in /usr/lib/pulse-1.0.0 when it should be looking in /usr/lib/pulse-1.0 Creating a symlink fixes it for now. sudo ln -s /usr/lib/pulse-1.0/ /usr/lib/pulse-1.0.0 -- You received this bug notification because you

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-11-18 Thread fireprog
Bug still not fixed indeed! #7 did the trick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-11-03 Thread crispy
#7 fixes this problem for me also. However, I had to restart to make pulseaudio service discoverable by avahi-discover -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-11-02 Thread David Bell
This bug is affecting me too on the latest package in oneiric, comment #7 fixes it as others have said. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-30 Thread cuc
bug still present! #7 fixes this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go to:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-26 Thread mankyd
Still a bug as of today. Comment #7 fixes it: https://bugs.launchpad.net/ubuntu/+source/paprefs/+bug/829051/comments/7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-23 Thread Boris Erdmann
the problem is still present in Oneiric because contrary to what is stated above 0.9.10 of paprefs is not released in ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-21 Thread lunarok
Same for me, the problem is still present in Oneiric. Bug is not solved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-18 Thread E.T. Anderson
+1 not fixed. I did the workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go to:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-18 Thread shazzner
Work around did it for me, what a stupid bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-12 Thread Paul Kishimoto
Agreed this is *not* fixed with the package versions in #9. The workaround in #7 also works for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-12 Thread Tim
yes as per Paul's comment, still not fixed in current Oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-10 Thread Nobuto MURATA
It seems not fixed on current Oneiric, I'm afraid. To run paprefs without gray-out, I have to do the trick `sudo ln -s /usr/lib/pulse-1.0 /usr/lib/pulse-1.0.0`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-10 Thread Nobuto MURATA
Attached strace log says: access(/usr/lib/pulse-1.0.0/modules/module-esound-protocol-tcp.so, F_OK) = -1 ENOENT (No such file or directory) access(/usr/lib/pulse-1.0.0/modules/module-native-protocol-tcp.so, F_OK) = -1 ENOENT (No such file or directory)

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-10-10 Thread Nobuto MURATA
the strace log was recorded with: paprefs 0.9.9-2ubuntu1 pulseaudio 1:1.0-0ubuntu3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-09-29 Thread Julián Alarcón
It's fixed in Ubuntu with lastest updates of PulseAudio Bbut will be good to have the last version of papfres (the last version of PulseAudio (1.0) is already in Oneiric): Version 0.9.10 released; minor tidyups, should no longer require recompiling with each new PA version. So, this problem

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-09-18 Thread Julián Alarcón
Still broken on Ubuntu Oneiric... Seems weird, because the other distros and upstream already fix it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-09-18 Thread Julián Alarcón
** Bug watch added: PulseAudio sound server #688 http://pulseaudio.org/ticket/688 ** Also affects: pulseaudio via http://pulseaudio.org/ticket/688 Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #531251

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-09-18 Thread pablomme
@Julian: the bugs you link to are very old. However they do contain clues as to what is happening and how to work around the bug (and it appears this is a recurrent problem with paprefs). To bypass the bug, simply do: sudo ln -s /usr/lib/pulse-0.99 /usr/lib/pulse-0.99.3 which is (according to

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-09-18 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Unknown = Fix Released ** Changed in: paprefs (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-08-18 Thread Tim
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage notifications about this bug go to:

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-08-18 Thread Launchpad Bug Tracker
** Changed in: paprefs (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829051 Title: paprefs cannot configure pulseaudio network settings To manage

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-08-18 Thread MFeif
Two other clues: 1. Running pulseaudio -C and doing list-modules shows that module- native-protocol-tcp is not installed. 2. Also in pulseaudio -C, list-clients does NOT show paprefs when paprefs is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 829051] Re: paprefs cannot configure pulseaudio network settings

2011-08-18 Thread MFeif
Same situation here. I noticed that the only keys in gconf for pulseaudio relate to module combine (which as you noted, is the only checkbox available in paprefs)... perhaps this is a clue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to