+ cups/printing

This commit is contained in:
committer
2024-05-20 21:24:05 -05:00
parent e78905c0fe
commit 77ac53fa70
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,4 @@
lemurs.service lemurs.service
cups.service
cups.socket
cups.path

View File

@@ -169,6 +169,25 @@ if [ ${operation} == "dots" ] ; then
file_path=/etc file_path=/etc
deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown
# ----------
# printing
#
# src:
# - https://wiki.manjaro.org/index.php?title=Printing
# - http://localhost:631/help/admin.html
#
# example (turn the printer on, to see the "usb: value"):
# $ lpinfo -m | grep 'ql700'
# brother_ql700_printer_en.ppd Brother QL-700 CUPS
# $ lpinfo -v
# ...
# direct usb://Brother/QL-700?serial=000L0Z530516
# ...
# ----------
#lpadmin -p Brother_HL-L2310D_series -D "Brother HL-L2310D_series" -E -v usb://Brother/HL-L2310D%20series?serial=E78096L7N181893 -m lsb/usr/cupsfilters/brother-HLL2310D-cups-en.ppd
#lpadmin -p Brother_QL-700 -D "Brother QL-700" -E -v usb://Brother/QL-700?serial=000L0Z530516 -m brother_ql700_printer_en.ppd
# ---------- # ----------
# programs # programs
# ---------- # ----------