Mailinglist Archive: opensuse-bugs (15817 mails)
| < Previous | Next > |
[Bug 300235] Drop SuSEconfig.groff
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 22 Aug 2007 08:10:06 -0600 (MDT)
- Message-id: <20070822141006.69EC5CC789@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=300235#c1
--- Comment #1 from Mike Fabian <mfabian@xxxxxxxxxx> 2007-08-22 08:10:06 MST ---
Michal Svec› If i understand it correctly, it just outputs correct
Michal Svec› paper size according to the current locale to
Michal Svec› /etc/papersize.
Yes.
Michal Svec› It could be easily replaced by something like this during
Michal Svec› installation: echo "$LC_PAPER" > /etc/papersize (with
Michal Svec› proper locale set)
<nitpicking>
/etc/papersize does not contain a locale
like “cs_CZ.UTF-8“ but a papersize like “a4” or “letter”,
i.e. the real incantation is not just
echo "$LC_PAPER" > /etc/papersize
it is a bit more complicated as you can see in SuSEconfig.groff.
</nitpicking>
If you do that only during installation, it won’t change if the
default system locale is changed later, e.g. with YaST2.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #1 from Mike Fabian <mfabian@xxxxxxxxxx> 2007-08-22 08:10:06 MST ---
Michal Svec› If i understand it correctly, it just outputs correct
Michal Svec› paper size according to the current locale to
Michal Svec› /etc/papersize.
Yes.
Michal Svec› It could be easily replaced by something like this during
Michal Svec› installation: echo "$LC_PAPER" > /etc/papersize (with
Michal Svec› proper locale set)
<nitpicking>
/etc/papersize does not contain a locale
like “cs_CZ.UTF-8“ but a papersize like “a4” or “letter”,
i.e. the real incantation is not just
echo "$LC_PAPER" > /etc/papersize
it is a bit more complicated as you can see in SuSEconfig.groff.
</nitpicking>
If you do that only during installation, it won’t change if the
default system locale is changed later, e.g. with YaST2.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |