Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2005 13:18:26 +0100
From:      Simon Barner <barner@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   editors/mlview && gconfd
Message-ID:  <20050307121826.GA72839@zi025.glhnet.mhn.de>

next in thread | raw e-mail | index | archive | help

--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I have a problem with mlview: When you try to create a new document, an
error message pops up stating that you need to restart gconfd. Here is
the code where the error occurs (src/mlview-editors.c)

[...]

view_descriptor = mlview_editor_select_view_to_open ();

if (!view_descriptor
    || !view_descriptor->view_constructor) {
        mlview_utils_trace_info
        ("Unknown view type name: ") ;
        mlview_utils_trace_info (settings->general.default_editing_view_type) ;
        mlview_utils_trace_info ("This may be caused by a gconfd "
                                 "problem or a bad mlview default "
                                 "view type name gconf key\n"
                                 "First, try to killall gconfd and restart it\n"
                                 "If you still have the problem, send a mail to"
                                 "mlview-list@gnome.org to ask for help\n") ;
        return NULL ;
}

[...]

Killing gconfd indeed fixes the problem. My question is: did I do
something wrong with the GCONF_SCHEMA macro, or is there a possibilty to
make the port restart gconfd automatically, or something else to achieve
the same effect?

Cheers,
 Simon

--tThc/1wpZn/ma/RB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCLEaRCkn+/eutqCoRAt87AKDeTDgTtCdNYtXPOFPdXL0AHyolhwCgrGGZ
OX1fiwLcmmTTOM1Pr78Le/0=
=pGl9
-----END PGP SIGNATURE-----

--tThc/1wpZn/ma/RB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050307121826.GA72839>