Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 20:06:11 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-gnome@freebsd.org
Cc:        freebsd-hackers@freebsd.org
Subject:   GTK+3.0 application does not show some existing icons 
Message-ID:  <20130504180610.GA1229@tiny.Sisis.de>

next in thread | raw e-mail | index | archive | help

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


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:

$ 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
-- 
Sent from my FreeBSD netbook

Matthias Apitz               |  - No system with backdoors like Apple/Android
E-mail: guru@unixarea.de     |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in E-mail
phone: +49-170-4527211       |  - Respect for open standards

--/04w6evG8XlLl3ft--



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