+ cups/printing
This commit is contained in:
@@ -169,6 +169,25 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_path=/etc
|
||||
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
|
||||
# ----------
|
||||
|
||||
Reference in New Issue
Block a user