I am running Wine 1.6.2 for use with Evernote. Some of my notes have links in them and by default they are launched using the Wine version of IE. I'd rather use my native browser(s) Firefox or Chrome. How does one change it so that links are opened instead by my local browsers?
wine regedit
xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo
regedit
wine regedit
C:\windows\system32\winebrowser.exe -nohome "%1"
regedit
Summary
Here, we are setting
xdg-open
to be the first Browser, and then changing the behaviour of command by adding"%1"
as an argument. Be sure to perform step #2 for bothhttp
andhttps
to support both protocols, as mentioned in comments below.