[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with latest GNUstep (in CVS) on windows?
From: |
David Ayers |
Subject: |
Re: problem with latest GNUstep (in CVS) on windows? |
Date: |
Wed, 30 Nov 2005 17:57:37 +0100 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20051002) |
Jason Clouse schrieb:
> On 2005-11-30 02:45:05 -0500 Lloyd Dupont <lloyd@nova-mind.com> wrote:
>
>> apparently it should be in some directories pointed to by "GSBackend"
>> if I perform a search in the Tool directory and I find:
>> ..\Library\Bundles\libgnustep-back-010.bundle.
>> that could be the one.
>> How do I put it into GSBackend variable now?
>
>
> In your Defaults database (don't know where .GNUstepDefaults is on
> Windows, in UNIX, it's in ~/GNUstep/Defaults/), you need to have a key
> in the NSGlobalDomain:
>
> NSGlobalDomain = {
> ...
> GSBackend = "back-010";
> ...
> };
Actually that would be spelled:
defaults write NSGlobalDomain GSBackend "back-010"
it should never be necessary to edit the defaults file by hand.
Cheers,
David