-
-
Notifications
You must be signed in to change notification settings - Fork 314
Added an extra input to gamescope for extra flags #3832
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
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 isn't needed anymore.
revert: Duplicated NVIDIA GPUs Fixed by flathub/org.freedesktop.Platform.GL.nvidia#331
appdata: translate=no properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: ximion/appstream#623
…w.py' dialog (bottlesdevs#3730) frontend: Added 'Failed adding to Steam Library dialog' in program_row.py
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
…d gamescope flags
|
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
I use gamescope on a few games, to force them into specific resolutions/windows. Sometimes I needed some extra flags, e.g.
--force-grab-cursor, to get them to correctly work. As I saw no option in bottles for this, I decided to add a simple text box that allows extra flags to be appended to the gamescope command.Type of change
How Has This Been Tested?
I've played a few different games with the
--force-grab-cursorflag inputted into the box. They ran as expected, with the extra flag applied.