Package: powerline Version: 1.2-1.1 Severity: normal Dear Maintainer,
I've backported Powerline from testing/sid to stable, which explains version number being different. Tmux bindings file references $POWERLINE_COMMAND variable which is not set, leading to right segment not being visible. The patch below fixes this issue. diff --git a/bindings/tmux/powerline.conf b/bindings/tmux/powerline.conf index b8a0751..4d56b52 100644 --- a/bindings/tmux/powerline.conf +++ b/bindings/tmux/powerline.conf @@ -1,3 +1,4 @@ +if-shell 'test -z "$POWERLINE_COMMAND"' 'set-environment -g POWERLINE_COMMAND powerline' if-shell 'test -z "$POWERLINE_CONFIG_COMMAND"' 'set-environment -g POWERLINE_CONFIG_COMMAND powerline-config' # Don’t version-check for this core functionality -- anything too old to -- System Information: Debian Release: 7.7 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/3 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages powerline depends on: ii libc6 2.13-38+deb7u6 ii python 2.7.3-4+deb7u1 ii python-powerline 1.2-1.1 Versions of packages powerline recommends: ii fonts-powerline 1.2-1.1 Versions of packages powerline suggests: pn python-powerline-doc <none> ii vim-addon-manager 0.5.2 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org