Announcement

Collapse
No announcement yet.

rsync (3.3.0) autocomplete not working with escapes and spaces

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    rsync (3.3.0) autocomplete not working with escapes and spaces

    As of latest update (Kubuntu 24.10, 6.11.0-9-generic), autocomplete no longer works properly with rsync (3.3.0) for file/directory names with spaces
    Example:
    touch file\ 1.txt
    If I do rsync -avz fi
    and hit return it autocompletes as normal to
    rsync -avz file\ 1.txt <destination directory>
    But, if I try rsync -avz file\ and it return, it doesn't autocomplete

    I see there's an issue with rsync versions (> 3.2.4) and (older) versions of bash-completion​
    (https://github.com/scop/bash-completion/pull/910)

    This happens on my own machine, not just over ssh

    Any ideas how to fix it?




    Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

    #2
    Looks like an rsync bug -- anyone got a workaround It's killing my productivity.
    Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

    Comment


      #3
      Downgrade the package

      Please Read Me

      Comment


        #4
        Originally posted by oshunluvr View Post
        Downgrade the package
        How?
        I guess I could try compiling from source, but that opens up a whole can of worm with dependencies.
        Is there a ppa somewhere?
        Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

        Comment


          #5
          Originally posted by devnulljp View Post
          How?
          See https://www.makeuseof.com/how-to-dow...itting%20Enter.
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            The ubuntu repositories only have the latest version

            Code:
            apt-cache madison rsync
            rsync | 3.3.0-1 | http://ca.archive.ubuntu.com/ubuntu oracular/main amd64 Packages
            Code:
            apt list -a rsync
            rsync/oracular,now 3.3.0-1 amd64 [installed,automatic​
            Last edited by devnulljp; Nov 17, 2024, 02:21 PM.
            Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

            Comment


              #7
              This is a weird issue
              Last edited by devnulljp; Nov 21, 2024, 07:15 PM.
              Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

              Comment

              Working...
              X