Right, that might be related to cups 1.3.2. Maybe it's due to upstream
change 6970?

      - The scheduler incorrectly used portrait as the default
        orientation (STR #2513)
--- scheduler/printers.c        (revision 6969)
+++ scheduler/printers.c        (revision 6970)
@@ -3228,8 +3228,8 @@
                   "number-up-default", 1);
 
   if (!cupsGetOption("orientation-requested", p->num_options, p->options))
-    ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM,
-                  "orientation-requested-default", IPP_PORTRAIT);
+    ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NOVALUE,
+                 "orientation-requested-default", NULL, NULL);
 
   if (!cupsGetOption("notify-lease-duration", p->num_options, p->options))
     ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER,

-- 
system-config-printer.py crashed with ValueError in reinit()
https://bugs.launchpad.net/bugs/140887
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to