this post was submitted on 02 Sep 2023
29 points (96.8% liked)
Linux Gaming
15256 readers
73 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's possible they installed with sudo or something, which ruined the permissions. First try
find /home/lewis/.steam ! -user lewis
. That will show if any files got owned incorrectly. If so, dochown -R lewis:lewis /home/lewis/.steam
.Not sure this is a permission/owner issue though. My guess is
/home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
doesn't have the executable bit. trychmod +x /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
.