I run Firefox with -no-remote so I can use multiple profiles. This means applications which try to open URLs don't work.
Can I setup some form of bash script that will notify me of the attempted URL request so I can manually copy/paste it into Firefox?
Was thinking all I needed to do was make a bash script then set it as the default browser, however in order to set the browser you seem to use update-alternatives which doesn't give the option of using a user made script.
$ sudo update-alternatives --config x-www-browser
There is only one alternative in link group x-www-browser: /usr/bin/firefox
Nothing to configure.