Hi, screenshot: https://drive.google.com/open?id=1eEPFeHD-85CTarZbUwewMEJoQ23fNo8G I'm seeing this garbage spit out for some reason I don't understand. The setups is: Fedora 28 Workstation, GNOME Terminal accessing a remote Fedora 28 Server. This spew only just started after making the otherwise neat changes listed here: https://fedoramagazine.org/4-tips-better-tmux-sessions/ https://fedoramagazine.org/add-power-terminal-powerline/ Specifically in order I did (all on the Server): 1. Modify ~/.bash_profile file: if [ -z "$TMUX" ]; then tmux attach -t default || tmux new -s default fi 2. sudo dnf install tmux-powerline 3. Modify ~/.bashrc file: if [ -f `which powerline-daemon` ]; then powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 . /usr/share/powerline/bash/powerline.sh fi 4. Modify ~/.tmux.conf file: source "/usr/share/tmux/powerline.conf" I've gone through one page of issues https://github.com/powerline/powerline/issues and haven't found anything related off hand; maybe it's a bug but I'm not sure even how I'd file the bug. -- Chris Murphy _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx