[GH-ISSUE #147] Skype deletes pulseaudio shm files #100

Closed
opened 2026-05-05 05:02:07 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @ValdikSS on GitHub (Nov 18, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/147

Hi!
If I run skype with the bundled profile, it would delete pulseaudio shm files in /dev/shm/ on start and the sound would break for fresh started applications.

Originally created by @ValdikSS on GitHub (Nov 18, 2015). Original GitHub issue: https://github.com/netblue30/firejail/issues/147 Hi! If I run skype with the bundled profile, it would delete pulseaudio shm files in /dev/shm/ on start and the sound would break for fresh started applications.
Author
Owner

@netblue30 commented on GitHub (Nov 19, 2015):

This is a known PulseAudio problem. Do like this:

$ mkdir -p ~/.config/pulse
$ cd ~/.config/pulse
$ cp /etc/pulse/client.conf .
$ echo "enable-shm = no" >> client.conf

and restart your computer.

<!-- gh-comment-id:158043647 --> @netblue30 commented on GitHub (Nov 19, 2015): This is a known PulseAudio problem. Do like this: ``` $ mkdir -p ~/.config/pulse $ cd ~/.config/pulse $ cp /etc/pulse/client.conf . $ echo "enable-shm = no" >> client.conf ``` and restart your computer.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#100
No description provided.