https://bugs.kde.org/show_bug.cgi?id=499041
--- Comment #2 from Mike <noeero...@gmail.com> --- Interesting. If I go to localhost:631, manage printers, it's there and you can modify users. When selecting "Allow these users to print", it remains "hidden" from print-manager (kcm, configure-printer). However, when selecting "Prevent these users from printing", it's back. I think it might the way that our CUPS request calls getDevices (which, BTW, is using a deprecated api): ``` m_connection->retry("/admin/", CUPS_GET_DEVICES) ``` Also, configure-printer uses a similar query method and it fails silently when trying to load that printer at startup. AFAICT, none of that code has not changed in over 10 years. I'll see if testing with the "new" stuff makes any difference with the KCM. Helluva find. -- You are receiving this mail because: You are watching all bug changes.