tmux and powerline, unwanted info and error messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux