Summary: | mailto should open mail application | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Pablo <pablerkas> |
Component: | webshortcuts | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | alexander.lohnau, kde |
Priority: | NOR | ||
Version: | 4.11.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pablo
2013-11-16 08:57:36 UTC
There is actually code that checks for exactly that but for some reason between KRunner processing everything and the Location Runner getting the context, a http:// is prepended to the URL and so its check for if (url.scheme() == "mailto") fails Moreover, QUrl::fromUserInput treats "mailto:foo@bar.baz" as invalid email address, it requires mailto://foo@bar.baz; even then KProtocolInfo::isKnownProtocol("mailto") returns false, so there's a lot broken here. Right now it does not work at all. *** This bug has been marked as a duplicate of bug 416257 *** |