24 February 2010

Using Chromium with Thunderbird 3 in Linux

To make Thunderbird 3 to use chromium as web browser execute:

find ~/.gconf  -type f -name "%gconf.xml" -exec sed -i -e "s@/usr/bin/firefox@/usr/bin/chromium@g" {} +

Too bad there is no Chrome Mail Client to ditch Thunderbird too.