Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #46

Merged
merged 26 commits into from
Feb 28, 2024
Merged

Fix CI #46

merged 26 commits into from
Feb 28, 2024

Conversation

R1kaB3rN
Copy link
Member

Fixes the CI and applies various fixes/improvements

@R1kaB3rN R1kaB3rN marked this pull request as draft February 27, 2024 23:37
…hare/ULWGL

- Previously, when ulwgl-run was installed at /usr/bin, it failed to refer to link's target directory. To refer to /usr/share/ULWGL we need the resolved parent of the symbolic link
- curl is a dependency for Steam along with Zenity, so it is guaranteed to be on the user's system
- We do not need to copy shell scripts as we've successfully resolved the root
- Since ulwgl-run points to the script's parent directory /usr/share/ULWGL, successfully running the script results in the following pressure vessel error: Binding directories that are located under '/usr/' is not supported!.

- To prevent this error, we need to reference ~/.local/share/ULWGL instead.
- We create the symbolic link ulwgl-run dynamically on launch when installing or updating at ~/.local/share/Steam/compatibilitytools.d/ULWGL-Launcher and ~/.local/share/ULWGL. To account for distributions that may not install the package to /usr/share/ULWGL, these links refer to the relative paths in ~/.local/share.
@R1kaB3rN R1kaB3rN marked this pull request as ready for review February 28, 2024 01:00
- The root configuration file has already been read and abstracted as a Dictionary in the previous context, so just pass the reference
@R1kaB3rN R1kaB3rN merged commit 3cf2001 into Open-Wine-Components:main Feb 28, 2024
3 checks passed
@R1kaB3rN R1kaB3rN deleted the lint branch March 9, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant