User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.0.12) Gecko/20070718 Fedora/1.5.0.12-4.fc6 Epiphany/2.16 Firefox/1.5.0.12 Build Identifier: A Debian user requested [0] to be able to configure the behavior for the CWD when opening a new tab/window. Currently the CWD is the same as the tab were the user was when opening a new tab/window. Cheers, -- Yves-Alexis [0]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393917 Reproducible: Always
*** Bug 5860 has been marked as a duplicate of this bug. ***
What to do with this, I could make it a hidden option, that that might be as easy/hard as modifying your .bashrc or .bash_profile...
Created attachment 5361 patch to enable this functionality This gives the behavior wanted. If you select "Force directory" under advanced you can set the directory to force it to (defaults to home)
I'm actually working on a safer version right now which uses the directory chooser dialog. should be up in a few minutes.
Maybe tomorrow, having some issues figuring out how all of the triggers and things work. Also these threads need edit.
Fixed by https://git.xfce.org/apps/xfce4-terminal/commit/?id=a3a50b04820f330a6641142c0d5a03966c246e01 Add hidden option MiscDefaultWorkingDir affecting new tabs and windows. If the option is set (non-empty value), new tabs and windows will use the dir specified as their working dir. Otherwise, the behavior remains as is (current dir will be used).