GOG: Fix automatic install process no longer working#425
GOG: Fix automatic install process no longer working#425JosefNemec merged 3 commits intoJosefNemec:masterfrom
Conversation
|
I really do not like these time sensitive fixes, they tend to break very easily depending on performance of user's system. Not sure if it's worth keeping this feature around if we need to use these workarounds. |
|
I agree on that. I've investigated further and found that Galaxy writes lock files when it's initialized and ready, so instead I implemented an approach of detecting these files the same way as #413. I just kept a small delay here. There may be similar event-based way to do it but in my opinion that would add complexity unnecessarily, but let me know if it's needed. Additionally, I refactored the procedure to initiate the install to the |
|
I'll merge it, but it's likely that I will remove this option completely in P11 plugin rewrite if it no longer work in Galaxy without this workaround. |

Notes regarding the install procedure:
GalaxyClient Helperto be available to use the command.GOG Galaxy Notifications Rendererto be available after that. When it is available, the GOG splashscreen is still being displayed but it works with no issues. It's pretty invisible to the user.