Configurare A4 come default format

Utilizzi ubuntu o debian localizzata in inglese ed ogni volta che vai a stampare devi modificare il formato pagina da letter ad A4?

Quando si utilizza ubuntu o debian localizzata in inglese ma il formato di stampa corrente per le stampanti è A4, nasce una questione: ogni volta che si stampa il formato di default che le applicazioni passano a cups è "letter". Anche impostando A4 nelle proprietà delle stampanti la faccenda non cambia.

Per configurare gnome, ma immagino anche kde, in modo che passi alle applicazioni "A4" come formato di default va modificato il file /etc/papersize

echo "A4" > /etc/papersize

Poi si verifica che /etc/environment contenga il valore corretto per l'attributo LC_PAPER

grep LC_PAPER /etc/environment
LC_PAPER=it_IT.UTF-8

Infine, riavviare il pc.

Nota: l'unica applicazione che sembra immune da questa modifica è OpenOffice che continua a riproporre il formato letter per tutti i nuovi documenti, ma probabilmente questo è risolvibile andando a leggersi la documentazione di openoffice.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
12 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.