[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-09-02 Thread Chris Jones
** Changed in: terminator Status: Fix Committed => Fix Released -- terminator will cd to a non-existent directory upon split https://bugs.launchpad.net/bugs/208319 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-05-23 Thread chantra
closing as fix is released since 0.8.1 ** Changed in: terminator (Ubuntu) Status: Confirmed => Fix Released -- terminator will cd to a non-existent directory upon split https://bugs.launchpad.net/bugs/208319 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-03-28 Thread Chris Jones
** Changed in: terminator Assignee: (unassigned) => chantra (chantra) Status: Triaged => Fix Committed -- terminator will cd to a non-existent directory upon split https://bugs.launchpad.net/bugs/208319 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-03-28 Thread chantra
we could default to $HOME when the directory does not exist self.cwd = cwd or os.getcwd(); if not os.path.exists(self.cwd) or not os.path.isdir(self.cwd): self.cwd = os.path.expanduser("~") pushed rev 224 to trunk -- terminator will cd to a non-existent directory upon split https://bugs.laun

[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-03-28 Thread Chris Jones
** Changed in: terminator (Ubuntu) Status: New => Confirmed -- terminator will cd to a non-existent directory upon split https://bugs.launchpad.net/bugs/208319 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 208319] Re: terminator will cd to a non-existent directory upon split

2008-03-28 Thread Chris Jones
This is related to bug #181194. Not only do we need to be more sensible about where we get cwd from, we should also check before sending fork- command() that the requested cwd still exists and is a directory. Technically speaking that will produce a race condition, but the failure mode isn't danger