Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 May 2013 22:06:23 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        freebsd-hackers@freebsd.org, freebsd-gnome@freebsd.org
Subject:   Re: GTK+3.0 application does not show some existing icons
Message-ID:  <5186BBBF.9000703@rainbow-runner.nl>
In-Reply-To: <20130504180610.GA1229@tiny.Sisis.de>
References:  <20130504180610.GA1229@tiny.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4-5-2013 20:06, Matthias Apitz wrote:
> Hello,
>
> I have a problem with some GTK+3 application not showing some existing
> icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial
> pages and hacked together a simple application (attached) which can be
> compiled with just:

The program got eaten by mailman, could you put it on a webspace somewhere?

-Koop

> $ gcc -g image.c `pkg-config --cflags --libs gtk+-3.0` -o image
>
> and shows the first argument as icon name, for example:
>
> $ ./image document-print-preview
>
> which works fine, while other icons do not work, for example
>
> $ ./image bottom
>
> Could some kind soul bring a bit light into the relation between an icon
> name and the corresponding PNG file name.png? Because, even in the case when
> the icon is shown, one does no see any open of the PNG file with
> truss(1). How this is done? And why some of the icons are woring while
> others do not?
>
> If it does matter, it is a system with a fresh ports tree from April,
> 1st, SVN revision r315646.
>
> Thanks
>
> 	matthias
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5186BBBF.9000703>