Firefox-based browser support #5490
Replies: 2 comments
|
Might be worth looking into Mozilla's |
|
+1 on launching webapps through Firefox-family browsers instead of silently falling back to Chromium. This is not just a preference on my machine. Omarchy already lets me set Firefox as the default ( NVIDIA + Chromium on this boxSame class of failure as #6024 (Chromium/Brave SIGILL in the renderer Media thread on NVIDIA; NVIDIA bug 5762513, BAR1 mapping of video frames).
Four SIGILL (ILL_ILLOPN) dumps of
Firefox has no Chromium
|
Uh oh!
There was an error while loading. Please reload this page.
Firefox-based browser support
Browsers like Zen Browser, Firefox, LibreWolf, Floorp, etc. don't support the
--appflag (Chromium-only). As a result, web apps fail silently or open thebrowser without navigating to the URL.
Proposed fix
Detect Firefox-based browsers and use
--new-windowinstead of--app:All reactions