[openbeos] Re: Including additional Tracker add-ons

  • From: "Stefano Ceccherini" <stefano.ceccherini@xxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Tue, 11 Dec 2007 11:37:10 +0100

2007/12/11, Ralf Schülke <teammaui@xxxxxx>:

> True, but the terminal can't do it, the constructer and readytorun and one
> other think must
> recodet and a new methode to handle the path = OpenTerminalWithPath()
>
> It not good open a terminal and say cd /go/here and make clear.
> Good is the termianl have the path and open with the path the terminal.

Only Shell::_Spawn() needs to be changed, probably. One way it could
do that is check if the supplied argument have a trailing slash and,
if so, pass it to bash in some (other) way (I'm sure bash supports
opening a terminal in a given path).

Other related posts: