MichaelJakubec / gtkjfilechooser

Automatically exported from code.google.com/p/gtkjfilechooser
1 stars 0 forks source link

The demo throws a exception when trying to open the filechooser #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

bash-3.2$ java -jar gtkjfilechooser-demo.jar 
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: No icon file
'/usr/share/icons/gnome/16x16/actions/document-open-recent.png'.
        at eu.kostia.gtkjfilechooser.GtkStockIcon.get(GtkStockIcon.java:92)

What version of the product are you using? On what operating system?
Linux 2.6, fedora, don't know the exact version.

Original issue reported on code.google.com by i30817@gmail.com on 9 Nov 2009 at 3:57

GoogleCodeExporter commented 9 years ago
It lacks the icon for the "Recently Used" files, left on the top (see attached
screenshot).

What version of gtk do you use?

My version is the following:
$ rpm -q gtk2
gtk2-2.16.6-2.fc11.i586

Original comment by c.ce...@gmail.com on 12 Nov 2009 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by c.ce...@gmail.com on 12 Nov 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Fixed in 1.3.2: When no icon is found a MissingResouceIcon is diplayed (a 
simple red
cross in a white rectangle) and the missing resource is logged with level 
warning.

Original comment by c.ce...@gmail.com on 12 Nov 2009 at 11:04

GoogleCodeExporter commented 9 years ago
It's gtk2-2.10.14-3.fc7

Original comment by i30817@gmail.com on 12 Nov 2009 at 11:36

GoogleCodeExporter commented 9 years ago
Ok, I think in gtk2-2.10.14-3 there was yet the "Recently Used".

Original comment by c.ce...@gmail.com on 13 Nov 2009 at 10:14