Bug 224204

Summary: ftp:// or http:// URL do no longer open konqueror window
Product: [Plasma] krunner Reporter: Martin Koller <kollix>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED FIXED    
Severity: normal CC: mpyne
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Add a context for non-local URLs that seem valid

Description Martin Koller 2010-01-25 19:38:14 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Since 4.4 RC2 I can no longer open a konqueror window by entering a http:// or ftp:// URL into krunner (Locations plugin is checked).

Probably a regression due to fix for bug #221371 ?
Comment 1 Michael Pyne 2010-01-31 20:02:13 UTC
Recommending as a 4.4 blocker due to the noticeable regression it leads to.
Comment 2 Michael Pyne 2010-01-31 20:07:38 UTC
Created attachment 40418 [details]
Add a context for non-local URLs that seem valid

Proposed kdelibs fix for 4.4 and trunk.
Comment 3 Michael Pyne 2010-01-31 22:21:01 UTC
SVN commit 1083222 by mpyne:

Fix a regression introduced in one of the 4.4 RCs in KDE 4.4, bug 224204 (http / ftp
URLs do not open web browser in KRunner). Pretty sure I'd tested it, but not thouroughly
enough it appears. I will forwardport shortly.

Patch reviewed by Marco Martin.

CCBUG:224204


 M  +6 -1      runnercontext.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1083222
Comment 4 Michael Pyne 2010-01-31 22:22:15 UTC
SVN commit 1083225 by mpyne:

Forwardport KDE 4.4 bugfix for KRunner (bug 224204, ftp/http URLs don't open web browser)
to KDE 4.5. Patch reviewed by Marco Martin.

BUG:224204


 M  +6 -1      runnercontext.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1083225