On Sat, 15 Sep 2001 16:13:06 +0200, Naish <[EMAIL PROTECTED]> wrote:
> I've upgraded 9.6 to 10.0-5 (including all dependencies) and when i try to 
> execute, it tells me this:
> ___________________
> $pan
> 
> Gdk-WARNING **: locale not supported by C library
> 
> Gdk-WARNING **: locale not supported by C library
> Message: Pan 0.10.0 Started
> Message: Article cache contains 0.0 MB in 18 files
> Message: Loaded 2 groups for server `folders' in 0.0 seconds (2000 groups/sec)
> Message: Created folder pan.sendlater
> Message: Loaded 4 groups for server `News ADSL' in 0.0 seconds (4000 
> groups/sec)
> gtkhtml-ERROR **: gconf error: Object Activation Framework error:
>  OAF problem description: ''
> 
> aborting...
> Aborted
> ___________________
> What's wrong??????
> Thank you.

It appears as if the new version of PAN uses GConf, unlike earlier versions.

Edit the "path" file in the directory $sysconfdir/gconf/1. This is what mine
looks like:

  # This file stores the addresses of config sources for GConf
  # When a value is stored or requested, the sources are scanned from top to 
  # bottom, and the first one to have a value for the key (or the first one 
  # to be writeable) is used to load/store the data.

  # See the GConf manual for details

  # Look first in systemwide mandatory settings directory
  # (commented out until xml backend knows how to be read-only for users)
  xml:readonly:/etc/gconf/gconf.xml.mandatory

  # Now see where users want us to look - basically the user can stick
  # arbitrary sources in a ~/.gconf.path file and they're inserted here
  include "$(HOME)/.gconf.path"

  # Give users a default storage location, ~/.gconf
  xml:readwrite:$(HOME)/.gconf

  # Finally, look at the systemwide defaults
  # (commented out for now)
  xml:readonly:/etc/gconf/gconf.xml.defaults

Ensure you have a $sysconfdir/gconf/gconf.xml.defaults dir set up
with the right permissions. Run:

chmod -R 755 $sysconfdir/gconf/gconf.xml.defaults

Be sure you have no applications depending on GConf (e.g. Galeon 0.12+) running
and then run:

gconftool --shutdown

GConf will then restart when it is required.

-- 
Sridhar Dhanapalan.
        "There are two major products that come from Berkeley:
        LSD and UNIX. We don't believe this to be a coincidence."
                -- Jeremy S. Anderson

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to