Bug 154395 - Run command will not run valid commands where the path starts with ~ and an argument is supplied
Summary: Run command will not run valid commands where the path starts with ~ and an a...
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 21:12 UTC by Neil Youngman
Modified: 2008-12-10 19:16 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 Neil Youngman 2007-12-20 21:12:39 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian stable Packages
OS:                Linux

When entering a command using ALT-F2 (run command) it will not run if
I specify the path starting with ~ and add an argument.

Command "~/wirefast/apps/Invoker/live/invoker.sh ssh" gives the error
"Could not run the specified command". This command runs just fine from an xterm and BASH

Command "~/wirefast/apps/Invoker/live/invoker.sh" runs OK

Command "/home/neil/wirefast/apps/Invoker/live/invoker.sh ssh" runs OK
Comment 1 FiNeX 2008-12-10 13:43:53 UTC
This bug is valid on krunner too. Moved to the new product.
Comment 2 Aaron J. Seigo 2008-12-10 19:16:19 UTC
SVN commit 895431 by aseigo:

take the space location from the cleaned up path, not the original term
BUG:154395


 M  +6 -7      runnercontext.cpp  


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