-
Notifications
You must be signed in to change notification settings - Fork 668
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
Starting client while already running sometimes doesn't show settings window #7018
Comments
It's intentional that starting the client usually doesn't lead to a window popping up. We don't want the settings window to be shown every windows startup. What's odd is that the second time you start the client nothing happens. The intended behavior is that starting the client while it's already running will lead to the settings window popping up. |
Maybe some windows popup protection? |
There is a 10 second delay from startup for which we won't show the settings: client/src/gui/application.cpp Lines 523 to 529 in e82dc14
The reason is that some auto-start script tends to start the application twice :-/ |
That's a linux thing though? In general, our auto start setting could in theory launch the client with something like |
@TheOneRing is this issue fixed? There isn't |
I don't think so it would probably require changes to the installer to invoke the client with a -s |
Adopt desktop files and windows shortcuts to pass -s to the client. |
PR #7784 fixes this issue for me. |
What is the expected results for macOS? Current behaviour: |
Okay for now 👍 |
steps to reproduce :
after client-configuration and client runs properly :
regards
windows 10 client 2.5.3rc1
The text was updated successfully, but these errors were encountered: