-
Notifications
You must be signed in to change notification settings - Fork 71
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
Minimize/Close to Tray then launch from taskbar creates duplicate processes #22
Comments
Hello there. Nope, this is not so (in case you understand it, you you can simply look at the code and check that is only showing/hiding the window). You will see a new App process in the Task Manager, but is the same process moving from background to foreground, and back. |
Even if it is opening the same process, it still does open new windows and create new icons in the tray. Closing one of the Skiff processes does crash many of the windows, which means it is using some shared processes but using new GUI windows. This might be solved by running a new process that simply caches the window and shows/hides the window itself, not just the background process.
|
Oh but it works like you describe, is just using standard window hide/show (again, look at the code if you want), so what you're experiencing is not an intentional result of the code itself, but a bug of some sorts. My bet is in the process crashing and so old icons remaining? You may need to offer more context, because I've never seen that, and of course is not how it works. Are you running it by yourself only once? |
I can reproduce this @Novack.
|
Ohh I get it now, thank you. |
With some delay on my part, but this got fixed on recent commits, and will be available on next release. |
Can confirm |
On the windows client, when you set it to "Minimize to Tray" or "Close to Tray", when you click the icon on taskbar again, it will open a new process. So basically, clicking on the taskbar should open the current one minimized to the tray.
The text was updated successfully, but these errors were encountered: