From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 22 03:54:34 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A59F116A47F for ; Thu, 22 Mar 2007 03:54:34 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 35CDB13C43E for ; Thu, 22 Mar 2007 03:54:34 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so568182ugh for ; Wed, 21 Mar 2007 20:54:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PIbb+PKnvWA6vetwAvDNBclLDAL0cUq2+dihUtR+vihrEH1Yf+zuEgtwwG0l2jCDZLzfxKBeyPcfyZ1gO/ciBZRbHM9cVUgSMI2VM73sphoq7PN9oUtWOQkU+PKP3cEDJ0W3zGM3Q5SQMGhTfbU3zwxsZryjIRe4iRhDjFQnabE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EGmRSkmuXio/jK8mSFii2CBHRVPRlrrzyyeYIRCxjxtVw3QlRREpl88hvHQ2pMDZuvEiUbe6+9DHwSPCSWnjNBVFo99xsQRqXgqNR+C1khoBUo8lJn88Xtbno1JVEn5VGQz4PnE9FUp+bnKWykl1T5ezC9FGMZERBpfoRG1+XnA= Received: by 10.114.60.19 with SMTP id i19mr431476waa.1174535671975; Wed, 21 Mar 2007 20:54:31 -0700 (PDT) Received: by 10.115.46.15 with HTTP; Wed, 21 Mar 2007 20:54:31 -0700 (PDT) Message-ID: <6f50eac40703212054m38766697m4efc9355b95dde2c@mail.gmail.com> Date: Wed, 21 Mar 2007 23:54:31 -0400 From: "Indigo 23" To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40703202255s4f1e94d8w7bbf565cb9b0b702@mail.gmail.com> Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Eye of Gnome error after upgrading to 2.18 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 03:54:34 -0000 On 3/21/07, Jeremy Messenger wrote: > On Wed, 21 Mar 2007 00:55:24 -0500, Indigo 23 wrote: > > > After upgrading to Gnome 2.18 from 2.16 [in which I mostly used > > packages from marcuscom], I receive the following error when trying to > > open an image using Eye of Gnome 2.18 (eog-2.18.0.1): > > > > Couldn't load image 'gnome-failed.jpg'. > > Unable to load image-loading module: > > /usr/X11R6/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so: Cannot > > open "/usr/X11R6/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so" > > > > and in the Terminal I get the following: > > (eog:66783): Gtk-WARNING **: Unable to locate theme engine in > > module_path: "murrine", > > > > I recompiled the murrine/murrina themes after upgrading (just in > > case), and I am running 6.2. > > > > Anyone have any idea what's wrong and how it can be fixed? > > I am not sure, but it looks like you have not follow in > /usr/ports/UPDATING (20061014) correct. > > Cheers, > Mezz > I did follow what was in there, but there is still some package relying on that old path for some reason and I cannot figure out which one it is. Is there a way to determine which port is causing the problem (i.e. still looking for old gtk libraries)? For the time being, I have a little workaround implemented, but I'd rather fix the problem directly. Thanks.