CachyOS - Fix issue with missing custom Proton install#455
CachyOS - Fix issue with missing custom Proton install#455Matoking merged 1 commit intoMatoking:masterfrom
Conversation
|
Thank you for the PR! I reproduced your findings by building an old revision of proton-cachyos-slr. There was a brief period of time when it was installed under |
Yes, it is currently reverted in a new release from Cachy. The maintainers in the official discord mentioned that the change will still eventually happen, as it is a better implementation, but that currently it just seems to cause problems for users. Edit: realized I had not signed commits; should now be updated on my branch. |
…lders, as well as support for absolute file paths for the `install_path` VDF value.
65548aa to
9a2950e
Compare
Thanks, I merged your changes! I resolved the now-unnecessary glob pattern in a separate commit. Also, no need to add git signatures into the PR (though it's appreciated!). I skip the web UI and amend the contributor commits with signatures and push the branch manually if needed. |
This PR targets this issue.
Adding support for VDF files of any name in
compatibilitytools.dfolders, as well as support for absolute file paths for theinstall_pathVDF value.More specifically, to fix an issue with CachyOS using the
install_pathvalue to install binaries in a new location, which although matches Steam expected behavior, many tools did not support.