[tor-bugs] #33443 [Applications/Tor Browser]: Audio/sound not working on Xubuntu 18.04
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Feb 25 00:19:22 UTC 2020
#33443: Audio/sound not working on Xubuntu 18.04
-------------------------------------------------+-------------------------
Reporter: FriendFX | Owner: tbb-
| team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version: Tor:
| unspecified
Severity: Normal | Resolution:
Keywords: audio, sound, Linux, Ubuntu, | Actual Points:
Xubuntu, 18.04, pulseaudio |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by FriendFX):
After some more research, and finding #29360, I could solve the issue by
following this comment:
https://trac.torproject.org/projects/tor/ticket/29360#comment:11
Initially I tried to create a symlink like so
{{{
cd Browser/.config
ln -s ~/.config/pulse
}}}
but that resulted in errors
{{{
Failed to create secure directory (.../Browser/.config/pulse): Too many
levels of symbolic links)
[Child 5912, MediaPlayback #2] WARNING: 7f85ab585a10 OpenCubeb() failed to
init cubeb: file /var/tmp/build/firefox-
869854aeea80/dom/media/AudioStream.cpp, line 382
[Child 5912, MediaPlayback #2] WARNING: Decoder=7f85a79d5000
[OnMediaSinkAudioError]: file /var/tmp/build/firefox-
869854aeea80/dom/media/MediaDecoderStateMachine.cpp, line 3639
[Child 5912, MediaPlayback #2] WARNING: Decoder=7f85a79d5000 Decode error:
NS_ERROR_DOM_MEDIA_MEDIASINK_ERR (0x806e000b) - OnMediaSinkAudioError:
file /var/tmp/build/firefox-
869854aeea80/dom/media/MediaDecoderStateMachine
}}}
The solution was to use copy instead of symlinking:
{{{
cd Browser/.config
cp -a ~/.config/pulse ./
}}}
I hope this practice doesn't cause any security/privacy issues?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/33443#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list