After installing pykota-1.25_p2437, cupspykota backend doesn't appear in cups backend listing. Analysing the pykota-1.25_p2437.ebuild, I found the problem is that pykota ebuild assmumes wrong cups backend destination: /usr/lib/cups/backend/. The correct one is /usr/libexec/cups/backend/ for cups 1.2 series. Reproducible: Always
Created attachment 130239 [details, diff] set right cups backend destion This path will install the cupspykota links in the correct place.
thank you, fixed!