-
Notifications
You must be signed in to change notification settings - Fork 128
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
Prepare wineboot task like wine #553
Open
o-schneider
wants to merge
885
commits into
tkashkin:refactoring
Choose a base branch
from
o-schneider:bugfix/set-env-tweaks-to-wineboot
base: refactoring
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Prepare wineboot task like wine #553
o-schneider
wants to merge
885
commits into
tkashkin:refactoring
from
o-schneider:bugfix/set-env-tweaks-to-wineboot
Conversation
This file contains 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
Currently translated at 31.1% (105 of 338 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/zh_CMN-HANT/
…n all sources are shown (tkashkin#282) Fix some merging bugs
Currently translated at 100.0% (339 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/nl/
Currently translated at 99.4% (337 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/nb_NO/
Currently translated at 33.6% (114 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/zh_CMN-HANT/
Currently translated at 100.0% (339 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/nl/
Currently translated at 99.4% (337 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/nb_NO/
Currently translated at 100.0% (339 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/pt_BR/
Improved portability: GameHub now can be built on Windows in MSYS2 environment (doesn't work yet)
Currently translated at 100.0% (339 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/pt_BR/
…#290) Wait for overlays to mount before updating game status (tkashkin#291)
Currently translated at 9.7% (33 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/fa/
Currently translated at 13.6% (46 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/fa/
Currently translated at 0.3% (1 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/te/
Remove some of the less useful tweaks (tkashkin#355)
TweaksList: sort tweak groups by name
Tweak options: saving/restoring Tweak states (`enabled`/`disabled`/`global`)
Reenabled game installation, saving and running
…m global (tkashkin#355) GamePropertiesDialog: Executable tab
GameInstallDialog/InstallTask: support install_dir import
…serializing and deserializing them (tkashkin#355)
… mount if options haven't changed
Added VariableEntry widget
…rrently works with `Wine`)
* Option to add custom Wine versions (tkashkin#413) * Detect Lutris Wine runners in `~/.local/share/lutris/runners/wine` as custom Wine versions
* Initial Proton implementation * Option to add custom Proton versions (tkashkin#413)
Proton: Fixed Virtual Desktop option InstallDialog: Download button for installers (tkashkin#304)
GameDetailsPage: reenabled functionality
tkashkin
force-pushed
the
refactoring
branch
from
September 1, 2021 19:23
51dd7c8
to
65e6af9
Compare
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.
Hi! It's been a while. I opened #533 back in January for an issue when running wineboot with esync/fsync enabled as the env var was not set for wineboot execution. It was supposed to be fixed in the refactoring branch that will be the 1.0, but it wasn't in my testing, so I fixed it again in this branch but never submitted the change.
It's done now. :)