GNOME Bugzilla – Bug 151746
.png files not found
Last modified: 2005-10-08 19:37:17 UTC
Install Dia on Win32 Start Dia Open the Layers dialog If no layers are shown, click the New button to add a layer. Two layers will show up, both with broken image icons. See attached screenshot snip.
Created attachment 31230 [details] Layers dialog with broken icons
I already ran across this problem when working on the new png icons for the toolbox. Will be fixed in the next dia installer release.
The problem is that the installer is missing the images folder
I'd say part of the problem is Dia not using a standard way to include its icons. Lars, you may want to take a look at app/makefile.msc, especially dia-app-icons.h : gdk-pixbuf-csource --build-list \ dia_diagram_icon ..\dia-diagram.png \ dia_app_icon ..\dia_gnome_icon.png > dia-app-icons.h
Looks like the perfect solution, started work on converting things to this. Thanks for the pointer!
I believe I got them all now. There's still some xpms that I wouldn't mind turning into pngs for ease of loading and better alpha, but not now.
Adjusting target to help finding 0.94 dups already fixed