[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #25909] NSLanguage don't work on Windows.
From: |
Nicola Pero |
Subject: |
[bug #25909] NSLanguage don't work on Windows. |
Date: |
Wed, 18 Mar 2009 11:37:16 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121911 CentOS/3.0.5-1.el5.centos Firefox/3.0.5 |
Follow-up Comment #2, bug #25909 (project gnustep):
It sounds like when you launch Gomoku from the MinGW shell,
you probably have sourced GNUstep.sh so have all the
GNUSTEP_XXX environment variables set.
When you launch it by double-clicking on it, no
environment variables are set.
That shouldn't make any difference, but from the behaviour
you're seeing, it sounds like it does. :-/
You could try adding
NSLog (@"NSUserName: %@", NSUserName());
NSLog (@"GSDefaultsRootForUser: %@", GSDefaultsRootForUser
(NSUserName()));
in Gomoku, and see if they log different things when
started up in different ways. :-)
Thanks
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?25909>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/