[Desktop-packages] [Bug 10910]

2020-09-24 Thread Pulsebot
https://hg.mozilla.org/integration/mozilla-inbound/rev/f3661245688b
https://hg.mozilla.org/integration/mozilla-inbound/rev/d799f63ed244
https://hg.mozilla.org/integration/mozilla-inbound/rev/c96721303125
https://hg.mozilla.org/integration/mozilla-inbound/rev/86f5957e60f9
https://hg.mozilla.org/integration/mozilla-inbound/rev/78349b2422e8

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Byian
(In reply to Brian Birtles (:birtles) from comment #95)
> This appears to have broken printer settings on Windows with e10s enabled
> (bug 1176141).

My bad, this bug has nothing to do with it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Comment on attachment 8620682
use GTK default paper size and orientation

(In reply to Robert O'Callahan (:roc) (Mozilla Corporation) from comment #89)
> So with this patch, do we still remember the user's paper size in some way?

Yes.  The code removed here was not reading user's prefs.  Those prefs
were never saved.

> How?

(In reply to Karl Tomlinson (ni?:karlt) from comment #85)
> These are subsequently overridden by prefs if any have been saved from
> a previous nsPrintSettingsGTK.

This happens in nsPrintOptions from InitPrintSettingsFromPrefs(), called after
InitPrintSettingsFromPrinter().

https://hg.mozilla.org/mozilla-central/annotate/9ebd530c5843/widget/nsPrintOptionsImpl.cpp#l542
https://hg.mozilla.org/mozilla-central/annotate/9ebd530c5843/dom/base/nsGlobalWindow.cpp#l7011

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Ryanvm
https://hg.mozilla.org/mozilla-central/rev/f3661245688b
https://hg.mozilla.org/mozilla-central/rev/d799f63ed244
https://hg.mozilla.org/mozilla-central/rev/c96721303125
https://hg.mozilla.org/mozilla-central/rev/86f5957e60f9
https://hg.mozilla.org/mozilla-central/rev/78349b2422e8

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8621437
part 4: remove meaningless GetPrintMethod() v1.1

Also removed a now-unused nsresult and a repeated argument sanity check.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Roc-ocallahan
Comment on attachment 8620682
use GTK default paper size and orientation

Review of attachment 8620682:
-

So with this patch, do we still remember the user's paper size in some
way? How?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Byian
This appears to have broken printer settings on Windows with e10s
enabled (bug 1176141).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Roc-ocallahan
Comment on attachment 8621437
part 4: remove meaningless GetPrintMethod() v1.1

Review of attachment 8621437:
-

Delicious!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8620685
part 5: remove ununsed plexName colorspace resolutionName and downloadFonts

This was only used to write to and read from otherwise unused
preferences.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8620681
remove ununsed nsIPrintSettings::printCommand and print_command prefs

These was used only to write to and read from each other.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8620683
remove print(|.)(|.printer_).filename pref reading code

There are no default pref values, and even if some have been set, the value
is subsequently overridden by the print.print_to_filename pref, which exists
if saved from a previous nsPrintSettingsGTK.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8620684
remove meaningless GetPrintMethod()

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
Created attachment 8620682
use GTK default paper size and orientation

In the nsPrintSettingsGTK constructor, gtk_paper_size_new(nullptr) gets the
system default paper size from the locale and gtk_page_setup_new() sets
default orientation to portrait.

These are subsequently overridden by prefs if any have been saved from
a previous nsPrintSettingsGTK.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2020-09-24 Thread Karlt
This bug is not half as bad now that the fix for bug 446041 provides that
print.print_paper_* prefs (once they exist) will override
print.postscript.paper_size.

The print.print_paper_* prefs will record the previous setting, but this will
only be different from print.postscript.paper_size if the value is been
changed in the page setup.

There is also much code here that can be removed and so make the use of
different prefs somewhat less confusing.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-10-15 Thread rpr nospam
Elias, in you comment #175 you didn't wrote which version of Firefox you
had when you run it for the first time.

Also,  have you noticed that if you make a change in
Regional Formats in System Settings > Language > Language Support > Regional 
Formats
the change takes effect the next time you log in (see my comment #172).
Then check what you get when you run the locale command in the terminal window.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-10-15 Thread Elias Aarnio
I tested my hypothesis above. I made a Live USB stick with space to save
settings and updates. I used ubuntu-14.04.2-desktop-amd64.iso. After
changing languge settings to finnish and installing all localization
files I opened Firefox for the first time. Paper size in firefox was
letter, not A4 as it is supposed to be.

Then I changed the variable print.postscript.paper_size to iso_a4 in
Firefox config, closed and reopened Firefox and checked if the paper
size change persisted. It did, also it was still A4.

After that I did sudo apt-get update followed by sudo apt-get upgrade.
After that and restarting Firefox the paper size was still A4.

I think this proves my guess was wrong.

There is something else that changes the paper size _back_ to letter
size from A4 because this happens to me quite often.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-10-14 Thread Elias Aarnio
The bug still exists in Thunderbird (not sure about Firefox). Every time
Thunderbird is updated the paper size is changed to letter even if the
user uses locale for which the right size is A4.

Check out this:
http://ubuntuforums.org/showthread.php?t=889088=12423297#post12423297

Could it be the case that when Thunderbird update is installed, update
process does not check at all what is 1) in the locale or 2) what value
Thunderbird config variable  print.postscript.paper_size has? This would
explain the nasty behaviour.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-09-30 Thread rpr nospam
I've tested Firefox 41 on Ubuntu 15.04 and I'd say that the issue has
been fixed. Here is the test procedure:

(1) Check your Regional Formats in System Settings > Language > Language 
Support > Regional Formats. Let's say this option is set to "English (United 
Kingdom)" (if you change it, the change takes effect the next time you log in). 
That option will change the environment variables for various locale categories 
including LC_PAPER.
(2) Start Firefox with default user settings. You can do it by running "firefox 
-P" and creating a new user profile.
(3) Try to print (Ctrl+P). On the Page Setup tab you get "Paper size: A4".

I get this result even without step (2).

If the Regional Formats are set to "English (United States)" then you
get "Paper Size: US Letter".

You can also test this without changing Regional Formats: in the
Terminal Window run the following commands and check the paper size as
in step (3) above:

LC_PAPER=en_GB.UTF-8 firefox

LC_PAPER=en_US.UTF-8 firefox

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-09-30 Thread ebrjvd
Paper size shall be independent of language or locale.
It should be a parameter that can be set by the user, depending on stationery 
that is being used in the printer.
There may be a default size, depending on geographical region (normal paper 
size sold in that country), but NOT on language.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-08-25 Thread Elias Aarnio
The fix does not work as per now.

My suggestion is: erase all countries 1) using letter size paper and/or
2) using imperial measurements instead of metric.

I'm fed up with the bliss of not knowing anything about life outside
one's own country.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-08-11 Thread John Drinkwater
Should land for Firefox 41, which will be a few weeks (22nd Sept) before
15.10 arrives.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-08-10 Thread Teemu Leisti
Fix released? Amazing! Will we see it in Ubuntu 15.10?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2015-06-18 Thread Bug Watch Updater
** Changed in: firefox
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged
Status in firefox package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-12-18 Thread higuita
I'm also annoyed that every firefox i run have the letter as default
page size... and of course, one only discovers this after trying to
print and nothing show up on the printer.

If in the past, print was little used, with the PDFjs, people start to
print a lot more from firefox, making this issue more important.


If this can not be fixed, at very least remove the default, leave it BLANK... 
on first printing, ask what paper size one wants... is not as friendly as a 
default, but having a broken default, trying to print and getting nothing is 
even worst. Most people will never know that the problem is the wrong paper 
size and don't understand why they don't have any printout.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-12-18 Thread Dev-oskar
https://bugzilla.mozilla.org/show_bug.cgi?id=947125

Actually, while the windows version works better, it is screwed too,
specially on unusually paper sizes and margins.

The main problem with letter is, that the gtk code part can't
understand ps paper names, and the ps paper names doesn't understand
iso_a4.

The right solution would be to drop the whole thing and query printer
and paper names directly via ipp or use only gtk code and throw the old
cups lib and ps based query solution.

Considering the other bug #629500 is stuck as well.
My solution will be my own private inhouse addon as can no longer wait for a 
solution. 
The win32 version works more or less, except CSS2 Margins are still broken.
For the linux version I plan to to use a ipp based solution or directly 
accessing cups via js-ctypes.

Accessing CUPS via socket and ipp protocol, query paper sizes, create a
postscript file and send it directly should be a more future proof
technology. Technical that should work on OSX and if you have the right
url with any ipp aware network printer, but that isn't my goal.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2013-12-18 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #947125
   https://bugzilla.mozilla.org/show_bug.cgi?id=947125

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-11-10 Thread Dev-oskar
Well the whole situation is very complex, the other platform code is more or 
less broken too.
Bug 629500 sums the whole situation quite good and looks like a welcome 
refactor of the whole code base, maybe it will land in the next years?  Feels 
like gecko/firefox printing is stuck in IE6 age...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-10-21 Thread Teemu Leisti
I completely agree with the last two commenters.  This bug is getting
beyond ridiculous.  It is an embarrassment for Mozilla.  Just fix it,
already.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-10-21 Thread Jaccoud
I have submitted a duplicate and have been following this bug for years,
saddly seeing no resolution at all. Some stuff must be made clear:

Paper size names are surely locale dependent (Letter in the US is
Carta in Brazil), but the default value for the paper size is NOT. It
is determined by the host operating system, i.e., the software component
which is responsible for handling the printers and their queues. Any
default value provided by Firefox, anywhere, is WRONG. Please find every
line setting a default value and get rid of it.

I have not noticed this bug acting for quite a while in Windows and Mac
OS, so this is clearly a platform independent feature which which was
corrected the wrong way, probably in the platform dependent module. The
linux module should get this values from cups, and that's it -- why on
earth does 'letter' keeps popping up? Where does this value come from?
Please get rid of it, I already abandoned Firefox for any printing in my
Linux boxes, and I am on the verge of abandoning it whatsoever, just
because of this stupid little bug which persists for more than a decade.

I cannot even find a place to buy letter-sixed paper if I needed to. It
doesn't exist in Brazil, although some weird legal sizes are still used
in some time-shifted places like notary offices and advocacy firms.

Weather websites are smart enough to tell I'm im Rio de Janeiro, but
show temperatures in Fahrenheit and wind speed in miles/h. My new GPS
app knows I'm im Brazil but shows distandes in miles and yards. My music
editor (made in Europe!) gets the paper size right, but still defaults
margins in inches, and worst: when I change them, they get rounded to
the nearest inch fraction, so I keep getting 2.98 mm instead of 3.00 !
How an European software chooses to use inches inside it is beyond my
understanding. This must have something to do with (very old)
development frameworks.

Firefox should not be this dumb, and specially not in a internationally
freely distributed OS like Linux.

Please do something. Let us get rid of all US medieval defaults, they're
like a curse.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-10-19 Thread Bruce Kingsbury
I have just followed the procedure of;

1) Download Firefox-24.0 English(UK) version for Linux
2) Download Firefox-24.0 English(UK) version for Linux again and compare just 
to be sure I didn't accidentally get the wrong one
3) Check environment and observe LANG=en_NZ.UTF-8
4) Check printer settings and see that default paper size is A4
5) rm -rf ~/.mozilla so there are no previous settings.
6) As root, rm -rf /opt/firefox and extract the one I just downloaded
7) as normal user again, run firefox and get the usual first-run page
8) about:config and search for paper_size

Observe that paper size is letter.

There is nothing on my computer that suggests it should be using letter,
and no other program that I ever print from has EVER decided that the
paper size should be letter. Only firefox gets this wrong. It's been
getting it wrong now for well over ten years.

I like everything else about firefox except for this one infuriating
bug.

This bug was first filed in 2002. It's now 2013. I've just upgraded to
Firefox 24.0 on all my machines and my default paper size has, once
again as it does every upgrade, reverted to the US_Letter papersize.

I live in the other 96% of the world that uses A4 paper, so every time I
try to print from Firefox I get an error message on my printer.

OpenOffice and Libreoffice get the paper size right. GIMP gets the paper
size right. Inkscape gets the papersize right. Abiword gets the paper
size right. Gedit gets the paper size right. Tuxpaint gets the papersize
right. EVERY OTHER program I use under any distro of Linux manages to
correctly determine that I use A4 paper and doesn't give me any
problems.

But not Firefox.

Firefox defaults to US_Letter. Even though my printer is set for A4.
Even though my language is en_NZ. Even when I've manually changed ALL of
the defaults back to A4 under about:config it still bloody-mindedly sets
everything back to US-Letter every singe time there's some minor point-
update of Firefox.

Firefox is the ONLY program that does this.

And it's been doing it far too long.

Pleas, for the love of Free Software, FIX THIS BUG.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2013-10-18 Thread Bruce Kingsbury
I like everything else about firefox except for this one infuriating
bug.

This bug was first filed in 2004. It's now 2013. I've just upgraded to
Firefox 24.0 on Debian and my default paper size has, once again as it
does every upgrade, reverted to the US_Letter papersize.

I live in the other 96% of the world that uses A4 paper, so every time I
try to print from Firefox I get an error message on my printer.

OpenOffice and Libreoffice get the paper size right. GIMP gets the paper
size right. Inkscape gets the papersize right. Abiword gets the paper
size right. Gedit gets the paper size right. Tuxpaint gets the papersize
right. EVERY OTHER program I use under any distro of Linux manages to
correctly determine that I use A4 paper and doesn't give me any
problems.

But not Firefox.

Firefox defaults to US_Letter. Even though my printer is set for A4.
Even though my language is en_NZ. Even when I've manually changed ALL of
the defaults back to A4 under about:config it still bloody-mindedly sets
everything back to US-Letter every singe time there's some minor point-
update of Firefox.

Firefox is the ONLY program that does this.

And it's been doing it far too long.


Pleas, for the love of Free Software, FIX THIS BUG.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2013-10-18 Thread Bruce Kingsbury
So continuing my previous rant;

I have just followed the procedure of

1) Download Firefox-24.0 English(UK) version for Linux 
2) Download Firefox-24.0 English(UK) version for Linux again and compare just 
to be sure I didn't accidentally get the wrong one
3) Check environment and observe LANG=en_NZ.UTF-8
4) Check printer settings and see that default paper size is A4
5) rm -rf ~/.mozilla so there are no previous settings.
6) As root, rm -rf /opt/firefox and extract the one I just downloaded
7) as normal user again, run firefox and get the usual first-run page
8) about:config and search for paper_size

Observe that paper size is letter.

There is nothing on my computer that suggests it should be using letter,
and as mentioned earlier no other program that I ever print from has
EVER decided that the paper size should be letter. Only firefox gets
this wrong. It's been getting it wrong now for about ten years.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-05-06 Thread Berend De Schouwer
in print-to-file I first have to select a different paper size (any
different paper size), then re-select A4, then I get A4 paper size in
the .pdf.  Otherwise I get letter.

printer_Print_to_File.print_paper_name=iso_a4

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2013-05-06 Thread Berend De Schouwer
In firefox 20.0, print to file defaults to letter.  If I change this to
A4, the PDF file on disk is still marked as size Letter.  So various PDF
readers assume it's Letter.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-12-26 Thread rpr nospam
@John - Have a look at http://ubuntuforums.org/showthread.php?p=12423297

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-12-18 Thread Matthias Andree
Am 18.12.2012 04:55, schrieb Andre:
 Hello John, I'm sorry. This is not a support forum. Please head over to
 http://askUbuntu.com/ where you will get quickly a reply. You can login
 to AskUbuntu with your Launchpad/Ubuntu-Account by choosing OpenID.
 

Cannot find entails is not listed, and may be a related bug. Do not
bluntly brush these off, but handle properly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-12-17 Thread John John Doe
I cannot manage to find the right setting for Firefox 17.0.1 on Ubuntu 12.04.
Can someone please provide an advise on how to configure A4 as the default page 
size?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-12-17 Thread Andre
Hello John, I'm sorry. This is not a support forum. Please head over to
http://askUbuntu.com/ where you will get quickly a reply. You can login
to AskUbuntu with your Launchpad/Ubuntu-Account by choosing OpenID.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-09-04 Thread Mantas Kriaučiūnas
** Changed in: firefox (Baltix)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Confirmed

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-08-30 Thread Roland Orre
I noticed that when I set 
print.postscript.paper.size = iso_a4
instead of A4, in about:config
I do no longer get the warning message from Gtk
(I noticed that there were a few other settings that used iso_a4)
I did work though but I don't like warning messages.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-07-23 Thread Paul Crawford
This bug is STILL not fixed in 10.04 with Firefox 14.0.1
Is this related to bug #627648 that applies to both Firefox and Thunderbird and 
why, after 8 YEARS is this still an issue for the majority of the world that 
use A4 paper and not US Letter?
Seriously, what is happening here?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-07-23 Thread Micah Gersten
Cleaned up the bug tasks a little, we don't need 2 upstream tasks since
this is in the Core.  firefox-3.5 and firefox-3.0 don't exist in
supported stable Desktop releases.  Ubufox isn't affected either as it's
doing nothing wrong.

** No longer affects: firefox-3.0 (Ubuntu)

** No longer affects: firefox-3.5 (Ubuntu)

** Also affects: thunderbird (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubufox (Ubuntu)

** Changed in: thunderbird (Ubuntu)
   Importance: Undecided = Medium

** Changed in: thunderbird (Ubuntu)
   Status: New = Triaged

** Changed in: firefox (Ubuntu)
   Importance: Undecided = Medium

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Triaged

** No longer affects: thunderbird

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-07-23 Thread Paul Crawford
Just to add to this bug discussion my observation in bug #627648 that
the about:support setting for user-modified parameters do not appear to
change in any when you alter the global paper size, which may be related
to why this is continually reset on version 'upgrades'. This trait makes
the lack of correct system-based defaults even worse as every user's
account has to be manually reset following any security fixes, etc, for
Firefox and Thunderbird.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-06-07 Thread ferro
** Attachment added: script to fix user-settings system wide
   
https://bugs.launchpad.net/firefox/+bug/10910/+attachment/3178832/+files/fix-firefox-user-settings.sh

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-06-07 Thread ferro
Add the prefs lines from #143 to the file /etc/firefox/syspref.js
instead of seperate files. I tested this on a Ubuntu 12.04 with firefox
13 and it works as defaults for user-settings that you create after that
change. It does not override user-settings that exists already! In this
case you can change these settings with #147. In #143 i am referring to
thunderbird. I hope this is not confusing, but this works equivalently
for firefox if you user /etc/firefox/pref instead of
/etc/thunderbird/pref. In theory you could also use
/usr/lib/firefox/defaults/pref for the settings but anything you change
here will be gone with the next firefox update.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-06-07 Thread ferro
I must correct: the subdirectory /etc/firefox/pref is outdated and no
more used by recent versions in ubuntu. Put adjustments to
/etc/firefox/syspref.js works.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-06-07 Thread ferro
You can also lock down these settings, then these settings override 
user-settings. To do that you have to use 
lockPref(print.print_paper_name, iso_a4);   instead of
pref(print.print_paper_name, iso_a4);. This has been improved, as it did 
not work properly with older versions of firefox.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2012-06-04 Thread Teemu Leisti
Happy belated tenth birthday, dear bug!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-05-31 Thread ferro
i am on ubuntu natty, with thunderbird 12 i run it on a terminal server with 20 
users on it. Before that i utilized thinderbird 3 as long as i could. I had to 
adjust the parameters with that change, as they were a little different in 
version 3. I named the file aa_paper.js, i have others in that directory too, 
like aa_proxy.js and aa_cache.js for variuous global settings.  Files in that 
directory are processed in reversed sort order (at least that waas like this in 
version 3), therefore mine start with aa_ . File name must end with .js
When you test this, you should completely wipe or move the ~/.thunderbird 
folder to make sure that user settings do not interfere, because they would 
have preference over global settings.
hope that helps!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-05-30 Thread ferro
Try to put a file in /etc/thunderbird/pref, which is used by the ubuntu
thunderbird with the following content:

//
pref(print.print_landscape, false);
pref(print.print_paper_size_height, 297,00);
pref(print.print_paper_size_width, 210,00);
pref(print.print_paper_size_unit, 1);
pref(print.print_paper_size_type, 1);
pref(print.print_paper_name, iso_a4);
//
pref(print.postscript.paper_name,iso_a4);
pref(print.postscript.orientation,   portrait);

That should work as a default for the first use of a printer.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-05-30 Thread exactt
@ferro : your work-around isn't working for me. which version of
ubuntu/thunderbird are you on? how did you name the file?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910]

2012-03-27 Thread Teemu Leisti
I just did a new installation of Xubuntu 11.10, and then upgraded all
the packages. The resulting Firefox version is 11.0.

I changed the contents of my /etc/defaults/locale file to

LANG=en_GB.UTF-8
LC_TIME=en_DK.UTF-8

then logged out and back in again. Now, when I print a page from
Firefox, A4 is the paper size used, which is correct, but when I do a
print-to-file, the default paper size is still letter. So this bug has
not yet been completely fixed.

By the way, it's coming up on the bug's tenth birthday. Should we get
together to buy something nice for it, what do you say?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2012-03-25 Thread Teemu Leisti
As I just commented in the sister bug on the Mozilla bugzilla
(https://bugzilla.mozilla.org/show_bug.cgi?id=147419):

I just did a new installation of Xubuntu 11.10, and then upgraded all
the packages. The resulting Firefox version is 11.0.

I changed the contents of my /etc/defaults/locale file to

LANG=en_GB.UTF-8
LC_TIME=en_DK.UTF-8

then logged out and back in again. Now, when I print a page from
Firefox, A4 is the paper size used, which is correct, but when I do a
print-to-file, the default paper size is still letter. So this bug has
not yet been completely fixed.

By the way, it's coming up on the bug's tenth birthday. Should we get
together to buy something nice for it, what do you say?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2011-10-29 Thread Stéphane
Hi,

I have the same bug in Firefox 7.0.1 on a french installation of Kubuntu 11.10.
The standard paper format in France is A4.

I always use the last stable version of Firefox distributed by Canonical.
I print each month a PDF receipt of the payment of my rent (I pay at the end of 
the month).
I never cared about setting the paper format.

So it is interesting to see what happened in the last years, the format of my 
receipts has been continuously changing over the time:
August 2008 to February 2009: A4 (intrepid)
March 2009 to March 2011: US letter (jaunty, karmic, lucid, maverick)
April 2011 to August 2011: A4 (natty)
August 2011 to now: US letter (natty, oneiric)

The change from US letter to A4 end of April 2011 can be related with the 
update to Firefox 4.0.
The last change back to US letter can be related with the update to Firefox 7.0.

The workaround proposed in 
https://bugs.launchpad.net/firefox/+bug/10910/comments/109 worked for me.
A fix should change the FF setting according to the locale.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10910] Re: Default page size for printing is letter

2011-09-07 Thread Launchpad Bug Tracker
** Changed in: ubufox (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  New
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “firefox-3.0” package in Ubuntu:
  Triaged
Status in “firefox-3.5” package in Ubuntu:
  Triaged
Status in “ubufox” package in Ubuntu:
  Confirmed
Status in “firefox” package in Baltix:
  Invalid

Bug description:
  (Default warty install, dist-upgraded to hoary, language chosen is
  Norwegian)

  about:config reports that print.postscript.paper_size is letter, which is 
wrong
  for Norway, it should be A4.  It should probably look at LC_PAPER or 
/etc/papersize

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp