Skip to content
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

Downloading ICU files on first run makes Ou Dedetai slow to open #234

Open
n8marti opened this issue Nov 23, 2024 · 1 comment
Open

Downloading ICU files on first run makes Ou Dedetai slow to open #234

n8marti opened this issue Nov 23, 2024 · 1 comment

Comments

@n8marti
Copy link
Collaborator

n8marti commented Nov 23, 2024

The ICU files are checked for and downloaded before the GUI can appear, which makes the app seem to either not start or run very slowly. On a slow connection the user can be waiting for 30 seconds or more before seeing the app. Possible remedies:

  • Install ICU files in background thread
  • Don't check for ICU files when oudedetai runs, but rather when the installer or installed app are run
@thw26
Copy link
Collaborator

thw26 commented Nov 23, 2024

Could we put in a check as a third option of, run the check if the app is installed already, and then couple that without a background thread?

My only issue with this is we need to update the ICU files before run, preferably, so we would need to tell the manager not to launch Logos until ICU has finished updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants