Re: [Ekiga-devel-list] FreeBSD: ekiga from SVN && missing icons
- From: Matthias Apitz <guru unixarea de>
- To: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- Cc: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] FreeBSD: ekiga from SVN && missing icons
- Date: Fri, 3 May 2013 08:49:30 +0200
El día Thursday, May 02, 2013 a las 11:43:54PM +0200, Eugen Dedu escribió:
On 02/05/13 10:29, Matthias Apitz wrote:
Hello,
I'm missing some icons in the ekiga's main window (while in the
call/video window aren't any missing) see the screen here:
http://www.unixarea.de/ekiga1.jpg
Can someone
give me the names of the files to check with truss or debugger why they
are not found. Thanks in advance
The same happens for Windows port, look at
https://git.gnome.org/browse/ekiga/tree/win32/Makefile#n812.
Thanks for the explanation about how the icons are accessed from the
code in src/gui/main_window.cpp; with this the problems seems to be
clearer:
$ fgrep gtk_image_new_from_icon_name src/gui/main_window.cpp
image = gtk_image_new_from_icon_name ("phone-pick-up", GTK_ICON_SIZE_LARGE_TOOLBAR);
image = gtk_image_new_from_icon_name ("camera-web", GTK_ICON_SIZE_MENU);
image = gtk_image_new_from_icon_name ("avatar-default", GTK_ICON_SIZE_MENU);
image = gtk_image_new_from_icon_name ("input-dialpad", GTK_ICON_SIZE_MENU);
image = gtk_image_new_from_icon_name ("document-open-recent", GTK_ICON_SIZE_MENU);
$ find /usr/local/share | egrep 'document-open-recent|input-dialpad'
/usr/local/share/icons/gnome/16x16/actions/document-open-recent.png
/usr/local/share/icons/gnome/16x16/devices/input-dialpad.png
/usr/local/share/icons/gnome/22x22/actions/document-open-recent.png
/usr/local/share/icons/gnome/22x22/devices/input-dialpad.png
/usr/local/share/icons/gnome/24x24/actions/document-open-recent.png
/usr/local/share/icons/gnome/24x24/devices/input-dialpad.png
/usr/local/share/icons/gnome/256x256/actions/document-open-recent.png
/usr/local/share/icons/gnome/256x256/devices/input-dialpad.png
/usr/local/share/icons/gnome/32x32/actions/document-open-recent.png
/usr/local/share/icons/gnome/32x32/devices/input-dialpad.png
/usr/local/share/icons/gnome/48x48/actions/document-open-recent.png
/usr/local/share/icons/gnome/48x48/devices/input-dialpad.png
the icon file document-open-recent.png is found, while the others are
not; it does not even help, for example, to copy input-dialpad.png from
its */devices/input-dialpad.png places to */actions/input-dialpad.png
totally unclear :-(
I will check what the Windows Makefile does; 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]