-
Notifications
You must be signed in to change notification settings - Fork 130
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
Initialize properly installation directory #554
Open
o-schneider
wants to merge
885
commits into
tkashkin:refactoring
Choose a base branch
from
o-schneider:bugfix/properly-init-install-directory
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
Initialize properly installation directory #554
o-schneider
wants to merge
885
commits into
tkashkin:refactoring
from
o-schneider:bugfix/properly-init-install-directory
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.
When clicking on "Next", "Install" when installing a game, it's not the full game path that is used, but the root path for the given store. This change initialize the install_dir with subpath when rendering the page.