Bug 202302 - Cannot run program from current directory using -e parameter
Summary: Cannot run program from current directory using -e parameter
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 15:43 UTC by Kamil Neczaj
Modified: 2009-09-26 04:32 UTC (History)
2 users (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 Kamil Neczaj 2009-08-02 15:43:54 UTC
Version:            (using KDE 4.2.4)
OS:                Linux
Installed from:    Unlisted Binary Package

For example entering into /usr/bin and running "konsole -e ./nano" causes opening konsole only with the message inside: "Warning: Could not start program './nano' with arguments './nano'.". The error is can be reproduced with any program when running "konsole -e ./program".

Using "konsole -e nano" works, but "konsole -e ./nano" doesn't. I'm in /usr/bin where nano exist.
Comment 1 Robert Knight 2009-08-02 18:56:14 UTC
Confirmed against trunk.
Comment 2 FiNeX 2009-08-02 19:25:15 UTC
I've had reproduced this bug too.
Comment 3 Kamil Neczaj 2009-09-24 17:19:34 UTC
Can someone fix it?, it shouldn't be much difficult. Without it I cannot use konsole as external terminal in qtcreator.
Comment 4 Kurt Hindenburg 2009-09-25 07:33:05 UTC
SVN commit 1027909 by hindenburg:

Allow relative program parameters on command line and profiles.

BUG: 202302


 M  +3 -0      Session.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1027909
Comment 5 Kurt Hindenburg 2009-09-25 16:26:08 UTC
SVN commit 1028021 by hindenburg:

On the command line expand ./ for -e only.

CCBUG: 202302


 M  +6 -2      Application.cpp  
 M  +0 -3      Session.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1028021
Comment 6 Kurt Hindenburg 2009-09-26 04:32:57 UTC
SVN commit 1028162 by hindenburg:

On the command line expand ./ for -e only.

CCBUG: 202302


 M  +7 -2      Application.cpp  


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