unitycoder / UnityLauncherPro

Unity Hub Alternative Project Launcher with time saving features!
MIT License
469 stars 55 forks source link

systray not opening as expected if opening new instance #153

Closed bugfinders closed 3 months ago

bugfinders commented 3 months ago

Select minimize to systray, single instance only, minimize, not see it cos its hidden, launch, you see a flash of window and then nothing as old version is not triggered into restore as expected

unitycoder commented 3 months ago

yes, surprisingly complicated.. here is previous progress on that research (apparently need to do IPC messaging system) https://github.com/unitycoder/UnityLauncherPro/issues/67

i'll close this one, so can follow or comment on up that older topic, thanks!

bugfinders commented 3 months ago

Id have thought some form of detect window or write pid to file then send restore to that window would work

On 30 May 2024, at 19:26, mika @.***> wrote:



yes, surprisingly complicated.. here is previous progress on that research (apparently need to do IPC messaging system)

67https://github.com/unitycoder/UnityLauncherPro/issues/67

i'll close this one, so can follow or comment on up that older topic, thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/unitycoder/UnityLauncherPro/issues/153#issuecomment-2140577784, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIPD7Y2W7JX7EXTKHYVONTDZE5VOJAVCNFSM6AAAAABIRIT3KSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBQGU3TONZYGQ. You are receiving this because you authored the thread.Message ID: @.***>

unitycoder commented 3 months ago

yup, i tried that PID to File, but if i remember correctly, it required elevated rights to work properly..