this post was submitted on 13 Mar 2024
22 points (95.8% liked)

Linux

46775 readers
2113 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 5 months ago (1 children)

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.

[–] [email protected] 4 points 5 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.