Tilix: Inconsistent working directory in new windows / splits

Created on 5 Aug 2016  路  4Comments  路  Source: gnunn1/tilix

I think there is a bug or a strange behaviour how terminix handles working directory.

When I open a new terminix window, cd to /foo, I expect a new split to have the same working directory. That fails to work if I open another window and do cd /bar, then go back to the previous window and open a new split, which opens with /bar as a working dir.

Working directory should be local to a window or a session. Ideally, I would like an option to preserve working directory when a new tab/session/window is created.

bug

Most helpful comment

All 4 comments

Thanks for reporting this, I can reproduce and that's definitely a bug as it should be using the directory of the currently focused window. I'll have a look at fixing this tonite after work.

But it's not working :(

image

tilix 1.5.4
Ubuntu GNOME 16.10

@phw Thanks! After add in .zshrc

if [[ $TILIX_ID ]]; then
        source /etc/profile.d/vte.sh
fi

this is works! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huti26 picture huti26  路  3Comments

zsrinivas picture zsrinivas  路  4Comments

alex285 picture alex285  路  3Comments

iax7 picture iax7  路  4Comments

roadhoghook picture roadhoghook  路  4Comments