OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
28 stars 15 forks source link

Add support for starting per-user spooler via D-Bus #69

Closed michaelrsweet closed 3 months ago

michaelrsweet commented 9 months ago

For CUPS 3.0 there will be a per-user spooler that can be started via D-Bus. Rather than tunneling IPP over D-Bus, we will have a "StartServer" method that returns the Unix domain socket to use (default CUPS_SERVER other than the old system-wide "/var/run/cupsd") for subsequent IPP requests.

Tracking the cups-locald portion of this work in the cups-local project.

michaelrsweet commented 3 months ago

[master 1bd5fc03f] Add D-Bus support for finding user session cups-locald domain socket (Issue #69)