-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab names not showing correct directory with zsh #1853
Comments
This seems to be related to VTE. Tilix has the same issue |
I'm on the latest git build with the same VTE version and I'm unable to reproduce the issue. If able, it'd be nice if you could confirm that the latest version in git works. if you can't be installing from source that's fine, but would like an update on next release to see if the issue is fixed for you there. |
I removed Guake and followed the instructions to install from source (https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source). However, I still see the same issue. The version number doesn't seem to have changed:
|
Alright, still going to need more information to fix since I can't reproduce but I'll mark this as a bug for now. |
What info do you need? |
Setting my preferences to the ones listed in the original screenshot didn't produce the bug for me so I think it's not among those, if there's any local setting you have that you think might be relevant that might be helpful. If you can find a setting anywhere that, when toggled, makes this stop occurring that'd go a long way to writing a general fix. |
When I was looking into this, using
EDIT: I took for granted that I'm using NO
https://i.imgur.com/QJ7Oyge.png
https://i.imgur.com/vgRu4eI.png As soon as I attach
https://i.imgur.com/fBkRgrW.png
https://i.imgur.com/dnkarjn.png I hope that clarifies a bit. |
@Davidy22 I messed around with a bunch of options with |
FYI, I finally fixed this by adding the following to my # Set the window title to the current directory
function precmd {
echo -ne "\033]0;$(basename $(pwd))\a"
} |
Had an idea recently and tested, I have oh my zsh enabled, tried disabling it and was able to reproduce. Quite possibly oh my zsh bundles something to the effect of your fix. Did some testing and seems like zsh doesn't send a signal that the terminal name is usually set on, looking into a fix |
By changing the |
In Guake Preferences > Shell, I select
/usr/bin/zsh
as the "Default interpreter."In Guake Preferences > Main Window, I have the following options set:
The terminal opens and shows the correct directory initially (my $HOME dir), but when I move around, the title is not updated.
Also, opening a new tab shows a tab title of
Terminal
.This works as expected when I use
/bin/bash
as the "Default interpreter."I'm using Ubuntu 20.04.2
$ guake --support
Guake Version: 3.7.1
Vte Version: 0.60.3
Vte Runtime Version: 0.60.3
GTK+ Version: 3.24.20
GDK Backend: GdkX11.X11Display
Desktop Session: xubuntu
Display: :0.0
RGBA visual: True
Composited: True
The text was updated successfully, but these errors were encountered: