Bug 195442 - KMail opens URLs twice in browser (Iceweasel)
Summary: KMail opens URLs twice in browser (Iceweasel)
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.11.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-06 12:46 UTC by Florian E.J. Fruth
Modified: 2009-06-06 13:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian E.J. Fruth 2009-06-06 12:46:14 UTC
Version:           1.11.4 (using 4.2.4 (KDE 4.2.4), Debian packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.27.11

KMail opens URLs twice in Iceweasel if I click on a URL inside an email. It doesn't matter if Iceweasel is already running or not. I always get two tabs with the same URL (the one from the email). The Problem is that KMail sends the same URL twice - e.g. in my case if I click on the URL http://bugs.kde.org it uses the following cmdline to call iceweasel:

iceweasel http://bugs.kde.org http://bugs.kde.org
Comment 1 Christophe Marin 2009-06-06 13:11:51 UTC
In systemsettings / Default applications / Web browser, what did you enter ?
Comment 2 Florian E.J. Fruth 2009-06-06 13:29:50 UTC
"firefox %u" - and that was the problem... I changed this to "firefox" and it seams to work. I used %u because initially I tried to use:

firefox "openURL(%u,new-tab)"

to make sure that all URLs open in new tabs instead of windows. It might be better to let the user decide which cmdline to use with the browser for such cases but as I said at the moment I'm happy with this solution.