LinuxCommandLibrary

protontricks

Run Winetricks for Proton Steam games

TLDR

Run GUI

$ protontricks --gui
copy
Run Winetricks for specific game
$ protontricks [appid] [winetricks_args]
copy
Run command in game directory
$ protontricks -c "[command]" [appid]
copy
List installed games
$ protontricks -l
copy
Search for game by name
$ protontricks -s [game_name]
copy
Launch executable in Proton environment
$ protontricks-launch --appid [appid] [path/to/file.exe]
copy

SYNOPSIS

protontricks [--gui] [-l|--list] [-s name] [-c cmd] [appid] [args...]

DESCRIPTION

protontricks runs Winetricks commands for Proton-enabled Steam games. It allows installing Windows components, fonts, and libraries into game prefixes to fix compatibility issues.
The tool locates game prefixes automatically and sets up the correct Proton environment. It works with games installed through Steam using Proton compatibility layer.

PARAMETERS

--gui

Launch graphical interface
-l, --list
List installed Steam games
-s, --search _name_
Search for game App ID by name
-c, --command _cmd_
Run command in game's Wine prefix
--no-bwrap
Disable bubblewrap sandboxing
-h, --help
Display help information

CAVEATS

Requires Steam and Proton. Game must have been run at least once to create prefix. Some winetricks verbs may not work with all Proton versions.

HISTORY

protontricks was created by Matoking to bridge Winetricks and Proton, addressing the common need to install Windows dependencies in Proton game prefixes.

SEE ALSO

winetricks(1), wine(1), steam(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community