Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416393 - www-client/chromium-19.0.1084.46-r1 and maybe chrome: please allow using it as a mail client
Summary: www-client/chromium-19.0.1084.46-r1 and maybe chrome: please allow using it a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 14:24 UTC by Alexander E. Patrakov
Modified: 2012-05-21 14:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander E. Patrakov 2012-05-17 14:24:06 UTC
If a user has a gmail account, Chromium (and maybe Google Chrome, too) can handle mailto: URLs perfectly by redirecting to gmail's "new message" screen. Unfortunately, in GNOME control center (and I guess XFCE and KDE may also be affected) there is no way to select Chromium as a preferred e-mail client.

Reproducible: Always

Steps to Reproduce:
Run this command in the terminal:

yes --help

Right-click on the bug-report e-mail address, select Send E-Mail.
Actual Results:  
The "preferred" E-Mail client opens, but it is not Chromium. I can, in theory, set it in GNOME System Settings, but Chromium is not even a valid option there.

Expected Results:  
I should be able to easily configure my system in such a way that Chromium opens and loads gmail.

This can probably be fixed by adding x-scheme-handler/mailto to the MimeType line of the desktop file. While you are at this, please add x-scheme-handler/ftp, too. I fixed it locally by editing ~/.local/share/applications/mimeapps.list manually in vim. Now it looks like this:

[Default Applications]
x-scheme-handler/http=chromium-browser-chromium.desktop
x-scheme-handler/https=chromium-browser-chromium.desktop
x-scheme-handler/ftp=chromium-browser-chromium.desktop
x-scheme-handler/mailto=chromium-browser-chromium.desktop
x-scheme-handler/webcal=chromium-browser-chromium.desktop

[Added Associations]
x-scheme-handler/http=chromium-browser-chromium.desktop;
x-scheme-handler/https=chromium-browser-chromium.desktop;
x-scheme-handler/ftp=chromium-browser-chromium.desktop;
x-scheme-handler/mailto=chromium-browser-chromium.desktop;
x-scheme-handler/webcal=chromium-browser-chromium.desktop;
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-05-21 14:10:06 UTC
Fixed in >=chromium-20.0.1132.11 . For Google Chrome please file a bug upstream.