After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 405514 - Missing icon warning printed for GtkMenuShell
Missing icon warning printed for GtkMenuShell
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: general
git master
Other All
: Normal minor
: 3.4.0
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on: 412357
Blocks:
 
 
Reported: 2007-02-07 20:39 UTC by Sebastien Bacher
Modified: 2007-07-25 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2007-02-07 20:39:22 UTC
That bug has been described on https://launchpad.net/ubuntu/+source/glade-3/+bug/83790

"When starting glade, I get the following messages on the console:
** (glade-3:7829): WARNING **: Unable to load icon for GtkAssistant (Datei »/usr/share/glade3/pixmaps/22x22/assistant.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkAssistant (Datei »/usr/share/glade3/pixmaps/16x16/assistant.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkLinkButton (Datei »/usr/share/glade3/pixmaps/22x22/linkbutton.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkLinkButton (Datei »/usr/share/glade3/pixmaps/16x16/linkbutton.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkPageSetupUnixDialog (Datei »/usr/share/glade3/pixmaps/22x22/pagesetupdialog.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkPageSetupUnixDialog (Datei »/usr/share/glade3/pixmaps/16x16/pagesetupdialog.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkPrintUnixDialog (Datei »/usr/share/glade3/pixmaps/22x22/printdialog.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkPrintUnixDialog (Datei »/usr/share/glade3/pixmaps/16x16/printdialog.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkRecentChooserWidget (Datei »/usr/share/glade3/pixmaps/22x22/recentchooser.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkRecentChooserWidget (Datei »/usr/share/glade3/pixmaps/16x16/recentchooser.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkRecentChooserDialog (Datei »/usr/share/glade3/pixmaps/22x22/recentchooserdialog.png« konnte nicht geöffnet werden: No such file or directory)

** (glade-3:7829): WARNING **: Unable to load icon for GtkRecentChooserDialog (Datei »/usr/share/glade3/pixmaps/16x16/recentchooserdialog.png« konnte nicht geöffnet werden: No such file or directory)

These files are indeed missing, and in the palette menu I get a couple of crosses, where the actual icon could not be loaded.
...
glade-3_3.1.4-0ubuntu3 on a current feisty"
Comment 1 Tristan Van Berkom 2007-02-07 20:47:54 UTC
This is an intermittent bug, the icons are missing sure - we're going
to try to get all the icons in for 3.4, hopefully fix it then, and
then when a new widget is introduced the bug will come back (ofcourse
until the icons are provided etc etc.).

Do you want to keep a bug open to denote the state of missing icons ?

(I dont really mind, opened or closed we'll remember to add the icons,
its also in the TODO list...)
Comment 2 Sebastien Bacher 2007-02-07 22:10:09 UTC
Hum, since that's a bug let keep it open, that will reflect that the problem is known if somebody look on bugzilla
Comment 3 Yavor Doganov 2007-02-16 07:57:20 UTC
Currently the missing icons are recentchooserdialog.png and printdialog.png.  My only concern is wrt to the localized screenshot in the translated documentation -- it doesn't look good when the icons are missing.
Comment 4 Vincent Geddes 2007-02-27 10:36:14 UTC
I have added the last of the missing icons:

	* plugins/gtk+/icons/16x16/recentchooserdialog.png,
	  plugins/gtk+/icons/16x16/printdialog.png,
	  plugins/gtk+/icons/16x16/messagedialog.png,
	  plugins/gtk+/icons/16x16/filechooserdialog.png,
	  plugins/gtk+/icons/22x22/printdialog.png,
	  plugins/gtk+/icons/22x22/recentchooserdialog.png,
	  plugins/gtk+/icons/22x22/messagedialog.png,
	  plugins/gtk+/icons/22x22/filechooserdialog.png:
	  Added some widget icons, and modified a few existing ones.

Note that a missing icon message is still printed for GtkMenuShell. This is due to GTK+ bug #412357. I am leaving this bug open until the other bug is resolved.
Comment 5 Vincent Geddes 2007-06-18 18:49:19 UTC
The GtkMenuShell problem has been fixed in GTK+ 2.11. So we just have wait for  gtk+ 2.12 to be released, and we would also need to removed the generic-name attribute from GtkMenuShell.
Comment 6 Vincent Geddes 2007-07-25 17:42:49 UTC
This has been fixed in GTK+ 2.11. No warnings printed in my JHBuild environment. Closing.