Skip to content

Tag Archives: preferred applications

Setting gmail as preferred email application in Ubuntu

28-Sep-09

First save this gmail.sh bash script in your path: #!/bin/sh firefox -remote “openurl(https://mail.google.com/mail?view=cm&tf=0&to=`echo $1 | sed ‘s/mailto://’`,new-tab)” And then add it in System -> Preferences -> Preferred Applications Via: Crunchbag