62
I made a better Proton GE installer and updater
(forgejo.zeromedia.vip)
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.
No memes/shitposts/low-effort posts, please.
Help:
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
Also, use
set -euo pipefail(look atman set) in every script that's more than four lines. It would instantly fail and exit upon finding an unbound variable.However, there are pitfalls using this quick fail mode:
set -euo pipefail(21 minutes video)