archinstall/archinstall/applications
Sanjay Santhanam 0f7c5c58fb
fix(applications): add ghostscript to print service packages (#4670)
* fix(applications): add ghostscript to print service packages

Selecting the print service installs cups, system-config-printer and
cups-pk-helper, but not ghostscript. cups relies on ghostscript for the
PDF/PostScript rendering filter, so driverless (IPP Everywhere) print
jobs fail out of the box with:

  cfFilterGhostscript: Unable to launch Ghostscript: gs: No such file or directory

Add ghostscript to the package list and cover it with a regression test.

Closes #4595

* test: drop low-value print service package assertion
2026-07-31 22:15:00 +10:00
..
audio.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
bluetooth.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
firewall.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
fonts.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
power_management.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
print_service.py fix(applications): add ghostscript to print service packages (#4670) 2026-07-31 22:15:00 +10:00