Use PWG standardized names in fallback paper list on GTK
Categories
(Core :: Printing: Setup, enhancement, P1)
Tracking
()
People
(Reporter: nordzilla, Assigned: nordzilla)
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
When we use the fallback paper list for printing to PDF, we need to set the paper name in the print settings.
Using the localized paper name for GTK print settings will cause issues due to the following GTK code, which expects PWG standardized names:
https://github.com/GNOME/gtk/blob/master/gtk/gtkpapersize.c#L261
The simplest is just to use PWG standardized names for GTK code, and localized names elsewhere, differentiated where the list is defined.
| Assignee | ||
Comment 1•5 years ago
|
||
This patch ensures that our fallback paper list (used for print saving
as PDF) will use PWG standardized names for the paper sizes for GTK
print settings.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
Comment 4•5 years ago
|
||
Comment on attachment 9172929 [details]
Bug 1661993 - Use PWG Standardized paper names for GTK r=jwatt,alaskanemily,sfoster, jfkthame
Beta/Release Uplift Approval Request
- User impact if declined: Selecting paper sizes in the print UI will not work on Linux.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The code that will use this functionality has not yet landed, and if there were to be an error in this patch it would just mean paper size selection would continue to not work on Linux.
- String changes made/needed:
Comment 5•5 years ago
|
||
Comment on attachment 9172929 [details]
Bug 1661993 - Use PWG Standardized paper names for GTK r=jwatt,alaskanemily,sfoster, jfkthame
Approved for 81.0b5.
Comment 6•5 years ago
|
||
| bugherder uplift | ||
Description
•