[Bug 69035] New: Run Options not honored

Karl Robillard karlr at vision-scape.com
Wed Nov 26 02:24:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=69035     
           Summary: Run Options not honored
           Product: kdevelop
           Version: 3.0.0b1
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: karlr at vision-scape.com


Version:           3.0.0b1 (using KDE KDE 3.1.3)
Installed from:    Unlisted Binary Package
OS:          Linux

My options are set similar to this:
  Custom directory:  /home/blah/run
  Main program:      /usr/local/bin/prog
  Program arguments: myargs
  

I would expect KDevelop to do something equivalent to "cd /home/blah/run; /usr/local/bin/prog myargs".  However, it seems to do "cd /usr/local/bin; ./prog myargs".  The program should be run from the Custom directory specified and should NOT strip the path from the Main program line.

There is also an inconsistency in the dialog where the Main program line is followed by "(absolute path)" but the popup help states "The path ... defined relative ...".


-Karl




More information about the KDevelop-devel mailing list