Default page size for printing is letter
Bug #10910 reported by
Tollef Fog Heen
This bug affects 74 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Mozilla Firefox |
Fix Released
|
Medium
|
|||
| firefox (Baltix) |
Confirmed
|
Undecided
|
Unassigned | ||
| firefox (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
| thunderbird (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
Bug Description
(Default warty install, dist-upgraded to hoary, language chosen is Norwegian)
about:config reports that print.postscrip
for Norway, it should be A4. It should probably look at LC_PAPER or /etc/papersize
| Changed in firefox: | |
| status: | Unconfirmed → Confirmed |
| Changed in firefox: | |
| assignee: | ijackson → nobody |
| Changed in firefox: | |
| status: | Unknown → In Progress |
| Changed in firefox: | |
| assignee: | nobody → mozillabugs |
| Changed in firefox: | |
| assignee: | mozillateam → mozilla-bugs |
| Changed in firefox: | |
| status: | Confirmed → In Progress |
| Changed in firefox: | |
| status: | Unconfirmed → Rejected |
| Changed in firefox: | |
| status: | In Progress → Confirmed |
| Changed in firefox: | |
| assignee: | mozilla-bugs → nobody |
| status: | Confirmed → Triaged |
| Changed in firefox: | |
| status: | Confirmed → In Progress |
| Changed in firefox (Ubuntu): | |
| status: | New → Invalid |
| affects: | firefox-3.0 (Ubuntu) → firefox-3.5 (Ubuntu) |
| Changed in firefox-3.5 (Ubuntu): | |
| status: | Triaged → Incomplete |
| affects: | firefox-3.5 (Ubuntu) → firefox-3.0 (Ubuntu) |
| Changed in firefox-3.0 (Ubuntu): | |
| status: | Incomplete → Triaged |
| Changed in firefox-3.5 (Ubuntu): | |
| status: | New → Triaged |
| Changed in firefox (Ubuntu): | |
| status: | Invalid → Confirmed |
| Changed in firefox: | |
| importance: | Unknown → Medium |
| Changed in ubufox (Ubuntu): | |
| status: | New → Confirmed |
| no longer affects: | firefox-3.0 (Ubuntu) |
| no longer affects: | firefox-3.5 (Ubuntu) |
| Changed in firefox (Baltix): | |
| status: | Invalid → Confirmed |
| Changed in firefox: | |
| status: | In Progress → Fix Released |

changed title from:
Default printer settings set to US Letter and inches
to:
Printer settings should default to appropiate values for the user
So what works these days?
/etc/papersize
LC_PAPER
nl_langinfo( PAPER_HEIGHT) / nl_langinfo( PAPER_WIDTH)
others?