New pages
From Pengwings
23 June 2026
- 01:2701:27, 23 June 2026 Fix limited disk visibility for games running in Steam Linux Runtime (hist | edit) [273 bytes] Theleruby (talk | contribs) (Created page with "Steam Linux Runtime restricts which directories are visible to the application. For example RetroArch can't see roms directory located on another SSD. You need to set STEAM_COMPAT_MOUNTS env var to see other directories like this: STEAM_COMPAT_MOUNTS=/var/roms %command%")
19 March 2026
- 23:0923:09, 19 March 2026 Running Windows games via umu-run (hist | edit) [1,169 bytes] Theleruby (talk | contribs) (Created page with "Some Windows games require Steam runtime to work correctly with Proton. The version that comes with Proton only works with Steam. There is a modified version called umu which is designed for non-Steam games. This example runs "Raptor" which is a Game Maker 6 game. Raptor is not working with the normal Proton run script but does work with umu. ==== How to do it ==== Create proton prefix directory mkdir /opt/_pfx/gamemaker Put this run.sh script in the installation dir...")
18 March 2026
- 17:4517:45, 18 March 2026 Fix chrome not printing (hist | edit) [96 bytes] Theleruby (talk | contribs) (Created page with "Go to chrome://flags/#cups-ipp-printing-backend Set to "CUPS IPP Printing Backend" to "enabled"")
17 March 2026
- 10:4110:41, 17 March 2026 Proton enGB locale in games (hist | edit) [98 bytes] Theleruby (talk | contribs) (Created page with "Edit /etc/environment sudo vim /etc/environment Add environment variable HOST_LC_ALL=en_GB.UTF-8")