-
-
Notifications
You must be signed in to change notification settings - Fork 313
Detect Proton from /usr/share/steam/compatibilitytools.d/ and $XDG_DATA_HOME/Steam/compatibilitytools.d/
#3966
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This also updates the screenshots from `data/appstream` to `data/screenshots`.
This also removes the `<developer_name>` tag, as it's deprecated.
This is important to have because complex toggles require slightly different parameters. Fixes bottlesdevs#3720
This reverts commit b327ce9.
libportal: Update libportal to 0.9.1 vte: Update vte to 0.79.90 vulkan-headers: Update Vulkan-Headers.git to 1.4.309.0 vulkan-tools: Update Vulkan-Tools.git to 1.4.309.0 ImageMagick: Update ImageMagick to 7.1.1-45 fast_float: Add fast_float
The GtkListBox::row-activated signal only emits when a row is activated, not the child widget. This means, the check button wouldn't trigger the emission of the signal, thereby not updating the NewBottleDialog:selected-environment property. Fixes bottlesdevs#3740
Add paths for system and user steam compatibility tools
Update get_runner_path() to handle system and user steam compatibility tools
Change steam runners path variable names to avoid confusion with "sys-"
runner path for steam- and usr-steam
Update check_runners() to handle steam and usr steam compatibility tools
fix paranthesis
default empty steam runners
|
Hi, can u re-make this PR on top of main, please? Sorry for the trouble. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Having proton-ge and other custom versions in
/usr/share/steam/compatibilitytools.d/makes it available in steam. This patch should also make them usable in bottles without having to redundantly store the same version inside bottles./usr/share/steam/compatibilitytools.d/and$XDG_DATA_HOME/Steam/compatibilitytools.d/and add only proton folders to available_runnersFixes #(issue)
Type of change
How Has This Been Tested?
/usr/share/steam/compatibilitytools.d/.or
$XDG_DATA_HOME/Steam/compatibilitytools.d/. (Not tested because as far as I know flatpak build will not be able to access data of flatpak steam. However, if installed natively, it should be able to detect proton from native steam)flatpak override <Application ID of Bottles> --filesystem=host.