Matoking / protontricks

A wrapper that does winetricks things for Proton enabled games, requires Winetricks.
GNU General Public License v3.0
1.57k stars 35 forks source link

How do you run the "Protontricks app shortcut" from terminal? #242

Closed nick123456789025 closed 11 months ago

nick123456789025 commented 11 months ago

I want to run a non-steam game through the steam version of proton but every time I launch it launches in wine from terminal, if I run it from the EXE itself it will run through proton tricks but it doesn't work through terminal. Is there a command for this functionality? And if there isn't, you should add it. I think it would be a good feature.

Matoking commented 11 months ago

protontricks-launch has been around for roughly two years with this use case in mind, and it's also what the app shortcut uses behind the scenes. It was intended to be public but I never documented it in the README for some reason. Whoops!

I've updated the README with these two examples:

protontricks-launch <EXE>
protontricks-launch --appid <APPID> <EXE>
nick123456789025 commented 11 months ago

Thank you.