After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 54332 - Please auto-detect default paper size in printing
Please auto-detect default paper size in printing
Status: RESOLVED FIXED
Product: galeon
Classification: Deprecated
Component: general
1.3.0
Other Linux
: Normal normal
: ---
Assigned To: galeon-maint
galeon-maint
Depends on:
Blocks:
 
 
Reported: 2001-05-08 11:55 UTC by Christian Rose
Modified: 2009-02-14 19:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source code for using LC_PAPER information (473 bytes, text/plain)
2001-05-08 19:47 UTC, Christian Rose
Details

Description Christian Rose 2001-05-08 11:55:20 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.
Comment 1 Christian Rose 2001-05-08 19:47:11 UTC
Created attachment 523 [details]
Source code for using LC_PAPER information
Comment 2 Christian Rose 2001-05-08 19:48:23 UTC
Ulrich Drepper (drepper@redhat.com) kindly provided the above example
code for using glibc LC_PAPER information.
Comment 3 Marco Pesenti Gritti 2001-05-16 08:14:05 UTC
Target 0.11
Comment 4 Christian Rose 2001-06-02 22:27:45 UTC
This seems not to be in the 0.11 prerelease. Is the target still valid?
Comment 5 Christian Rose 2001-08-17 11:20:55 UTC
This seems to be broken again (tested with Galeon 0.12pre3).
Comment 6 Marco Pesenti Gritti 2001-08-24 19:18:26 UTC
translating the schema will solve this ...
Comment 7 Marco Pesenti Gritti 2001-08-24 19:18:44 UTC
translating the schema will solve this ...
Comment 8 Christian Rose 2002-07-10 12:26:42 UTC
Translating the schemas with intltool won't solve this. It only allows
translation of key names and descriptions, not values.
Comment 9 Yanko Kaneti 2002-10-31 13:41:10 UTC
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
Comment 10 Philip Langdale 2009-02-14 19:26:37 UTC
Fixed by switch to gtk-print