From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 7 12:18:07 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BF216A4CF for ; Mon, 7 Mar 2005 12:18:07 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3466A43D1D for ; Mon, 7 Mar 2005 12:18:06 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 07 Mar 2005 12:18:05 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) (129.187.19.157) by mail.gmx.net (mp012) with SMTP; 07 Mar 2005 13:18:05 +0100 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 71B4BC350; Mon, 7 Mar 2005 13:18:26 +0100 (CET) Date: Mon, 7 Mar 2005 13:18:26 +0100 From: Simon Barner To: gnome@FreeBSD.org Message-ID: <20050307121826.GA72839@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline User-Agent: Mutt/1.5.8i X-Y-GMX-Trusted: 0 Subject: editors/mlview && gconfd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 12:18:07 -0000 --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--