Skip to content
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

Open in Edge's app mode when Chrome isn't available #187

Open
llluuulll opened this issue Aug 3, 2021 · 11 comments
Open

Open in Edge's app mode when Chrome isn't available #187

llluuulll opened this issue Aug 3, 2021 · 11 comments
Labels
keep Don't auto-close

Comments

@llluuulll
Copy link

llluuulll commented Aug 3, 2021

Hi
I already know and use auto-py-to-exe.
I have make a fresh install of python 3.9.6 and pip install auto-py-to-exe on it.
Then run auto-py-to-exe, but instead of showing up as usual in his own window he show up as new tab inside microsoft edge browser.
why ?

@brentvollebregt
Copy link
Owner

If you execute the following, what is the output:

from eel import chrome
chrome_instance_path = chrome.find_path()
print(chrome_instance_path)
print(chrome_instance_path is not None and os.path.exists(chrome_instance_path))

@llluuulll
Copy link
Author

i can directly tell you i don't have Chrome on this new computer, no need to run the script.
There is only Edge which is more privacy oriented, but, setup to use Chrome engine as search engine because Bing ... you know is not that well.

@brentvollebregt
Copy link
Owner

instead of showing up as usual in his own window he show up as new tab inside microsoft edge browser

If you do not have Chrome installed, then this is working as designed.

From the README:

To have the interface displayed in the images, you will need chrome. If chrome is not installed or --no-chrome is supplied, the default browser will be used.

@llluuulll
Copy link
Author

Thx for answering.

Ok ... is what it is ... is not the end of the world ...
It is at least shown as browser tab.
Maybe a good signal to look further than Chrome.

@brentvollebregt
Copy link
Owner

Looks like there is some chat about Edge's App Mode now that it uses Chromium: python-eel/Eel#251

If this gets put into an upcoming release of Eel, I'm happy to throw it in.

@llluuulll
Copy link
Author

Hi, thx for sharing.

This post request is already more than a year old.
And as i see Eel dev cycle is slow.

Well, let's hope Eel do so.

@github-actions
Copy link

github-actions bot commented Oct 5, 2021

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

@github-actions
Copy link

github-actions bot commented Dec 5, 2021

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

@github-actions
Copy link

github-actions bot commented Feb 4, 2022

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

@github-actions
Copy link

github-actions bot commented Apr 6, 2022

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

@github-actions
Copy link

github-actions bot commented Jun 6, 2022

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jun 6, 2022
@brentvollebregt brentvollebregt added the keep Don't auto-close label Jun 18, 2022
@brentvollebregt brentvollebregt changed the title open as tab inside edge browser Open in Edge's app mode when Chrome isn't available Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Don't auto-close
Projects
None yet
Development

No branches or pull requests

2 participants