]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add cupsManualCopies as needed (Issue #5433)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Nov 2018 15:15:04 +0000 (10:15 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Nov 2018 15:15:04 +0000 (10:15 -0500)
CHANGES.md
cups/ppd-cache.c

index fe382cef11510994ab1c9a620f27c9135067a695..b794d25c4de01f2d8e5c9c1276be4ccfbcf8a474 100644 (file)
@@ -37,6 +37,8 @@ Changes in CUPS v2.3b6
   CloseUI/JCLCloseUI keywords (Issue #5381)
 - The scheduler now reports the actual location of the log file (Issue #5398)
 - Added a USB quirk rule (Issue #5420)
+- The generated PPD files for IPP Everywhere printers did not contain the
+  cupsManualCopies keyword (Issue #5433)
 - Kerberos credentials might be truncated (Issue #5435)
 - The scheduler was being backgrounded on macOS, causing applications to spin
   (rdar://40436080)
index e4af7b644715d685d2022c221a75451073597c51..d82961a6d29d45fa43a2a874050a7ba205507c71 100644 (file)
@@ -3233,6 +3233,8 @@ _ppdCreateFromIPP(char   *buffer, /* I - Filename buffer */
       else
         cupsFilePuts(fp, "*cupsFilter2: \"application/vnd.cups-pdf application/pdf 10 -\"\n");
     }
+    else
+      cupsFilePuts(fp, "*cupsManualCopies: true\n");
     if (is_apple)
       cupsFilePuts(fp, "*cupsFilter2: \"image/urf image/urf 100 -\"\n");
     if (is_pwg)