For custom verb to work with umu if you want to use the Proton support, currently due to umu-launcher#659 you need to comment out the two affected lines in /usr/lib/python3.14/site-packages/umu/__main__.py:
...
56 if sys.argv[1].endswith("winetricks") and not is_winetricks_verb(sys.argv[2:]):
57 sys.exit(1)
...
Pinned Comments
nicholascw commented on 2026-05-08 07:44 (UTC)
For custom verb to work with
umuif you want to use the Proton support, currently due to umu-launcher#659 you need to comment out the two affected lines in/usr/lib/python3.14/site-packages/umu/__main__.py: