Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71064 - [colord] further split into daemon and libs?
Attached to Project:
Arch Linux
Opened by Neven Sajko (Neven) - Sunday, 30 May 2021, 22:34 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 14 October 2021, 21:47 GMT
Opened by Neven Sajko (Neven) - Sunday, 30 May 2021, 22:34 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 14 October 2021, 21:47 GMT
|
DetailsCurrently, with colord 1.4.5-1, the package includes both the daemon and libs.
It would be really great if the daemon could be split from the libs, because the daemon is only rarely needed and depends on polkit (which also further depends on js78), while the libs are often needed, but have only minimal deps. A specific example: on my Arch installation the only package that depends on polkit is colord. If I remove polkit (by force or trickery), the colord daemon doesn't work, but I can still print from my black-and-white printer from Chromium (which uses GTK3 for interacting with CUPS, AFAIK). If the colord daemon were instead split from the libs into a separate package, gtk3 would still depend on one of the libs, but I would be free of the colord daemon, js78 and, especially, polkit! For reference, Debian splits colord into several packages including colord (which has the daemon) and libcolord2 (the most important client library): https://packages.debian.org/source/sid/colord |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Thursday, 14 October 2021, 21:47 GMT
Reason for closing: Won't fix
Additional comments about closing: 2021-06-04: A task closure has been requested. Reason for request: Thanks! I updated the system, removed the colord package, rebooted, printed a page from Chromium; and everything seems to work fine.
Thursday, 14 October 2021, 21:47 GMT
Reason for closing: Won't fix
Additional comments about closing: 2021-06-04: A task closure has been requested. Reason for request: Thanks! I updated the system, removed the colord package, rebooted, printed a page from Chromium; and everything seems to work fine.
And a gtk3 ticket which asked to split out the print-backends:
FS#50513Despite gtk3 merging it back without a commit message, I did eventually track down the ticket which requested reverting
FS#50513; the reversion ticket isFS#56445Splitting out colord/libcolord seems like it should ameliorate the vast majority of the problems people have with "libcups, rest, and colord are unnecessary deps", by avoiding colord -> polkit -> js78 (64.67 MiB).
Does this sound like a suitable compromise?