From owner-freebsd-questions Mon Feb 24 8:32:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E953937B405 for ; Mon, 24 Feb 2003 08:32:30 -0800 (PST) Received: from smtps.terra.com.gt (smtps.terra.com.gt [168.234.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D0E43F93 for ; Mon, 24 Feb 2003 08:32:29 -0800 (PST) (envelope-from eduhuertas@incep.org) Received: from BSDincep.incep.org ([168.234.145.29]) by smtps.terra.com.gt (Netscape Messaging Server 4.15) with ESMTP id HATN9Y01.C9R for ; Mon, 24 Feb 2003 10:32:22 -0600 Received: (qmail 8884 invoked from network); 24 Feb 2003 16:23:06 -0000 Received: from eduardo.incep.org (HELO infcoord.incep.org) (192.168.1.1) by bsdincep.incep.org with SMTP; 24 Feb 2003 16:23:06 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Eduardo Huertas Reply-To: eduhuertas@incep.org Organization: INCEP-FUNCEP To: Joe Marcus Clarke Subject: Re: evolution and soup Date: Mon, 24 Feb 2003 10:23:06 -0600 User-Agent: KMail/1.4.3 References: <200302180759.23858.eduhuertas@incep.org> <200302181645.31864.eduhuertas@incep.org> <1045609446.309.85.camel@gyros> In-Reply-To: <1045609446.309.85.camel@gyros> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302241023.06633.eduhuertas@incep.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 18 February 2003 17:04, Joe Marcus Clarke wrote: > On Tue, 2003-02-18 at 17:45, Eduardo Huertas wrote: > > On Tuesday 18 February 2003 08:32, Eduardo Huertas wrote: > > > On Tuesday 18 February 2003 08:14, you wrote: > > > > On Tue, 2003-02-18 at 08:59, Eduardo Huertas wrote: > > > > > Hi, > > > > > > > > > > I've been trying to install evolution the last couple of weeks > > > > > updating each time the ports but with no luck. And always the > > > > > error is when trying to make soup: > > > > > > > > Make sure you have the latest version of glib12 installed. In fa= ct, > > > > you might try doing a forced upgrade of glib12 if you already hav= e it > > > > installed. > > > > > > > > Joe > > > > > > Yes! That's it! It already passed the soup thing. Evolution has no= t > > > finished but I trust it will make good. > > > > > > Thanks a lot Joe! > > > > > > -edu- > > > > OK > > Seems I had no luck. Now it complains about gdk-pixbuf even though I > > have built it myself through ports with the last version: > > You need to upgrade gdk-pixbuf and gnomecanvas to the latest version. > You should really consider using portupgrade to do all of this: > > portupgrade -R evolution > > Joe > Hello everybody, I finally could make evolution by upgrading gnomecanvas. Now the problem is other :-( When I'm trying to create a new message it says: Could not create composer window Unable to activate address selector control. The error from the system is: Unknown CORBA exception id: 'IDL CORBA/COMM_FAILURE:1.0' I looked at ximian.org and found the following: Question What does the Evolution error "Cannot open composer window" mean? This=20 happens when I try to start writing a new mail message. Answer This actually means that Evolution cannot activate the HTML editor compo= nent=20 from GtkHTML. Check that: Your PATH envionment variable contains gnome-gtkhtml-editor. To check th= at=20 this is setup properly, open up a console and type the following: # which gnome-gtkhtml-editor # echo $PATH=20 You should find the directory which contains gnome-gtkhtml-editor in your= PATH=20 statement.=20 oafd is listed in your PATH environment variable.To check that this is se= tup=20 properly, open up a console and type the following: # which oafd # echo $PATH=20 You should find the directory which contains oafd in your PATH statement. GNOME_Evolution_Shell.oaf and the other GNOME_Evolution_*.oaf files are=20 readable and installed in $prefix/share/oaf, where $prefix is one of the=20 prefixes listed in GNOME_PATH or OAF_INFO_PATH. To check GNOME_PATH or=20 OAF_INFO_PATH, open a console and type: # echo $GNOME_PATH or # echo $OAF_INFO_PATH=20 Run oaf-slay in a console once before running Evolution again if you chan= ge=20 $GNOME_PATH or $OAF_INFO_PATH. evolution, evolution-mail and the other evolution-* executables are in yo= ur=20 PATH. Some users have reported that removing all files from /tmp/orbit-root sol= ved=20 the problem. The first thing I found in my system was that the file gnome-gtkhtml-edit= or didn't exist. But found: /usr/X11R6/bin/gnome-gtkhtml-editor-1.1 I did a symbolic link but still no luck. Then I tried with GNOME_PATH and OAF_INFO_PATH And found that in my system there is some difference as assumed by ximian= =2Eorg: GNOME_Evolution_*.oaf files are installed in: /usr/X11R6/share/gnome/oaf/= and=20 not in: $prefix/share/oaf, where $prefix is one of the prefixes listed in= =20 GNOME_PATH or OAF_INFO_PATH. So with the directory gnome between share and oaf seems it doesn't workou= t. What should I do? Thanks a lot for your help, and please CC me. -edu- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message