Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Michael Bauer
Ok, good news, between the indomitable Partha and myself (mostly Partha, 
I was just testing), we managed to identify the problem and Partha was 
able to fix it and provide a working build.


Fault finding eventually got us to running

$ locale

which on my machine resulted in LANG and LC_ALL being blank whereas 
Partha's machine offered


LANG=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_ALL=

After running

$ export LC_ALL=de_DE.UTF-8
$ cd /ApplicationS/Gimp-2.8.app/Contents/MacOS
$ ./gimp-bin

It came up in German and following
$ export LC_ALL=gd.UTF-8

it came up in Gaelic. Partha diagnosed that The previous default you 
had was C which mean gtk will always provide you an English 
interface. Partha's current build has some fix that means that the 
dropdown now shows all languages and implements them correctly.


I don't know what Partha technically did, perhaps he can comment on the 
technicaly solution in his build?


Michael

__
*Akerbeltz http://www.faclair.com/*
Goireasan Gàidhlig air an lìon
Fòn: +44-141-946 4437
Facs: +44-141-945 2701

*Tha Gàidhlig aig a' choimpiutair agad, siuthad, feuch e!*
Iomadh rud eadar prògraman oifis, brabhsairean, predictive texting,
geamannan is mòran a bharrachd. Tadhail oirnn aig www.iGàidhlig.net 
http://www.iGaidhlig.net/

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] OSX - solution

2014-09-21 Thread scl



On  21.9.2014 at 2:22 PM Michael Bauer wrote:

Ok, good news, between the indomitable Partha and myself (mostly Partha,
I was just testing), we managed to identify the problem and Partha was
able to fix it and provide a working build.

Fault finding eventually got us to running

After running

$ export LC_ALL=de_DE.UTF-8
$ cd /ApplicationS/Gimp-2.8.app/Contents/MacOS
$ ./gimp-bin



This means to have to set the language outside GIMP in a terminal
window and seems to partially bring back the language black magic
we removed from the build because it was unmaintainable.
Partha, did you also try commit ef0ef921b8dcb49ee82acba6540b69e6617c65d9
I presented in my message from 14.09.14 at 3:08 P.M.? It works for me
in an environment without access to the build prefix.

Kind regards

Sven
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Partha Bagchi
No, you don't need to do that. The language black magic is not involved.

I use a script to launch Gimp and make all the libraries available.
The script is inspired by Simone's 2.6.x script and modified for my
builds.

So, I set the language in the script and you all set. The script
obviously creates a local environment and so it does not interfere
with the User Interface language.

Without the language setting, GTK will set the locale to C and Gimp
will not be able to change it. With a language setting, GTK is happy
and Gimp is happy.

Sven, no, I didn't use commit. I know what you did there but I don't
think it's necessary.

Thanks,
Partha


On Sun, Sep 21, 2014 at 8:45 AM, scl scl.gp...@gmail.com wrote:


 On  21.9.2014 at 2:22 PM Michael Bauer wrote:

 Ok, good news, between the indomitable Partha and myself (mostly Partha,
 I was just testing), we managed to identify the problem and Partha was
 able to fix it and provide a working build.

 Fault finding eventually got us to running

 After running

 $ export LC_ALL=de_DE.UTF-8
 $ cd /ApplicationS/Gimp-2.8.app/Contents/MacOS
 $ ./gimp-bin


 This means to have to set the language outside GIMP in a terminal
 window and seems to partially bring back the language black magic
 we removed from the build because it was unmaintainable.
 Partha, did you also try commit ef0ef921b8dcb49ee82acba6540b69e6617c65d9
 I presented in my message from 14.09.14 at 3:08 P.M.? It works for me
 in an environment without access to the build prefix.

 Kind regards

 Sven

 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Michael Schumacher
On 21.09.2014 15:22, Partha Bagchi wrote:

 I use a script to launch Gimp and make all the libraries available.
 The script is inspired by Simone's 2.6.x script and modified for my
 builds.

We want that users can select the language in the GIMP preferences, though.


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Partha Bagchi
An they do as Michael mentioned at the start of this thread.

On Sun, Sep 21, 2014 at 11:13 AM, Michael Schumacher schum...@gmx.de wrote:
 On 21.09.2014 15:22, Partha Bagchi wrote:

 I use a script to launch Gimp and make all the libraries available.
 The script is inspired by Simone's 2.6.x script and modified for my
 builds.

 We want that users can select the language in the GIMP preferences, though.


 --
 Regards,
 Michael
 GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list