From owner-freebsd-ports@FreeBSD.ORG Sat Dec 3 23:40:04 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9647D16A41F for ; Sat, 3 Dec 2005 23:40:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E616A43D69 for ; Sat, 3 Dec 2005 23:40:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so410207nzo for ; Sat, 03 Dec 2005 15:40:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VkXM//UmGNfPN1BO5bAcGjh4XTvrPjTmMWx02o/6B79f+Osm39fPVJPf2m6cSA1kNJb4FGqgbbxUgNpegSNBQenYHlImDiXOwM76C3aZ54oaYfUGrUFn2rfu1pCJhTfRzswk9m6nwjwyJnGKc48T3DXzy4tLqQah7f+vmiVMNDk= Received: by 10.36.227.80 with SMTP id z80mr3971732nzg; Sat, 03 Dec 2005 15:40:02 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sat, 3 Dec 2005 15:40:02 -0800 (PST) Message-ID: Date: Sun, 4 Dec 2005 02:40:02 +0300 From: "Andrew P." To: FreeBSD Ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Paths to GTK items for linux apps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 23:40:04 -0000 I need a little help here with linux-firefox. When trying to save anything, it produces this: (linux-firefox-bin:90572): Gtk-WARNING **: Could not find the icon 'gnome-fs-home'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://freedesktop.org/Software/icon-theme/releases The browser hangs in the pause state then. I have both gnome-icon-theme and hicolor-icon-theme installed and I verified that the icon is available at: /usr/X11R6/share/icons/gnome/*/filesystems/gnome-fs-home.png As I understand, it has something to do with linux-gtk2 not looking in the right dirs. Does anyone know how to fix this? Thanks, Andrew P.