mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6625] discord: Error: no suitable /usr/bin/discord executable found #3314
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#3314
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 @saltiniroberto on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6625
Description
Discord does not work with firejail-git,
Steps to Reproduce
Run in bash:
Expected behavior
Discord starts and operates as when launched outside of firejail.
Actual behavior
Discord doesn't start and outputs the following error:
Behavior without a profile
With
--noprofile, Discord starts and operates as expected.Additional context
Discord works with firejail version 0.9.72
Environment
uname -srm): Linux 5.15.0-92-generic x86_64mesa 1:24.3.3-2"): discord stable 360320 (38aca73)
firejail --version): 0.9.73was compiled (
git rev-parse HEAD):1a576d15a9Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programdiscord-debug.log
@kmk3 commented on GitHub (Jan 21, 2025):
What is the output of the following:
What happens with
ignore private-bin?What happens with
ignore private-etc?@saltiniroberto commented on GitHub (Jan 21, 2025):
With
ignore private-etcbut notignore private-bin@kmk3 commented on GitHub (Jan 22, 2025):
What is the output of the following?
@saltiniroberto commented on GitHub (Jan 25, 2025):
@kmk3 commented on GitHub (Jan 26, 2025):
That is strange, as discord.profile has
whitelist /usr/share/discordand noother profile mentions that path.
It works for me:
Do you have anything in globals.local?
What is the output of:
You can also use an interactive shell to debug paths and see if you find
anything interesting. Example:
@saltiniroberto commented on GitHub (Jan 28, 2025):
Solved.
It was just an installation issue on my side.
Apologies.