I use webmail,specifically gmail. How do I make it so that when I click a mailto: link it opens gmail, in a browser (chromium) with the email address, in KDE?
bonus points for listing other browsers and other popular webmails
I use webmail,specifically gmail. How do I make it so that when I click a mailto: link it opens gmail, in a browser (chromium) with the email address, in KDE?
bonus points for listing other browsers and other popular webmails
I found a Mozilla's support page, and a thread in Google's support forum. Add up with a little guessing of my own I have something that may work.
Just follow the following instruction for KDE (taken from Mozilla), with your "email client" being xdg-open "https://mail.google.com/mail?extsrc=mailto&url=$s"
- Open the KDE Control Center by clicking on K and selecting Control Center.
- In the Control Center window, click to expand KDE Components.
- Click to select Component Chooser.
- Click to select Email Client.
- Click to select the Use a different email client radio button.
- Type the full path to your e-mail client (e.g. /usr/bin/thunderbird).
- Click Apply to close the Control Center window and save your changes.
I don't have KDE so I cannot test, but executing xdg-open "https://mail.google.com/mail?extsrc=mailto&url=$s" in a terminal does open a browser with Gmail.
Tell me if it works :)
Follow the same basic instructions in phunhehe's post except instead of xdg-open you can use kioclient exec https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=%t&su=%s&%u. This will open the same browser that you've set to default in kde.