NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: changing GTK print dialog defaults?



On Fri, 28 Mar 2025, John D. Baker wrote:

Chiefly, the default paper size always comes up as "A4", even after
previously selecting "US Letter" in a previous use of the print dialog.


Set any of the en_US locales, then GTK will use the `US Letter' paper-size
automatically:

```
$ locale -a | fgrep en_US
[...]
$ export LANG=en_US.UTF-8	# for instance
```

-RVP


Home | Main Index | Thread Index | Old Index