Run cups-pk-helper service under its own daemon user account. Fixes T7453.
Details
Details
- Reviewers
JoshStrobl - Maniphest Tasks
- T7453: Cannot cancel print jobs
- Commits
- R577:24651563833a: Run cups-pk-helper service under its own daemon user account. Fixes T7453.
If no printer available, create a dummy one with lpadmin -p myprinter -E -v ipp://myprinter.local/ipp/print (per man lpadmin). WLOG, print something to myprinter. Open the "printers" part of gnome-control-center (Alt+F2 > Printers). Observe the button 1 job and click it. In the myprinter - Active Jobs window, find the submitted job and press the trash can to cancel the job. With this fix, it should successfully cancel. Previous behavior resulted in nothing happening.
Diff Detail
Diff Detail
- Repository
- R577 cups-pk-helper
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
package.yml | ||
---|---|---|
17 | You can use %reconfigure --with-daemon-user=cups-pk-helper instead of running autoreconf |
package.yml | ||
---|---|---|
6 | This should be updated to an SPDX identifier. |
Comment Actions
LGTM otherwise. Thanks for looking into this and providing a fix, it's much appreciated!
package.yml | ||
---|---|---|
21 | Should be -Dm00644 |