Chris Simons

Results 11 comments of Chris Simons

I like this idea, and would love a pull request. The only thing I would say is that i think it would make the most sense to use `xdg-open` like...

Because of the way subprocess is called with `sys.argv[2]` the winetricks GUI already works if you you use `protontricks APPID --gui`. Otherwise, you could just use Python subprocess to call...

I've used Kivy in the past for other projects and think it would be a great replacement. My only reason for using cef initially was because of the quick prototyping...

@pchome I'd like for util.protontricks to use Proton wine, but by the time the user_settings.py is sourced the Proton wineserver is already running and I was getting conflicts with winetricks...

@dreamer I like your idea of linking the font files directly, I've been thinking of working it in as a default for protonfixes since so many games require fonts and...

@pchome That's exactly the error I was getting using proton wine, I'll refactor util.protontricks making sure it uses *all* the required environment variables and test it as soon as I...

@dreamer Ok, so util.protontricks is properly using Proton's wine now, and corefonts automatically get linked to `pfx/drive_c/windows/Fonts/` for all games now. Can you try out the latest commit and see...

@pchome Can you expand on the zenity loader being broken? I'm not seeing multiple cycles of it in my logs

@dreamer Reading winetricks source just now, I think part of the reason it takes a second run after winetricks is because winetricks kills the wineserver with `wineserver -k` on a...