mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1396] Steam is unable to use its internal web browser #952
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#952
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 @eomanis on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1396
I am on Arch Linux x86_64 with the GNOME desktop environment, and I am running Steam in firejail within a persistent sandbox home, using the Steam profile shipped by the distribution:
/usr/bin/firejail --profile=/etc/firejail/steam.profile --private="/home/myuser/sandboxes/Steam" -- /usr/bin/steam-runtimeWhile I can view my Steam library and install and play my games listed in there well enough, I am unable to browse the store, redeem gifts, or generally do anything that involves Steam using its built-in web browser.


The net effect is that any web page that Steam tries to open internally is stuck in the "page is loading" state:
When I exit Steam, a chain of processes is left behind:

firejail --> firejail --> steamwebhelper.sh --> steamwebhelperI can soft-kill the "steamwebhelper" process without problems and then everything is clean again.
I have Firefox and Chromium installed.
@SkewedZeppelin commented on GitHub (Jul 20, 2017):
This was fixed a few days ago in upstream here
2b99eb4372just
cd .config/firejail && cp /etc/firejail/steam.profile . && sed -i 's/trace/#trace/' steam.profileor even better install firejail-git from the AUR
@Fred-Barclay commented on GitHub (Jul 20, 2017):
Thanks @SpotComms
@eomanis commented on GitHub (Jul 20, 2017):
Yeah thanks SpotComms, commenting out the "tracelog" line in the profile solves the issue.