-
Notifications
You must be signed in to change notification settings - Fork 9
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
redirecting to Podman Desktop requires prompt #92
Comments
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 electron/electron#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
The text was updated successfully, but these errors were encountered: