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 364491 - export to shape does not create associated PNG graphic
export to shape does not create associated PNG graphic
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
0.95
Other All
: Normal minor
: 0.96
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-23 17:50 UTC by Ken Roberts
Modified: 2006-10-26 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ken Roberts 2006-10-23 17:50:49 UTC
Please describe the problem:
v0.94 export to shape creates .shape and .png graphic files.
v0.95 export to shape creates .shape file but does not create .png graphic file.

file->plugins show shape and png libraries are present and available.


Steps to reproduce:
1. Create shape in Dia sheet
2. file->export->shape
3. verify exported file(s)


Actual results:
Shape file is created (*.shape), but *.png file is not created.

Expected results:
Shape file and png graphic should both be created in directory where exported to

Does this happen every time?
yes

Other information:
v0.94 works OK with shape export.
Comment 1 Hans Breuer 2006-10-26 14:28:59 UTC
It only worked with 0.94 by coincidence. You can make it work with 0.95 too, 
by disabling the other (two) PNG capable export filters 'Pixbuf' and 'Cairo'.

2006-10-26  Hans Breuer  <hans@breuer.org>

	* plug-ins/shape/shape-export.c : the icon export facility dependens
	on the libart-size-hack; use filter_get_by_name("png-libart") instead
	of filter_guess_export_filter(). Fixes bug #364491.