mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3232] multi user dota2 in fedora with glXChooseVisual failed #2026
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#2026
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 @alihakkidemiral on GitHub (Feb 20, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3232
For an arcade game that requires 4 accounts, and I can't deal with login every time. I have to run dota2 from 4 different users on a computer.
dota2 don't allow run second dota2 on a computer.
I created 3 more accounts.
I don't know why I tried it, but it worked with some little questions.
I copied the "steam.profile" file to my home directory and to other users' home directories.
i disable line 42 "# allow-debuggers"
Currently 2 dota2 games works. can works 4 too.
I have played 4p too many times while using kde neon, very easily with firejail. But fedora cant run any steam with firejail withouth edit profile file, why :'(
I did it with flatpak, but firejail is faster and simpler, and there is no need to copy backup files (13gb) separately to each user directory.
and thx for firejail.
@alihakkidemiral commented on GitHub (Feb 21, 2020):
Ok thats new when run steam from terminal, don't works again.
i look what steam running but other user cant work still, its command not only "steam" it is " /usr/bin/steam %U"
I've tried "firejaik /usr/bin/steam %U" didnt work.
@alihakkidemiral commented on GitHub (Feb 21, 2020):
Sorry for long post but i found this, and any user can run normal steam from terminal,
[arya@karga kara]$
LD_PRELOAD=/home/arya/.local/share/Steam/ubuntu12_64/libcef.so:/usr/lib64/libfontconfig.so:/usr/lib64/libdbus-1.so.3 /usr/bin/steamhow can i run this with firejail. thank you.
@alihakkidemiral commented on GitHub (Feb 21, 2020):
Ok my fault, i install firejail from git and works everythink so perfect....
no need anythink, i can run from all user with a simple command "firejail steam" =_=
thank you...