When Tilix is opened I get a prompt saying there is an issue with configuration and the prompt links to https://gnunn1.github.io/tilix-web/manual/vteconfig/
But I have already done these configuration and everything was working fine. I guess this started happening after some of the libraries in my system was updated.
And now Tilix doesnt open from the same folder where it was split.
I tried all three options mentioned but still no luck.
I guess the issue come from somewhere else as I checked if __vte_osc7 is being called and it was called. I even added an echo in that method and whenever i split it prints the home folder from echo "\033]7;file://%s%s\007" "${HOSTNAME:-}" "$(__vte_urlencode "${PWD}")" instead of current dir
I know this might not be the correct forum for this but I spend a lot of time trying to figure it out I thought its worth a shot asking here. sorry for the trouble
I'm on Fedora 4.10.16-200.fc25.x86_64
Zsh version 5.2
VTE version 4601
TERM xterm-256color
Tilix version 1.5.8-1.fc25
Did this start updating with the upgrade of tilix or did it happen with the previous version as well?
If you switch to bash as a troubleshooting issue does it start working as expected?
Oh, and in gnome-terminal, if you open a new tab does it open in the same directory as the previous tab? If no that would indicate it's a more general issue you are facing rather then a tilix specific issue.
The problem happens in gnome-terminal as well so I guess its something with VTE or ZSH in general. Any idea where I should start?
I don't know why this issue is closed maybe it's not related to tilix
it's gnome-terminal bug https://bugs.launchpad.net/ubuntu-gnome/+bug/1193993
but you can simply fix it by adding this to .bashrc or .zshrc
. /etc/profile.d/vte.sh
I dont think its a tilix issue. I think Im having some other gnome bug. I
always get home for new terminal after a restart but if I put machine on
sleep and resume it works fine.
On 6 Jul 2017 7:21 am, "b3rew" notifications@github.com wrote:
I don't know why this issue is closed maybe it's not related to tilix
it's gnome-terminal bug https://bugs.launchpad.net/
ubuntu-gnome/+bug/1193993but you can simply fix it by adding this to .bashrc or .zshrc
. /etc/profile.d/vte.sh
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/gnunn1/tilix/issues/941#issuecomment-313297865, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABDlF2lWzbDEU9G9SGGeO9YCo04R3TLjks5sLG7SgaJpZM4NmOAA
.
@b3rew The issue you describe is well documented in the Wiki: https://github.com/gnunn1/tilix/wiki/VTE-Configuration-Issue . Also Tilix detects this issue and directs the user to that Wiki page.
Most helpful comment
I don't know why this issue is closed maybe it's not related to tilix
it's gnome-terminal bug https://bugs.launchpad.net/ubuntu-gnome/+bug/1193993
but you can simply fix it by adding this to
.bashrcor.zshrc