aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23b138984..ee4fb1078 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ FAQ: https://l3net.wordpress.com/projects/firejail/firejail-faq/
36 36
37### PulseAudio 7.0 37### PulseAudio 7.0
38 38
39The srbchannel IPC mechanism introduced in PulseAudio6.0 was enabled by default in 7.0 release. 39The srbchannel IPC mechanism introduced in 6.0, was enabled by default in release 7.0.
40Arch Linux users are reporting sound problems when running applications in Firejail sandbox. 40Arch Linux users are reporting sound problems when running applications in Firejail sandbox.
41The issue is still under investigation. There are two workarounds so far: 41The issue is still under investigation. There are two workarounds so far:
42 42
@@ -46,6 +46,7 @@ The issue is still under investigation. There are two workarounds so far:
46 Also by default, ALSA comes wit the sound volume down. You would need to install *alsamixer* 46 Also by default, ALSA comes wit the sound volume down. You would need to install *alsamixer*
47 (*alsa-utils* package) or *gnome-alsamixer*, run it and crank up the volume (both Master and PCM). 47 (*alsa-utils* package) or *gnome-alsamixer*, run it and crank up the volume (both Master and PCM).
48 48
49
49 * Disable srbchannel mechanism in PulseAudio 50 * Disable srbchannel mechanism in PulseAudio
50 ````` 51 `````
51$ mkdir -p ~/.config/pulse 52$ mkdir -p ~/.config/pulse
@@ -54,6 +55,7 @@ $ cp /etc/pulse/client.conf .
54$ echo "enable-shm = no" >> client.conf 55$ echo "enable-shm = no" >> client.conf
55````` 56`````
56 57
58
57If you are still having problems, join the discussion here: https://github.com/netblue30/firejail/issues/69 59If you are still having problems, join the discussion here: https://github.com/netblue30/firejail/issues/69
58 60
59 61