Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758455 - app-shells/fzf has incorrect instructions for bash
Summary: app-shells/fzf has incorrect instructions for bash
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Raffaele
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-04 22:10 UTC by wolfgang
Modified: 2020-12-16 08:29 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgang 2020-12-04 22:10:02 UTC
The portage output states to source source /usr/share/fzf/key-bindings.bash for bash-completion, but /usr/share/bash-completion/completions/fzf also needs to be sourced, at least to make "**<Tab>" completion work.

Reproducible: Always

Steps to Reproduce:
1.Install fzf
2. Follow Portage directions for bash-completions
3. Type `cd **<Tab>`
Actual Results:  
fzf does not launch

Expected Results:  
fzf launches

 sources /usr/share/bash-completion/completions/fzf fixes the issue.
Comment 1 Larry the Git Cow gentoo-dev 2020-12-16 08:29:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ceb8d2bbc808574e876cc6df178ab29de7e5236

commit 6ceb8d2bbc808574e876cc6df178ab29de7e5236
Author:     Theo Anderson <telans@posteo.de>
AuthorDate: 2020-12-10 03:54:19 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-12-16 08:29:16 +0000

    app-shells/fzf: bump to 0.24.4; add self as maintainer
    
    Closes: https://bugs.gentoo.org/758455
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Theo Anderson <telans@posteo.de>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-shells/fzf/Manifest          |   1 +
 app-shells/fzf/fzf-0.24.0.ebuild |  87 ++++++++++++++++----------------
 app-shells/fzf/fzf-0.24.4.ebuild | 106 +++++++++++++++++++++++++++++++++++++++
 app-shells/fzf/metadata.xml      |   4 ++
 4 files changed, 154 insertions(+), 44 deletions(-)