-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
OS-linuxstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
I have my default browser set to FireFox installed as a Flatpak, and the /bin/firefox
and /usr/bin/firefox
executables that tell you to install FireFox as a snap exist (though I'm not sure if that's important).
Under this configuration, I need to pass BROWSER=/var/lib/flatpak/exports/bin/org.mozilla.firefox
as an environment variable to make the webbrowser module open URLs in FireFox. Without the environemnt variable webbrowser does nothing, so maybe it's running the "install as snap" executables?
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
OS-linuxstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error