Summary: | "mailto:foo@bar.com" opens KMail's composer, but leaves the recipient blank | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Elias Probst <mail> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, andreas, de.meyer.maarten, giecrilj, kfunk, max7442, stuff |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/f6eb401b4c65bd5e0ce49a4d4dd2b44a7634933c | Version Fixed In: | |
Sentry Crash Report: |
Description
Elias Probst
2011-11-04 15:35:40 UTC
*** Bug 286722 has been marked as a duplicate of this bug. *** It also happens when clicking on mailto-links in Konqueror: No email present in composer window. I can reproduce it with current 4.7.3 here on two different Kubuntu 11.10 machines. Confirmed this also happens on openSUSE 12.1(4.7.2) and with KR47(4.7.3) repo. I can reproduce it after I clicked mailto-links in firefox or Konqueror, the "To" field is empty in composer window. Works for me when using KDE SC 4.8 beta2. It also works after changing the default mail client to thunderbird. Confirmed, even after updating to kde 4.7.4. I'm using kubuntu 11.10 x64. Clicking mailto-links in firefox 8.0 doesn't work either. After setting thunderbird as default mail client I even had to uninstall thunderbird in order to get back kmail as standard client (changes in the settings-menu had no effect). mailto works indeed with thunderbird as default client. executing /usr/lib/kde4/libexec/kmailservice mailto:foo@ba.r in a console also works with kmail flawlessly. Setting the mailto-application in firefox manually to /usr/bin/kmail works now with kde 4.7.4. I'm using KDE SC 4.8 beta2 (4.7.90) here and the problem does still exist. It also worked in several cases some days ago (still using 4.7.3), but I have no idea so far, what conditions have caused this. This affects Kubuntu (4.7.4) too, and indeed setting Firefox manually to /usr/bin/kmail makes mailto: links work. It is a shame that such a small thing that probably would take five minutes to fix to somebody familiar with the code has not been fixed in the upgrade from 4.7.3 to 4.7.4 of the Kubuntu PPA. This bug is still present in KDE 4.8 - hey developers, do you never klick on email addresses on a website? It doesn't work with kmail2. It should really be a basic feature of a desktop in 2012... This is critical for Firefox users trying to send preset mail messages by following hyperlinks. Firefox does not copy the whole mailto URL, only the e-mail address, so there is no easy way to fill the composer with the data requested. (And even if it did, it is still rather difficult to decode an URL, especially in presence of percent-coding and UTF-8). Workaround: Edit /usr/share/applications/kde4/KMail2.desktop Let Exec=kmail -caption '%c' %u (In reply to comment #12) > <URL: > https://projects.kde.org/projects/kde/kdepim/repository/revisions/ > f6eb401b4c65bd5e0ce49a4d4dd2b44a7634933c > Recipient is no longer blank when clicking a mailto link. |