Date: Tue, 6 Dec 2005 13:27:06 +0100 From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: "Andrew P." <infofarmer@gmail.com> Cc: ports@freebsd.org Subject: Re: Paths to GTK items for linux apps Message-ID: <20051206132706.435ff6c1.jylefort@FreeBSD.org> In-Reply-To: <cb5206420512031540v4a85fccawfc46a5367844c4c4@mail.gmail.com> References: <cb5206420512031540v4a85fccawfc46a5367844c4c4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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." <infofarmer@gmail.com> 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+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051206132706.435ff6c1.jylefort>