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

Reply via email to