[OpenJDK 2D-Dev] [9] RFR JDK-6357887: selected printertray is ignored under linux
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Wed Aug 10 08:59:41 UTC 2016
Hi All,
Please review a fix for an issue where it is seen that the selected
printer tray is ignored in linux and default standard tray is used for
printing.
Bug: https://bugs.openjdk.java.net/browse/JDK-6357887
webrev: http://cr.openjdk.java.net/~psadhukhan/6357887/webrev.00/
Issue was lpr command needs "-o InputSlot=<trayname>" to select the
printertray which was not being passed to lpr command.
Proposed fix added InputSlot option to lpr command to select the
printertray.
Tested in ubuntu and solaris11.
Regards
Prasanta
More information about the 2d-dev
mailing list