Bug 1133229

Summary: vim-plugin-powerline doese not work
Product: [Fedora] Fedora Reporter: m.nemo
Component: powerlineAssignee: Andreas Schneider <asn>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 20CC: asn, bhubbard, karsten, michele
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: powerline-1.3.1-2.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1186344 (view as bug list) Environment:
Last Closed: 2015-01-07 10:03:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1186344    

Description m.nemo 2014-08-23 15:27:21 UTC
Description of problem:
powerline.vim is installed into the wrong folder

it should be installed to '/usr/share/vim/vimfiles/plugins'
and depand on vim-filesystem


Version-Release number of selected component (if applicable):
0.0.1-7.20140508git9e7c6c.fc20


How reproducible:
always


Steps to Reproduce:
1. install vim-plugin-powerline
2. open vim
3. 

Actual results:
powerline-plugin not loaded

Expected results:
powerline plugin loaded


Additional info:
maybe the vim relating files from powerline-package should be moved (not copyed) to the vim-plugn-powerline-package

Comment 1 Andreas Schneider 2014-08-26 13:01:07 UTC
The problem is that the upstream installation script does not correctly install these file. Also all the bindings are in the wrong directory.

/usr/lib/python2.7/site-packages/powerline/bindings/vim
/usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.py
/usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.pyc
/usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.pyo
/usr/lib/python2.7/site-packages/powerline/bindings/vim/plugin
/usr/lib/python2.7/site-packages/powerline/bindings/vim/plugin/powerline.vim

same for the bash files:

/usr/lib/python2.7/site-packages/powerline/bindings/bash
/usr/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh


Could you please open a upstream bug that the location of the bindings gets fixed! I will then create a new package. I just don't have time to look into this myself.

Comment 2 Brad Hubbard 2015-01-05 23:13:26 UTC
Seems to be the same issue for the tmux-powerline package?