Matoking / protontricks

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

How to access protontricks-launch in a flatpak install #160

Closed rockerbacon closed 2 years ago

rockerbacon commented 2 years ago

Is there a way to execute protontricks-launch using the flatpak package? I couldn't find any documentation on how to do it.

Matoking commented 2 years ago

Yes, flatpak run accepts the --command parameter, meaning the following will do the trick:

flatpak run --command=protontricks-launch com.github.Matoking.protontricks <rest of the command here>

You can also open EXE files with "Protontricks Launcher" when using graphical file managers.

I've updated the Flatpak instructions accordingly.

Valkyrien04 commented 2 months ago

Sorry to Necro this issue but this setting has disappeared from the flatpak install instructions and should be re-added