Keruspe / Germinal

Minimalist vte-based terminal emulator
GNU General Public License v3.0
65 stars 6 forks source link

Tmux cannot set Germinal window title #7

Closed rhabbachi closed 7 years ago

rhabbachi commented 8 years ago

I've been using Germinal as my main terminal emulator for quite some time now. Thank you for this great project!

One thing That I'm missing from the old Gnome Terminal/Tmux config is the ability to update the window title with the session name. I have this config on my tmux.conf file

# Terminal emulator window titles
set -g set-titles on
set -g set-titles-string "#H-#S"

Any way to get this working again?

Keruspe commented 8 years ago

Hi,

I'm not sure to understand what this is supposed to do. I'm willing to make it work, but can you tell me how to check the actual result, and what is expected instead?

rhabbachi commented 8 years ago

Yeah I did a poor job explaining it. See the following screenshot

image

In the left an Xterm window, on the right Germinal window. Both tmux attached to the same session.

Xterm updates the window title to match the set-titles-string configuration (hostname - session_name). But Germinal ignores that.

Keruspe commented 7 years ago

@rhabbachi Should be fixed in Germinal 20

rhabbachi commented 7 years ago

Thanks! image