Re: [GRASS-user] Set language in Linux

2010-02-03 Thread Glynn Clements
Gilbert Ferrara wrote: > What is the difference of being a child process or taking over? I mean, for > processing or data analysis? The effect is the same, but using "exec" means one fewer process. There are some situations where the difference can be more significant, but they aren't particula

Re: [GRASS-user] Set language in Linux

2010-02-03 Thread Gilbert Ferrara
What is the difference of being a child process or taking over? I mean, for processing or data analysis? On Wed, Feb 3, 2010 at 5:31 PM, Glynn Clements wrote: > > Markus Neteler wrote: > > > On Wed, Feb 3, 2010 at 1:35 PM, Gilbert Ferrara > > wrote: > > > I just want to provide GRASS64 in two la

Re: [GRASS-user] Set language in Linux

2010-02-03 Thread Glynn Clements
Markus Neteler wrote: > On Wed, Feb 3, 2010 at 1:35 PM, Gilbert Ferrara > wrote: > > I just want to provide GRASS64 in two languages and without the user has to > > define lang in the bash_profiles. > > My idea was to create 2 files: grass64eng and grass64sp each one with > > different language

Re: [GRASS-user] Set language in Linux

2010-02-03 Thread Markus Neteler
On Wed, Feb 3, 2010 at 1:35 PM, Gilbert Ferrara wrote: > I just want to provide GRASS64 in two languages and without the user has to > define lang in the bash_profiles. > My idea was to create 2 files: grass64eng and grass64sp each one with > different language sets. So the user would have only to

Re: [GRASS-user] Set language in Linux

2010-02-03 Thread Gilbert Ferrara
I just want to provide GRASS64 in two languages and without the user has to define lang in the bash_profiles. My idea was to create 2 files: grass64eng and grass64sp each one with different language sets. So the user would have only to select the adequate file. If this is not correct, what would be

Re: [GRASS-user] Set language in Linux

2010-02-02 Thread Glynn Clements
Gilbert Ferrara wrote: > For instance If I want to have 2 language sets available for a user, can > have two different bash_profiles? I mean have grass64eng for english > language and grass64sp for Spanish? > And are there any rules regarding bash_profiles files? ~/.bash_profile is read when sta

Re: [GRASS-user] Set language in Linux

2010-02-02 Thread Gilbert Ferrara
Thank you Glynn. For instance If I want to have 2 language sets available for a user, can have two different bash_profiles? I mean have grass64eng for english language and grass64sp for Spanish? And are there any rules regarding bash_profiles files? Thanks Gilbert > > These would normally be set

Re: [GRASS-user] Set language in Linux

2010-01-28 Thread Glynn Clements
Gilbert Ferrara wrote: > At /usr/share/i18n/locales/ I have several Files so that might not be the > problem. Or is it? (Now I'm a bit lost in this locations vs Translations). There's more to it than that. Typically, the files in /usr/share/i18n/locales are source files, which are compiled with

Re: [GRASS-user] Set language in Linux

2010-01-28 Thread Gilbert Ferrara
Ok... At /usr/share/i18n/locales/ I have several Files so that might not be the problem. Or is it? (Now I'm a bit lost in this locations vs Translations). >Generally, the locale is set on a per-user basis. If you want to set >the locale for individual processes, you have to set LANG/LC_* >yoursel

Re: [GRASS-user] Set language in Linux

2010-01-28 Thread Glynn Clements
Gilbert Ferrara wrote: > I tryed to add LANG=es_ES LANGUAGE=es_ES to > my /usr/local/grass-6.4.0svn/etc/init.sh and I got the following at my > terminal window: > (process:2196): Gdk-WARNING **: locale not supported by C library > > (process:2196): Gtk-WARNING **: Locale not supported by C libra

Re: [GRASS-user] Set language in Linux

2010-01-28 Thread Gilbert Ferrara
Hello Glynn Thanks for the tip regarding LC_ALL I tryed to add LANG=es_ES LANGUAGE=es_ES to my /usr/local/grass-6.4.0svn/etc/init.sh and I got the following at my terminal window: (process:2196): Gdk-WARNING **: locale not supported by C library (process:2196): Gtk-WARNING **: Locale not supporte

Re: [GRASS-user] Set language in Linux

2010-01-06 Thread Glynn Clements
Gilbert Ferrara wrote: > I want to set GRASS LANGUAGE in a LINUX installation. In Windows is quite > easy, just add the following in .../etc/init.bat: > > set LANGUAGE=es_ES > > set LANG=es_ES > > set LC_ALL=es_ES > > And in LINUX, how is it done? Just add the same text in .../etc/init.sh and

Re: [GRASS-user] Set language in Linux

2010-01-06 Thread Rich Shepard
On Wed, 6 Jan 2010, Gilbert Ferrara wrote: I want to set GRASS LANGUAGE in a LINUX installation. In Windows is quite easy, just add the following in .../etc/init.bat: Same in linux; read man locale. Try the locale command to see how it's set. Rich ___

[GRASS-user] Set language in Linux

2010-01-06 Thread Gilbert Ferrara
Greetings All I want to set GRASS LANGUAGE in a LINUX installation. In Windows is quite easy, just add the following in .../etc/init.bat: set LANGUAGE=es_ES set LANG=es_ES set LC_ALL=es_ES And in LINUX, how is it done? Just add the same text in .../etc/init.sh and it's finished or do I have to