-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Winetricks has the following option:
--gui=OPT Set OPT to kdialog or zenity to override GUI enginex
This allows to use zenity on KDE desktops.
However, I am not able to use that on protontricks. I can only modify the initial dialog with the env. var. PROTONTRICKS_GUI
.
Alternative
Although the issue is to allow using --gui from Winetricks, I would say the best thing to do would be to remove the PROTONTRICKS_GUI
option and force yad
for the initial dialog and zenity
for the posterior dialogs for everyone.
Yad for the initial is because the zenity for the initial doesn't show icons; and Zenity for the initial instead of kdialog because kdialog has some visual inconsistencies.
I reported this downstream on Fedora, but I think it is relevant here as well.
This is not a problem for the Flathub package from Protontricks as that one always use Yad and then Zenity on every distro.