Matoking / protontricks

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

Quiet / Expert mode #57

Closed jcc10 closed 4 years ago

jcc10 commented 4 years ago

Could there be a option to run protontricks in gui mode with less pop-ups? In particular some of the following warnings:

It would really help when you are trying to install something and just want to see if it will work. (I.E Installing .net to test if another tool will even run.)

It would be fine to still log the issues, just don't make me hit OK 50 times on top of everything else.

Matoking commented 4 years ago

Those messages and dialogs are generated by Winetricks and Protontricks can't really do anything about them. Protontricks only sets up the environment and Winetricks continues execution from that point forward.

Winetricks does have the --unattended/--q flag you can use to skip some dialogs like this:

protontricks 377160 -q dotnet48
Matoking commented 4 years ago

Closing this issue due to inactivity.