summarylogtreecommitdiffstats
path: root/XeroxQScript.patch
diff options
context:
space:
mode:
Diffstat (limited to 'XeroxQScript.patch')
-rw-r--r--XeroxQScript.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/XeroxQScript.patch b/XeroxQScript.patch
new file mode 100644
index 000000000000..ab966d193649
--- /dev/null
+++ b/XeroxQScript.patch
@@ -0,0 +1,19 @@
+--- ./usr/lib/cups/filter/XeroxQScript 2017-09-15 14:11:33.027480086 +0200
++++ ./usr/lib/cups/filter/XeroxQScript 2017-09-15 14:11:56.717611267 +0200
+@@ -73,6 +73,7 @@
+ UserName=`echo "$2" | sed -e "s/^/-u /g" -e "s/\"//g"`
+ USER=$2
+ Title=`echo "$3" | sed -e "s/^/-t/g" -e "s/\"//g"`
++ Copies=$4
+ if [ "_${5}" != "_" ]; then
+ OptionList=`echo "$5" | sed -e "s/ / -o /g" -e "s/^/-o /" -e "s/\"//g"`
+ fi
+@@ -88,7 +89,7 @@
+ DISPLAY=${DISPLAY:-":0.0"}
+ export DISPLAY
+ fi
+- ${ToolPath}/xeroxdriver -d${PRINTER} $Copies $UserName "$Title" $OptionList $* 1>>/dev/null 2>>/dev/null
++ ${ToolPath}/xeroxdriver -d${PRINTER} $Copies $UserName "$Title" $OptionList $RequestID $* 1>>/dev/null 2>>/dev/null
+ exit 0
+ ;;
+ esac