GNOME Bugzilla – Bug 54332
Please auto-detect default paper size in printing
Last modified: 2009-02-14 19:26:37 UTC
Currently, Galeon defaults to the "Letter" paper format, a format that is used nowhere in the world that I know of, except the US. A nicer, and not so insulting, solution would be to auto-detect the preferred paper format, and use that as the default. This information is stored in the locale information in glibc 2.2.
Created attachment 523 [details] Source code for using LC_PAPER information
Ulrich Drepper (drepper@redhat.com) kindly provided the above example code for using glibc LC_PAPER information.
Target 0.11
This seems not to be in the 0.11 prerelease. Is the target still valid?
This seems to be broken again (tested with Galeon 0.12pre3).
translating the schema will solve this ...
Translating the schemas with intltool won't solve this. It only allows translation of key names and descriptions, not values.
the corresponding <default> should be put inside the <locale name="C"> .. block with something like <default>[key_name]value</default> as per the latest changes in intltool the resulting msgid "[key_name]value" should be translated to only the desired value this needs a intltool from cvs to work properly
Fixed by switch to gtk-print