Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-21 | added handling for custom proton prefixes and cleaned up the wine protocol ↵ | Priton-CE | |
init procedure | |||
2024-07-07 | proto-wine: Add search paths for debian-installation | Jakub Czapiga | |
Steam installer on Ubuntu places its files in $HOME/.steam/debian-installation/ This patch fixes error: "Couldn't find steam runtime" | |||
2024-06-08 | Fixed copy-pasta leftovers | Kiril Zvezdarov | |
2024-06-08 | Refactored proton_path to be the dist dir location | Kiril Zvezdarov | |
From Proton 9.0 and up, the directory containing library files and wine executables - previously called `dist`, appears to have been renamed to `files`. This breaks OpenTrack with newer Proton versions, because the path to the `wine` executable and proton library files is constructed as `:PROTON_PATH/dist/bin/wine`, i.e. the dist dir name is hardcoded. To fix this while preserving backward compatibility, this commit changes `proton_path` to point to the `dist` dir directly, be it `files` for 9.0+ or `dist` for older versions. Templated variables are adjusted accordingly to omit the dist dir. Obtaining the dist. dir path for a specific Proton version is done by recursively iterating the version's directory, looking for the `wine` executable. The first match is used to discover the grandparent dir path, which is the desired `:PROTON_PATH/:DIST_DIR` path. | |||
2020-06-17 | Replace exception handling with error return value | Russell Sim | |
2020-06-14 | Implement error handling | Russell Sim | |
2020-06-14 | Remove unnecessary variable assignment | Russell Sim | |
2020-06-13 | Proton directory discovery | Russell Sim | |
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations. | |||
2019-10-28 | proto/wine: implement more proton knobs | Stanislaw Halik | |
Reported by: @jp7677 Issue: #996 | |||
2019-10-28 | proto/wine: assume HOME exists in environ | Stanislaw Halik | |
2019-10-28 | proto/wine: add support for proton | Stanislaw Halik | |