Ubuntu Feisty Fawn is no longer supported, so a SRU will not be issued
for this release. Marking Feisty as Won't Fix.
** Changed in: ltsp (Ubuntu Feisty)
Status: Fix Committed => Won't Fix
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You receive
Please close for Feisty as Won't Fix? This goes for all the other Feisty
bugs.
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
** Tags added: iso-testing
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
ltsp (5.0.22) gutsy; urgency=low
...
* Closes Launchpad bug 105709: updated 80_ltsp-sound to address unsafe
quoting.
...
** Changed in: ltsp (Ubuntu)
Status: In Progress => Fix Released
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You receiv
Fixed in my tree (v401)
** Changed in: ltsp (Ubuntu Feisty)
Status: Incomplete => Fix Committed
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for
No visible progress on this, so I unsubscribed ubuntu-sru for now.
Please re-subscribe when this is fixed in gutsy and my other points in
comment 3 are solved. Thank you!
This also seems to be quite serious and simple to fix, so let's get it
into Tribe 4.
** Changed in: ltsp (Ubuntu)
Importanc
Comments about SRU:
* Please get this fixed and tested in gutsy first.
* The patch (r520) should be polished a bit: [ !$(which pulseaudio) ] => !
type pulseaudio >/dev/null 2>&1
This avoids unsafe quoting, the lack of a test operator, and avoids a
subshell.
* The changelog (r521) should no
** Changed in: ltsp (Ubuntu)
Status: Confirmed => In Progress
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing l
I also got stung by this bug, thus setting to confirmed
** Changed in: ltsp (Ubuntu)
Assignee: (unassigned) => Oliver Grawert
Status: Unconfirmed => Confirmed
--
sound config not reset after thin client usage
https://bugs.launchpad.net/bugs/105709
You received this bug notification b
The fix is to replace /etc/X11/Xsession.d/80_ltsp-sound with the
following script, this should go into feisty-updates:
if [ -n "$LTSP_CLIENT" ]; then
/usr/bin/asoundconf set-pulseaudio
else
if [ !$(which pulseaudio) ]; then
/usr/bin/asoundconf unset-pulseaudio
fi
fi
10 matches
Mail list logo