0

Both printers aren't working anymore since my last update yesterday.

A internal error reporting box fires up, when I try to add another printer under system settings. Here is some info:

  • Executable Path: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
  • Package: cups-pk-helper 0.2.5-2ubuntu2
  • ProblemType: Crash

    cups-pk-helper-mechanism crashed with signal 5 in g_variant_new_va()
    

Found this: https://bugs.launchpad.net/ubuntu/+source/cups-pk-helper/+bug/1565170

This is the error firefox-printer dialogue shows:

What can I do?

David Foerster
  • 36,264
  • 56
  • 94
  • 147
empedokles
  • 3,883
  • 15
  • 46
  • 68

1 Answers1

2

Unless you truly need the fine grain priveleges that cups-pk-helper provides, you might try simply removing the package with sudo apt-get remove cups-pk-helper if that fails, you can purge the package where packagename is cups-pk-helper

You might also take a look at this related post.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
  • I tried both (remove and purge), but I still receive the same error under firefox-printing (see screenshot above). I also got the same exclamation mark under printer settings on the specific printer. – empedokles Oct 13 '17 at 07:53
  • Turned out, cups wasn't installed anymore and has been removed with my deinstallation of imagemagick without asking back. – empedokles Oct 13 '17 at 09:23