Open Issues Need Help
View All on GitHubAI Summary: The task is to improve the user experience of the Scarlet application, a graphical Linux wrapper for the Touhou Community Reliant Automatic Patcher (thcrap), by enabling automatic detection of Touhou games installed in the user's Steam library. This involves finding a way to make thcrap.exe within the Wine environment correctly identify and access the games located in the user's Linux Steam directory, potentially through symlinks, manual path injection, or simulating a Steam installation within the Wine prefix.
Graphical Linux wrapper around the Touhou Community Reliant Automatic Patcher.
AI Summary: Debug and fix a bug in a graphical Linux wrapper for the Touhou Community Reliant Automatic Patcher (thcrap). The bug causes the application to relaunch prematurely after the initial installation, preventing the game list from populating correctly. The fix requires investigating the relaunch mechanism, likely involving inter-process communication between the wrapper and thcrap.exe, and ensuring the relaunch only happens after thcrap.exe completes its setup.
Graphical Linux wrapper around the Touhou Community Reliant Automatic Patcher.