Bug 1660589 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It was the intent that CUPS-based printers on macOS would localize the paper names, and that CUPS printers on Linux would still with PWG standardized names to match how the names have been displayed on those systems historically. 

The current code is localizing names on both systems. This patch will ensure that paper names are localized only on macOS, and not on Linux.
It was the intent that CUPS-based printers on macOS would localize the paper names, and that CUPS printers on Linux would still with PWG standardized names to match how the names have been displayed on those systems historically. 

The current code is localizing names on both systems. 

https://searchfox.org/mozilla-central/rev/73e4e809df771baeb61635b25f53dfb44e930904/widget/nsPrinterCUPS.cpp#162-163

This patch will ensure that paper names are localized only on macOS, and not on Linux.
[Bug 1655558](https://bugzilla.mozilla.org/show_bug.cgi?id=1655558) Added functionality to retrieve paper sizes on CUPS printers.

It was the intent that CUPS-based printers on macOS would localize the paper names, and that CUPS printers on Linux would still with PWG standardized names to match how the names have been displayed on those systems historically. 

The current code is localizing names on both systems. 

https://searchfox.org/mozilla-central/rev/73e4e809df771baeb61635b25f53dfb44e930904/widget/nsPrinterCUPS.cpp#162-163

This patch will ensure that paper names are localized only on macOS, and not on Linux.

Back to Bug 1660589 Comment 0