Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2005 12:16:18 -0500
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        Simon Barner <barner@FreeBSD.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: editors/mlview && gconfd
Message-ID:  <422C8C62.7050401@FreeBSD.org>
In-Reply-To: <20050307121826.GA72839@zi025.glhnet.mhn.de>
References:  <20050307121826.GA72839@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Simon Barner wrote:
| 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?

Resarting gconfd automatically is a bad idea these days, and should not
be needed.  This seems like a bug with mlview to me that it should
require a gconfd restart.

Joe

|
| Cheers,
|  Simon


- --
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCLIxib2iPiv4Uz4cRAogVAJ9mtDtES2PWk78E5ZaRb6VvNXA5UgCeK8Gs
l9TbbSVoWTPWXmzXR/SGAkY=
=oDOE
-----END PGP SIGNATURE-----



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