mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #4329] Slack (Arch Linux AUR) doesn't work with default firejail configuration #2624
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#2624
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 @alxjsn on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4329
Bug and expected behavior
Slack should successfully run with the defaults.
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?/usr/bin/vlc)?Slack successfully runs with no profile and running it directly without firejail.
Reproduce
Steps to reproduce the behavior:
Environment
lsb_release -a,screenfetchorcat /etc/os-release)firejail --version) exclusive or used git commit (git rev-parse HEAD)Additional context
The file
/usr/bin/slackinstalled by the Slack AUR package is the following:I found that commenting out the following two lines fixed the issue:
include disable-shell.incprivate-bin locale,slackChecklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.debug output
@rusty-snake commented on GitHub (Jun 3, 2021):
Is this
slack.localenough?@alxjsn commented on GitHub (Jun 3, 2021):
Yes, that local file works for me. Thanks for the help!
@alxjsn commented on GitHub (Jun 9, 2021):
@rusty-snake so I realized that I had https://aur.archlinux.org/packages/slack-electron/ installed instead of https://aur.archlinux.org/packages/slack-desktop/
Because my default shell is
fishI had to add the following local file to makeslack-desktopwork in my environment:Just wanted to add this as a note. Thanks again.