discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem getting back-art to run


From: Chris B. Vetter
Subject: Re: Problem getting back-art to run
Date: Wed, 4 Jun 2003 11:22:13 -0700

On 4 Jun 2003 05:48:35 -0700
jmckitrick@yahoo.com (jonathon) wrote:
> I got back-art to build and install on FreeBSD, but here is the error
> after I rebuild GNUMail, for example, and then try to run it:
> local:~> openapp GNUMail
> 2003-06-03 23:56:17.251 GNUMail[26334] No local time zone specified.
> 2003-06-03 23:56:17.251 GNUMail[26334] Using time zone with absolute
> offset
> 0.

Set 'defaults write NSGlobalDomain "Local Time Zone" <your location>'

You can check

  .../System/Library/Libraries/Resources/gnustep-base/NSTimeZones/

for your timezone, eg. "America/New_York" (see the file abbreviations)

[..]
> Unable to find backend libgnustep-back.bundle
> What do I need to fix to get this to work?

Take a look at
  .../System/Library/Bundles/

There should be a directory named libgnustep-art.bundle/ or
libgnustep-back.bundle/

Then, set 'defaults write NSGlobalDomain GSBackend libgnustep-<name>'
Where <name> is 'art' or 'back' or whatever you find. The name depends
on how you configured -back, eg.

  configure --enable-graphics=art --with-name=<name>

and 'back' is default.

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]