Bug 448054

Summary: bash completion when using scp is kind of broken
Product: [Fedora] Fedora Reporter: Einars Lielmanis <einars>
Component: gvfsAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: sheltren
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-23 12:54:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Einars Lielmanis 2008-05-23 07:53:30 UTC
Description of problem:

Bash-completion incorrectly clears already entered data when navigating remote
scp directories.

Version-Release number of selected component (if applicable):

Name       : bash-completion
Arch       : noarch
Version    : 20060301
Release    : 10

How reproducible:

(Server with setup public key ssh authentication needed)

# scp user:fol<tab>
expected:
# scp user:folder_name
got:
# scp folder_name

the connection information gets cut off.

Additional info:

Worked correctly in F8.

Comment 1 Ville Skyttä 2008-05-23 12:54:50 UTC
I'm guessing you have gvfs installed?  If yes, this is a duplicate of #444466
gvfs breaks all completions containing colons); otherwise, feel free to reopen.

*** This bug has been marked as a duplicate of 444466 ***