v1.2
💫 What's new
- Added support for online fixes from freetp.org, including fixes that use Cube Racer (Steam Remote Play)
- Created a fake Steam (steam.c - source file, steam.exe - compiled) for fixes that get “Steam not running” error.
- gamemode is now enabled for each game separately, as it can cause problems with fixes.
- Added mangohud support
- Added editing environment variables separately for each game of the game (e.g. you can now use
PROTON_USE_WINED3D=1) - Added error catching and logging
- Since the Steam overlay is not available in games run through the Launcher, the Launcher now listens to pressing
Shift + Taband opens the Steam friends list (on Wayland may not work in all composers) - Other minor fixes.
▶️ To run, make the installer file executable.
chmod +x onlinefix_launcher_installer && ./onlinefix_launcher_installer📦 Dependencies
Before using the launcher, ensure that the following packages are installed:
protontricksffmpeg7zip
Installing Dependencies:
SteamOS / Steam Deck:
- Disable the read-only mode for the file system:
sudo steamos-readonly disable
- Edit
/etc/pacman.confand setSigLevel = TrustAll- Warning: Using
TrustAlldisables package signature verification, which can pose security risks. However, without this change,pacmandoes not function properly on SteamOS. - You can use
nemoorkateto edit the file:orsudo nemo /etc/pacman.conf
sudo kate /etc/pacman.conf
- Warning: Using
- Enable the Chaotic AUR repository by following the official instructions
- Install the required dependencies:
sudo pacman -Sy protontricks-git p7zip
- After installation, it is recommended to re-enable the read-only mode:
sudo steamos-readonly enable
Ubuntu and derivatives:
sudo apt install protontricks ffmpeg p7zip-fullFedora:
sudo dnf install protontricks ffmpeg p7zipArch Linux and derivatives:
If you do not have yay installed, first install it:
sudo pacman -S --noconfirm git
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ..
rm -rf yay-binThen install all dependencies using:
yay -S --noconfirm protontricks ffmpeg 7zipOr simply copy and run this in the terminal:
sudo pacman -S --noconfirm git && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si && cd .. && rm -rf yay-bin && yay -S --noconfirm protontricks ffmpeg 7zipSolus:
sudo eopkg install protontricks ffmpeg p7zip