Paths to GTK items for linux apps

Jean-Yves Lefort jylefort at FreeBSD.org
Tue Dec 6 04:27:10 PST 2005


On Sun, 4 Dec 2005 02:40:02 +0300
"Andrew P." <infofarmer at gmail.com> wrote:

> 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?

(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.

-- 
Jean-Yves Lefort

jylefort at FreeBSD.org
http://lefort.be.eu.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20051206/04a5fcfd/attachment.bin


More information about the freebsd-ports mailing list