Open vrothberg opened 7 months ago
we can't it's the browser that triggers that
so, here, I think the key would be to not use the podman-desktop URI (dead end as it's managed by the Browser)
But, as we're browsing the content of the page provided by the extension and if we're here it's because Podman Desktop is already running
so the pattern should be:
if I click on a button, notify backend side of the extension that I need to go back to Podman Desktop
then, the extension should call something to Podman Desktop core to bring back the window (focus / steal)
I think the issue can be reopened but the flow needs to be changed (as the way it is currently implemented it won't be possible)
@vrothberg I'm confused, you closed the issue but it means we still have that popup while we could improve it not have it.
Apologies! I must have missed that you reopened and just clicked on the button without reading.
no problem, just wanted to confirm
Implementation ideas for activating PD window https://github.com/electron/electron/issues/2867
Any chance we can get rid of the prompt below? It's adding one click and gets in the user's way.
Cc: @benoitf @dgolovin @slemeur