How can I set the default web-browser on Ubuntu / Kubuntu 22, so it is also used by commands I run from the CLI?
I have installed Chromium as a Flatpak, and set it to the default web-browser using the KDE desktop, but it is apparently not respected by programs I run from the command-line.
Specifically, when I run the command jupyter notebook
it starts Firefox instead of Chromium. I know I can change that in jupyter's config-file, but I would like to change it in Kubuntu's config instead, so it is always respected by all applications.
Thanks!