mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1695] [Teamspeak 3] the application crashes on opening the options window #1149
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#1149
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 @ghost on GitHub (Dec 26, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1695
I just tried to use the official profile bundled with firejail, only to discover that it causes the application to crash on opening the options window after joining a channel on a voice server.
It does not crash as long as you're not connected to a server; otherwise, Teamspeak will crash on every attempt to open settings if you connected to any server at least once - it's persistent between restarts of the application.
tl;dr
1.Run Teamspeak and join a voice channel on a server;
2.Try to open the options window;
crash
3.Run Teamspeak again and do not connect to a server;
4.Try to open the options window;
crash
Also:
1.Run Teamspeak without firejail and close it;
2.Run Teamspeak with firejail enabled now;
3.Try to open the options window;
it works again 'till you connect to a server and join a channel
@smitsohu commented on GitHub (Dec 27, 2017):
Hi @Hasbreak, does it work when you start it with
firejail --protocol=unix,inet,inet6,netlink teamspeak3?@ghost commented on GitHub (Dec 27, 2017):
Hi @smitsohu. Yes, it does work just fine when started using that command (absolutely no crashes when opening the options window under any of circumstances I specified above). However, there's one more lookout to be addressed as Teamspeak doesn't start with
/usr/bin/opensslblacklisted by default.noblacklist /usr/bin/opensslin/etc/firejail/teamspeak3.localdoes the job.@Fred-Barclay commented on GitHub (Dec 27, 2017):
@Hasbreak Can you try out
96f26b0cecand see if it works?@ghost commented on GitHub (Dec 27, 2017):
@Fred-Barclay I made the following changes to
teamspeak3.profileand none of reported issues is present. It's all fixed. 👍@Fred-Barclay commented on GitHub (Dec 27, 2017):
That's great! Thanks @Hasbreak and @smitsohu 👍