On Tue, Apr 23, 2013 at 01:17:36PM -0500, Bruce Dubbs wrote:
> Ken Moffat wrote:
> >
> > With the exception of vi_VN and zh_CN those all render in my
> > console with my LatGrkCyr font. Vietnamese can work, but you won't
> > get much else except english from a screen font that handles it.
> >
> >
Ken Moffat wrote:
> On Mon, Apr 22, 2013 at 03:57:28PM -0500, Bruce Dubbs wrote:
>>
>> I've already tried a DESTDIR install and it seems to work there.
>>
>> I'm not sure we need the --datadir entry at all. Mounts are done before
>> any kbd programs are called, so having the support files in /usr
On Mon, Apr 22, 2013 at 03:57:28PM -0500, Bruce Dubbs wrote:
>
> I've already tried a DESTDIR install and it seems to work there.
>
> I'm not sure we need the --datadir entry at all. Mounts are done before
> any kbd programs are called, so having the support files in /usr
> shouldn't be a prob
Ken Moffat wrote:
> On Mon, Apr 22, 2013 at 03:29:23PM -0500, Bruce Dubbs wrote:
>>
>> The problem is that the location of the locale files ends up being
>> embedded in the executable.
>>
>> bindtextdomain(PACKAGE_NAME, LOCALEDIR);
>>
>> Where src/nls.h has
>>
>> #ifndef LOCALEDIR
>> #define LOCALE
On Mon, Apr 22, 2013 at 03:29:23PM -0500, Bruce Dubbs wrote:
>
> The problem is that the location of the locale files ends up being
> embedded in the executable.
>
> bindtextdomain(PACKAGE_NAME, LOCALEDIR);
>
> Where src/nls.h has
>
> #ifndef LOCALEDIR
> #define LOCALEDIR "/usr/share/locale"
>
Alice Wonder wrote:
> I didn't see this mentioned in errata so I don't know if it has been
> noted yet or not.
>
> http://www.linuxfromscratch.org/lfs/view/stable/chapter06/kbd.html
>
> The instructions have
>
> ./configure --prefix=/usr --datadir=/lib/kbd \
>--disable-vlock
>
> While that does
On Mon, Apr 22, 2013 at 12:34:35PM -0700, Alice Wonder wrote:
> I didn't see this mentioned in errata so I don't know if it has been
> noted yet or not.
>
> http://www.linuxfromscratch.org/lfs/view/stable/chapter06/kbd.html
>
> The instructions have
>
> ./configure --prefix=/usr --datadir=/lib/k