Re: [gentoo-user] Mailing list policy on reply

2010-07-06 Thread Christopher Swift
On 6 July 2010 12:14, Alan McKinnon wrote: > On Tuesday 06 July 2010 12:38:48 Peter Humphrey wrote: >> On Sunday 04 July 2010 10:02:37 Neil Bothwick wrote: >> > I thought the World Cup finished last weekend :( >> >> What world cup? > > The football competition where england, france and italy all g

Re: [gentoo-user] X Windows setup questions on my new machine

2010-06-26 Thread Christopher Swift
On 26 June 2010 22:36, wrote: > 1) Text sucks on webpages, and other GUI apps.  For a sample, see... > http://clients.teksavvy.com/~walterdnes/misc/webtext.png where I snipped > 2 sentences from the CNN webpage.  How can I fix it? > > 2) Back in 2000, one of the things that drove me to linux was

Re: [gentoo-user] Questions regarding the usage of multiple locales

2010-06-26 Thread Christopher Swift
On Sat, 2010-06-26 at 13:38 +0100, Mick wrote: > On Saturday 26 June 2010 13:20:38 William Kenworthy wrote: > > On Sat, 2010-06-26 at 13:59 +0200, Alex Schuster wrote: > > > Mick writes: > > > > On Saturday 26 June 2010 12:10:02 Alex Schuster wrote: > > > > > Your aterm is configured as a login she

Re: [gentoo-user] Questions regarding the usage of multiple locales

2010-06-22 Thread Christopher Swift
n_GB by having the following lines: export LANG="en_GB.UTF-8" export LC_COLLATE="C" This will only affect that user but if you want to define a locale globally you have to adjust the file in /etc/env.d/02locale to have the top two lines read this: LANG="en_GB.UTF-8" LC_COLLATE="C" After you've done that do "env-update && source /etc/profile" for the global settings or just source ~/.bashrc for the user's settings. Hope this helps -- Cofion Christopher Swift (ianto) - christopher dot swift at linux dot com

[gentoo-user] Questions regarding the usage of multiple locales

2010-06-21 Thread Christopher Swift
guide-localization.xml -- Christopher Swift