I use Chromium only for PWAs like the Element Web UI of my server, to avoid Electron.

Now I have a different browser set as default in my system.

Firefox of course integrates perfectly and uses the “system link handler” to open links.

I want to make Chromium use this link handler, to open every clicked link not in the same browser but send it to my system link handler and thus open in my default browser.

I already set #enable-user-link-capturing-pwa Disabled in chrome://flags. The addon “Open in Firefox Browser” seems to be broken.

I dont know how manifest v3 interferes with that ability of addons to hook into the link handling of the browser.

Btw Chromium has not a single “portal” setting in the flags, but uses the filepicker portal by default.

  • vintageballs@feddit.de
    link
    fedilink
    arrow-up
    6
    ·
    4 months ago

    While it does not answer your question directly (sorry), my suggestion would be to just use Firefox for everything. Setting up PWAs in Firefox requires a small amount of preparation work, but once the extension and runtime are installed it’s all pretty smooth.

    • Pantherina@feddit.deOP
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      If you mean that extension, that doesnt work. It downloads a separate firefox binary and creates a separate profile for each app with customized CSS.

      It is very nice and I will try to recreate it using Librewolf Flatpak, but I wouldnt (and cant) use that app currently, as my system hard hardened_malloc as memory allocator which breaks Firefox. Either compile it with a custom parameter or use the flatpak and remove that env variable.