Hi,
I am asking for help. It’s bugging me for a long time.
When I click a link inside an Electron app like “signal-desktop” it gets openned in my browser of choice “qutebrowser” 3x times.
I thought that there is a problem with $BROWSER variable, so when I reexport it as
export BROWSER="firefox" && signal-desktop
Then clicking a link will open the URL 1x in qutebrowser and 1x in firefox.
I can’t find any lead for what is causing this.