You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It asks for bwrap permissions, which terraos cant have because of shim limitations, but when i run this bash script that makes steam run. The bash script is in the replies.
It doesnt work since i cant run steam as root which this does.
I have also tried using a different account while still signed into terraos using runuser -l nonroot -c steam but it gives me a log of the attached file here crashdump.txt
If it is possible, could you make a fix similar to fix_bwrap in shimboot
The text was updated successfully, but these errors were encountered:
steam_bwraps="$(find "$HOME_DIR/.steam/" -name 'srt-bwrap')"
for bwrap_bin in $steam_bwraps; do
cp /usr/bin/bwrap "$bwrap_bin"
fix_perms "$bwrap_bin"
done
It asks for bwrap permissions, which terraos cant have because of shim limitations, but when i run this bash script that makes steam run. The bash script is in the replies.
It doesnt work since i cant run steam as root which this does.
I have also tried using a different account while still signed into terraos using
runuser -l nonroot -c steam
but it gives me a log of the attached file herecrashdump.txt
If it is possible, could you make a fix similar to fix_bwrap in shimboot
The text was updated successfully, but these errors were encountered: