mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2077] Discord won't launch #1404
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#1404
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 @chewblacka on GitHub (Aug 8, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2077
When running discord in firejail I get
If I run:
execvp /bin/zsh -c discordmanually I get the same result.Any ideas how to fix? Many thanks!
@SkewedZeppelin commented on GitHub (Aug 8, 2018):
Can you try commenting the
private-binline in/etc/firejail/discord-common.profile?If that works, can you append
,zshand try again?@chewblacka commented on GitHub (Aug 8, 2018):
Many thanks.
I commented out the
private-binline indiscord-common.profilebut it still does the same thing.@chewblacka commented on GitHub (Aug 8, 2018):
I think I misunderstood your comment.
I didn't try appending
,zshbecause the first bit failed. But now I did append,zshand it starts up! Or at least begins to start-up, but loops indefinitely as it tries to update itself but can't access the internet. Any ideas how I can fix this? I've commented outnetfilterbut no difference. Many thanks!@chewblacka commented on GitHub (Aug 8, 2018):
Ok I managed to figure out that if I comment out the
#private-etcline in/etc/firejail/discord-common.profilethen it runs fine. The only slight issue is that the tray icon (where it minimizes to) is invisible. Any ideas?@SkewedZeppelin commented on GitHub (Aug 8, 2018):
I'm not too sure about the tray issue, but if you replace
private-etcwith the following does it fix networking?@chewblacka commented on GitHub (Aug 9, 2018):
Wow thanks @SkewedZeppelin , that line works perfectly!
Tray issue is a weird one. I'm not sure why that would be invisible.
Many thanks again for your help.
@chiraag-nataraj commented on GitHub (Aug 12, 2018):
@chewblacka I think I might have read somewhere in another issue that
private-tmpmight break some tray icons? You can try commenting it out if you want and report back.@chiraag-nataraj commented on GitHub (Aug 12, 2018):
Ah, found it: #1137
@chewblacka commented on GitHub (Aug 12, 2018):
Thanks @chiraag-nataraj ! That fixed it the icon issue!
p.s. I use 2 distros. All the above discussion refered to Ubuntu, where discord works perfectly now.
But my other distro is OpenSUSE and I'm having difficulty getting discord to even start.
@chiraag-nataraj commented on GitHub (Aug 16, 2018):
I'm going to go ahead and close this, since it seems people having issues with OpenSUSE more generally (that discussion should go in the issue @SkewedZeppelin referenced above).
@ColonelThirtyTwo commented on GitHub (May 19, 2019):
@chiraag-nataraj I'm having the same issue in Arch Linux with the discord package in AUR. The private-etc line didn't seem to help.