From 5bd9a0277ac0134807f21dc992d385ad8228bde6 Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Sat, 6 Jun 2026 20:51:54 +0200 Subject: [PATCH] fix: use absolute python3 path to avoid xcode-select in CUPS root context --- filter/kyofilter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/kyofilter b/filter/kyofilter index 6899d70..dbe8b9f 100755 --- a/filter/kyofilter +++ b/filter/kyofilter @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """CUPS filter for TA 3505ci - injects department code into PostScript stream.""" import sys