Created attachment 1171150 [details] patch for mpv bash completion Description of problem: If I use tab completion with the "mpv" video player, files and directories do not get expanded. Version-Release number of selected component (if applicable): 2.3-1.fc24 How reproducible: always Steps to Reproduce: 1. type: "mpv ~/Downlo" 2. press tab a few times Actual results: the directory name is not completed and files in this directory are not listed Expected results: directory name to be expanded and files to be listed Additional info: to fix this issue, the following line must be changed: --- mplayer.orig 2016-06-22 20:40:47.367392637 -0400 +++ mplayer 2016-06-22 20:33:20.874390122 -0400 @@ -286,6 +286,6 @@ return 0 } && -complete -F _mplayer mplayer mplayer2 mencoder gmplayer kplayer +complete -F _mplayer mplayer mplayer2 mencoder gmplayer kplayer mpv # ex: ts=4 sw=4 et filetype=sh
Already fixed (differently) upstream: https://github.com/scop/bash-completion/pull/24
*** Bug 1359405 has been marked as a duplicate of this bug. ***
bash-completion-2.4-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-6020196148
bash-completion-2.4-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-6020196148
bash-completion-2.4-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.