From owner-freebsd-ports@FreeBSD.ORG Tue Dec 6 12:27:10 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 8B53A16A41F for ; Tue, 6 Dec 2005 12:27:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-242-42.brutele.be (host-212-68-242-42.brutele.be [212.68.242.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA2543D62 for ; Tue, 6 Dec 2005 12:27:09 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 664CF54CF; Tue, 6 Dec 2005 13:27:07 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 10C31C109; Tue, 6 Dec 2005 13:27:07 +0100 (CET) Date: Tue, 6 Dec 2005 13:27:06 +0100 From: Jean-Yves Lefort To: "Andrew P." Message-Id: <20051206132706.435ff6c1.jylefort@FreeBSD.org> In-Reply-To: References: X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__6_Dec_2005_13_27_06_+0100_KYbVFg0gLG_uQSP+" Cc: ports@freebsd.org Subject: Re: 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: Tue, 06 Dec 2005 12:27:10 -0000 --Signature=_Tue__6_Dec_2005_13_27_06_+0100_KYbVFg0gLG_uQSP+ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 4 Dec 2005 02:40:02 +0300 "Andrew P." wrote: > I need a little help here with linux-firefox. When trying > to save anything, it produces this: >=20 > (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 >=20 > 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: >=20 > /usr/X11R6/share/icons/gnome/*/filesystems/gnome-fs-home.png >=20 > As I understand, it has something to do with linux-gtk2 > not looking in the right dirs. Does anyone know how to > fix this? (untested) # mkdir -p /compat/linux/usr/share/icons # ln -sf /usr/X11R6/share/icons/gnome /compat/linux/usr/share/icons The clean way would be to create a linux-gnome-icon-theme port and make linux-firefox depend on it. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Tue__6_Dec_2005_13_27_06_+0100_KYbVFg0gLG_uQSP+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDlYOayzD7UaO4AGoRAiYsAJ0RgBJKW6HIvyHu2KjnMg/JbScxtwCeKUcZ v6jxbIgWk/RdLSvS/iJNMqA= =pqO/ -----END PGP SIGNATURE----- --Signature=_Tue__6_Dec_2005_13_27_06_+0100_KYbVFg0gLG_uQSP+--