Comment 6 for bug 1197726

Revision history for this message
Pat B (b-ubuntuone-f) wrote :

Following the conversation at:

https://bugzilla.redhat.com/show_bug.cgi?id=969429
---------------------------------------
 Sylvain Pasche 2014-08-24 18:20:14 EDT

I have to agree with comment #23. This breaks all terminal multiplexers that show multiple window titles on a single line (tmux, byobu, screen with a custom caption string). I wonder if PROMPT_COMMAND should even be set when TERM=screen*

Anyway, here's a quick workaround:
sudo ln -s /usr/bin/true /etc/sysconfig/bash-prompt-screen
---------------------------------------

This seems to fix the window name titles getting munched on my Fedora 22 / byobu / tmux

That was really annoying, hope it works for everyone.