Check for Wine and yabridge compatibility on sync

This will probably solve the last common setup issue. Starting Wine can
take a second so this check is only repeated when either Wine or
yabridge get updated.
This commit is contained in:
Robbert van der Helm
2020-07-19 16:57:18 +02:00
parent a8e914a71a
commit 6bba1a9bf8
8 changed files with 189 additions and 9 deletions
+4
View File
@@ -272,6 +272,10 @@ override the Wine prefix for all instances of yabridge.
you'll have to upgrade your Wine version. Instructions for how to do this on
Ubuntu can be found on the [WineHQ website](https://wiki.winehq.org/Ubuntu).
Note that starting from yabridge 1.3.1 this check is also performed
automatically whenever you run `yabridgectl sync` using a new version of Wine
or yabridge.
- Sometimes left over Wine processes can cause problems. Run `wineserver -k` to
terminate Wine related in the current or default Wine prefix.