On 12/02/2025 17:23, Nicolas George wrote:
If you want a Linux way to solve the issue: first, read the
documentation of xfce-terminal to see how it decides which web browser
to run;
I would not be surprised if it is not explicitly documented. Perhaps
XFCE has a configuration menu. Most GUI applications follow
https://specifications.freedesktop.org/mime-apps-spec/latest/
nowadays. As usual, some aspects are implementation-dependent. E.g.
GNOME displays a dialog listing available applications till default one
is assigned. xdg-open (when no DE-specific tool is available) uses
default browser for all unknown protocol, etc.