Jason Clouse schrieb:
> On 2005-11-30 02:45:05 -0500 Lloyd Dupont <[EMAIL PROTECTED]> 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


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to