Comment 2 for bug 1281572

Revision history for this message
colombiman (colombiman) wrote :

hi,

i think i find bug.

in debug mode you see that :
noclass::get_pid_cwd: Unable to determine a get_pid_cwd for OS: Darwin
Terminator::attempt_gnome_client: GNOME session support not available

So no cwd load, so it's not possible to get or set no original cwd.

I search, and find that cwd is pwd in mac system.

I think just change cwd to pwd and the bug fix.

I will try that.