** Changed in: fprintd (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fprintd in Ubuntu.
https://bugs.launchpad.net/bugs/1621035

Title:
  Swipe messages are redirected to stdout (Dangerous!!)

Status in fprintd package in Ubuntu:
  Fix Released

Bug description:
  This thing had just broken my apt lists (and muon not starting). I found 
three extra lines with 
  "Swipe your finger across the fingerprint reader"
  in the generated /var/lib/apt/lists/some_repo_Packages

  Here is the command I executed:-

  sudo dpkg-scanpackages . /dev/null | gzip -9c > "Packages.gz"

  although i can fix this specific issue with 
  sudo dpkg-scanpackages . /dev/null | grep -vE "^Swipe your finger" | gzip -9c 
> "Packages.gz"

  but I am not sure what it will break in future.

  I will try to see if I can suggest some code fixes but have been away
  from C for a few years.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fprintd/+bug/1621035/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to