** 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
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
** 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
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
** 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
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