mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #523] [Wine] The application does not load unless --default-browser is manually passed #404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qwertychouskie on GitHub (Mar 3, 2025).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/523
Originally assigned to: @qwertychouskie on GitHub.
Quick Checks
Describe the bug
When running in Wine, the application does not load unless
--default-browseris manually passedTo Reproduce
Steps to reproduce the behavior (install dependencies, do this in the auto-py-to-exe UI):
Expected behavior
It should auto fall-back to the default browser without having to manually pass the
--default-browserflagYour Environment:
wine --version): wine-10.2 (Staging)python --version): 3.13.2pip show auto-py-to-exe): 2.46.0pip show pyinstaller): 6.12.0pip show eel): 0.18.1@github-actions[bot] commented on GitHub (Mar 3, 2025):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Mar 10, 2025):
Apologies for the delay. What I think is happening here is that Chrome has been found on your machine, but then wine is trying to run the Linux binary.
If you execute the following, what does it return?
@mostypc123 commented on GitHub (Mar 16, 2025):
@brentvollebregt i will try to fix this in a pr soon
@brentvollebregt commented on GitHub (Mar 17, 2025):
I'm keen to first understand how we can tell whether the path from
chrome.find_path()is usable or not. Our function__can_use_chromein/auto_py_to_exe/ui.pycan then be updated to handle this case.@brentvollebregt commented on GitHub (Mar 19, 2025):
@qwertychouskie if you try out the
bugfix/523-dont-run-chrome-by-default-in-winebranch in this repo, does it fix your issue? I haven't got Wine setup at the moment so cannot test.@github-actions[bot] commented on GitHub (Apr 21, 2025):
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[bot] commented on GitHub (Apr 27, 2025):
Closing issue due to no activity in more than 60 days.