Re: Controlling Terminal's Default Directory



> Where and what controls the directory that Gnome uses to open in each
> terminal?

The terminal's initial directory is simply the working directory of
the parent that started it. To test this start a gnome-terminal and
then

  cd /usr            # or whatever directory you prefer
  gnome-terminal

The new terminal will start at /usr.

So to get a panel launcher to launch a terminal with a specific path,
try a command like

  cd /specific/path ; gnome-terminal

-- 
Ole Laursen 
http://sunsite.auc.dk/olau/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]