I am trying to create a custom backend, using the "educational backend": Printing/Developer Tools
I think everything would work if the backend was recognized....
I copied the contents of the file 2dir
to /usr/lib/cups/backend/
, set correct permissions (experimented with everything from 700 to 555 to 755). Unfortunately
lpinfo -v
does not list the 2dir
backend.
What could be the problem ?
Note: I checked for line endings
file 2dir
2dir: UTF-8 Unicode English text
(because i converted it using dos2unix
)