Inconsistent current folder when using "Restore Window Arrangement"
By matthew.orior...@econsultancy.com on May 20, 2013 22:44 (imported from Google Code)
What steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as What steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as rails sWhat steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as `rails s or What steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as
rails s
or rails consoleWhat steps will reproduce the problem? - Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as
rails s
or `rails console, and choose "Reuse previous session's directory" - Start with one of the profiles, and split the window using all 3 different profiles.
- Save the window arrangement using "Save Window Arrangement"
- Now close the entire window, start a new blank window using the Default profile. Set your working folder to something other then your default folder.
- Now use "restore window arrangement" for the arrangement you saved. You will see that the working folder for those windows has not inherited the last working directory.
- If you close that window though, go back to a simple terminal, change working directory to a non-default folder.
- Now select Profiles > [one of the profiles you set up]
- The working directory from the previous terminal window/session is used.
What is the expected output?
I expected the working directory to be that of the last current terminal I was using. This is needed so that I can What steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as
rails s
orrails console
, and choose "Reuse previous session's directory" - Start with one of the profiles, and split the window using all 3 different profiles.
- Save the window arrangement using "Save Window Arrangement"
- Now close the entire window, start a new blank window using the Default profile. Set your working folder to something other then your default folder.
- Now use "restore window arrangement" for the arrangement you saved. You will see that the working folder for those windows has not inherited the last working directory.
- If you close that window though, go back to a simple terminal, change working directory to a non-default folder.
- Now select Profiles > [one of the profiles you set up]
- The working directory from the previous terminal window/session is used.
What is the expected output?
I expected the working directory to be that of the last current terminal I was using. This is needed so that I can cdWhat steps will reproduce the problem?
- Create three profiles for startup terminals specifying Command: Login shell, specify "Send start text at start" such as
rails s
orrails console
, and choose "Reuse previous session's directory" - Start with one of the profiles, and split the window using all 3 different profiles.
- Save the window arrangement using "Save Window Arrangement"
- Now close the entire window, start a new blank window using the Default profile. Set your working folder to something other then your default folder.
- Now use "restore window arrangement" for the arrangement you saved. You will see that the working folder for those windows has not inherited the last working directory.
- If you close that window though, go back to a simple terminal, change working directory to a non-default folder.
- Now select Profiles > [one of the profiles you set up]
- The working directory from the previous terminal window/session is used.
What is the expected output?
I expected the working directory to be that of the last current terminal I was using. This is needed so that I can `cd into an application folder, and then load up the necessary window arrangement for that stack.
What do you see instead?
I see the split terminal windows with working folders other than the last current session, thus not allowing me to CD into an application and launch the window arrangement and profile for that application.
What version of the product are you using? On what operating system?
Iterm2: Build 1.0.0.20130324
OS X: 10.8.3
Please provide any additional information below.
I hope that I am not missing something obvious, and apologise if I am, and thank you for your help in advance.