You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I close the launcher on Windows it actually minimises to the system tray. There is no indication that this is the intended behaviour of the close button and thinking its closed, when I then try to launch a new instance it will never load.
To Reproduce
Start the launcher
Then close it using the close button on the main window
This leaves everything running, but not visible (it's inside the 'Show hidden icons' section of my system tray)
Now use the start menu or desktop icon to launch a second instance of the launcher. This results in two instances
If you try to log into the second instance it will never load, it just stays on the loading screen
To get back to a good state, I have to either quit from the system tray (if I know it's there) or kill from the task manager to get back to a state where nothing is running
Then I can get back to a good state where only one instance is running
Expected behavior
When I try to launch a second instance, the already running launcher should be restored from the system tray rather than starting a new instance.
It would be nice to be notified the first time I try to close the window that it is going to the system tray and be given an explanation of why it wants to keep running.
Logs
The launchers share a log file, but this appears to be all that comes out of the second instance
Yes this is indeed especially confusing on Windows since the system tray is not really visible. A note asking whether to keep the Launcher running in the background or quit it completely would probably be better.
It is however intended that multiple Launcher instances can run in parallel, potentially with different profiles. Maybe a dialog asking whether to open the running instance or a new one would be ideal. And obviously it should not fail on startup when trying to launch a second instance.
The part where opening the launcher if there is already an instance running fails has been addressed by using tauri-plugin-single-instance (69372b2) and will be part of the next release.
Describe the bug
When I close the launcher on Windows it actually minimises to the system tray. There is no indication that this is the intended behaviour of the close button and thinking its closed, when I then try to launch a new instance it will never load.
To Reproduce
Start the launcher
Then close it using the close button on the main window
This leaves everything running, but not visible (it's inside the 'Show hidden icons' section of my system tray)
Now use the start menu or desktop icon to launch a second instance of the launcher. This results in two instances
If you try to log into the second instance it will never load, it just stays on the loading screen
To get back to a good state, I have to either quit from the system tray (if I know it's there) or kill from the task manager to get back to a state where nothing is running
Then I can get back to a good state where only one instance is running
Expected behavior
Logs
The launchers share a log file, but this appears to be all that comes out of the second instance
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: