https://bugs.kde.org/show_bug.cgi?id=352073

--- Comment #6 from Thomas Lübking <thomas.luebk...@gmail.com> ---
https://quickgit.kde.org/?p=khotkeys.git&a=blob&h=f107826df7ceccb81f37d13aee2760cf9803c1a4&hb=331336dfbdf7e6cc0bfc236913eea4a079681c65&f=libkhotkeysprivate%2Factions%2Fcommand_url_action.cpp

Looks like it should be

if( !KRun::runCommand(
                cmd + ( uri.hasArgsAndOptions() ? uri.argsAndOptions() : "" ),
                cmd, uri.iconName(), NULL ))

but could as well end up being

KUriFilterData::LocalFile =>  new KRun( uri.uri(), 0L);

I'd have to test myself (was just looking at some khotkeys bug while fixing
some others ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to