On Wed, Apr 24, 2013 at 01:57:49AM -0600, Anthony J. Bentley wrote: > Hi, > > After upgrading to 3.0 on my system, NetSurf-GTK looks like this: > http://i.imgur.com/BUr5Tj4.png > > It turns out this is because LANG is unset in my environment (although > LC_CTYPE=en_US.UTF8). If I run "LANG=en netsurf", everything is peachy. > Would it be possible to default to "en" if LANG is unset and/or LANG=C?
Fixed by ensuring the C "language" resources are available (linked to the en language by default) which g_get_language_names() always returns as the least desirable result. > > -- > Anthony J. Bentley > > -- Regards Vincent http://www.kyllikki.org/
