mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4160] Firejail blocks sound/music when using cmus #2558
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2558
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MRF316 on GitHub (Apr 4, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4160
I just re-installed Linux Mint, and everything worked great before re-installing, now I just finished transferring my music and I get this error...Error: opening audio device: internal error
I figured it might be FJ, so I temporarily uninstalled it, and tried cmus and my music plays fine! I never had this issue before???
@rusty-snake commented on GitHub (Apr 4, 2021):
Is there anything in your syslog? Does it work with
--noprofile? What's your firejail version? Do you have a globals.local?@MRF316 commented on GitHub (Apr 4, 2021):
Firejail is the latest...the other questions are a bit over my head ://)
@rusty-snake commented on GitHub (Apr 4, 2021):
latest from ubuntu repositories, latest release, latest LTS release, latest from git. There is not the single-one latest firejail. What version is shown by
firejail --version? 0.9.64.4 is the latest release which is usually what "latest" means.Open a terminal and watch
journalctl --boot --pager-end --followwhile you reproduce this.Can you reproduce this with
firejail --noprofile cmus?@MRF316 commented on GitHub (Apr 5, 2021):
It works using firejail --noprofile cmus
@MRF316 commented on GitHub (Apr 5, 2021):
version 0.9.52-2 from synaptics package manager
@rusty-snake commented on GitHub (Apr 5, 2021):
0.9.52 is very old. Which version of Mint do you run (ubuntu 18.04 based)? And which version of pulseaudio? Maybe
firecfg --fix-soundhelps here.@MRF316 commented on GitHub (Apr 5, 2021):
This did not help
firecfg --fix-sound
@MRF316 commented on GitHub (Apr 5, 2021):
19.3 Linux Mint Tricia | MATE (32-bit) pulse audio 1:11.1-1ubuntu7.11
https://sendvid.com/29735550
https://sendvid.com/6n6ody2p
@rusty-snake commented on GitHub (Apr 5, 2021):
0.9.52 is very old and misses the fixes from 3,5 years.
Try
sudo sh -c 'echo "private-etc machine-id" > /etc/firejail/cmus.local'.@MRF316 commented on GitHub (Apr 5, 2021):
It worked! What exactly did that command do?
Danke 👍
@rusty-snake commented on GitHub (Apr 5, 2021):
Filesystem: It creates
/etc/firejail/cmus.local(which isincluded at the top of cmus.profile) containingprivate-etc machine-id.Firejail: It grants cmus access to
/etc/mchine-id(which is required for PA).@MRF316 commented on GitHub (Apr 5, 2021):
I have a ton to learn in Linux and Firejail! I appreciate your help
If you watch one of the videos, i'm not able to install the latest version of FJ.
@rusty-snake commented on GitHub (Apr 5, 2021):
You need to remove your old firejail-installation (
sudo apt remove --autoremove --purge firejail firejail-profiles) first. Then you can install the new one (sudo dpkg --install $HOME/Downloads/firejail*.deb).@MRF316 commented on GitHub (Apr 5, 2021):
Thanks! what is the latest version of Firetools?
@rusty-snake commented on GitHub (Apr 5, 2021):
https://github.com/netblue30/firetools/releases/tag/0.9.64
@MRF316 commented on GitHub (Apr 5, 2021):
Will this re-install the latest version of FJ?
@MRF316 commented on GitHub (Apr 5, 2021):
After installing Firetools, I rebooted and it wouldn't open at all. I had to un-install it, but I still have Firejail.
Should I uninstall Firejail first, then install Firetools?
@MRF316 commented on GitHub (Apr 5, 2021):
I am sorry for going off subject a bit...when I uninstalled the latest version of FJ, then installed the latest version of FT... thinking the latest version of Firejail and Firetools will be installed. I rebooted, and Firetools still wouldn't open, so at the moment I don't have either one installed.
@rusty-snake commented on GitHub (Apr 6, 2021):
Sorry, I can't help you with firetools (never used it). Are there any error if you start it from a terminal?
@MRF316 commented on GitHub (Apr 7, 2021):
firetools: /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5: version `Qt_5.11' not found (required by firetools)
@rusty-snake commented on GitHub (Apr 8, 2021):
Looks like this firetools package requires Qt 5.11 but Ubuntu 18.04 has only 5.9.
@MRF316 commented on GitHub (Apr 8, 2021):
I don't use FT very often, so for now i'll just use the latest version of FJ alone.
@rusty-snake commented on GitHub (Jun 10, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.