I'd like Firefox (running on Linux) to open a custom protocol with an external application.
For example urls starting with gvim://
protocol name should launch gvim and pass the rest of url.
I tried to set network.protocol-handler.external.gvim
, network.protocol-handler.app.gvim
by Mozilla's knowledgebase however Firefox still throws unkown protocol error message when attempting to open gvim://
url. But no prompt on how to handle this protocol was offered. It seems the knowledgebase is outdated for Firefox ver. 27.
Any ideas on how to properly configure custom protocol handler in recent Firefox versions? I am running Linux without GNOME.