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 161875 - EPS Export broken under some circumstances (export before save)
EPS Export broken under some circumstances (export before save)
Status: RESOLVED DUPLICATE of bug 153609
Product: dia
Classification: Other
Component: exports
0.94
Other Linux
: Normal minor
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-21 12:36 UTC by Dominic
Modified: 2004-12-22 23:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominic 2004-12-21 12:36:11 UTC
1) select UML-Tools
2) create UML-Actor
3) export to EPS (select from extension menu, 2nd entry for eps)
4) show eps in ghostview -> broken or import in Scribus fails

Workaround:
1) save dia-file and then export to EPS
2) print postscript and then export to EPS

Setup:
Old SuSE 8.2 with local install of recent GTK+dia
(Intel-architecture)

dh@hawk:~> ldd /home/dh/App/usr/bin/dia
libdia.so => /home/dh/App/usr//lib/dia/libdia.so (0x40015000)
libfreetype.so.6 => /usr//lib/libfreetype.so.6 (0x40084000)
libgtk-x11-2.0.so.0 => /home/dh/App/usr/lib/libgtk-x11-2.0.so.0 (0x400f4000)
libgdk-x11-2.0.so.0 => /home/dh/App/usr/lib/libgdk-x11-2.0.so.0 (0x40393000)
libatk-1.0.so.0 => /home/dh/App/usr/lib/libatk-1.0.so.0 (0x403fc000)
libpangoxft-1.0.so.0 => /home/dh/App/usr/lib/libpangoxft-1.0.so.0 (0x40416000)
libpangox-1.0.so.0 => /home/dh/App/usr/lib/libpangox-1.0.so.0 (0x4041b000)
libxml2.so.2 => /usr//lib/libxml2.so.2 (0x40427000)
libgdk_pixbuf-2.0.so.0 => /home/dh/App/usr/lib/libgdk_pixbuf-2.0.so.0 (0x40513000)
libpangoft2-1.0.so.0 => /home/dh/App/usr/lib/libpangoft2-1.0.so.0 (0x40528000)
libpango-1.0.so.0 => /home/dh/App/usr/lib/libpango-1.0.so.0 (0x4054e000)
libgobject-2.0.so.0 => /home/dh/App/usr/lib/libgobject-2.0.so.0 (0x40581000)
libgmodule-2.0.so.0 => /home/dh/App/usr/lib/libgmodule-2.0.so.0 (0x405b7000)
libdl.so.2 => /lib/libdl.so.2 (0x405ca000)
libglib-2.0.so.0 => /home/dh/App/usr/lib/libglib-2.0.so.0 (0x405cd000)
libart_lgpl_2.so.2 => /usr//lib/libart_lgpl_2.so.2 (0x40649000)
libpng.so.3 => /usr//lib/libpng.so.3 (0x4065f000)
libm.so.6 => /lib/libm.so.6 (0x4068b000)
libz.so.1 => /lib/libz.so.1 (0x406ad000)
libc.so.6 => /lib/libc.so.6 (0x406bd000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x407f3000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x408c1000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x408c5000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x408d4000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x408e6000)
libfontconfig.so.1 => /home/dh/App/usr//lib/libfontconfig.so.1 (0x408ef000)
libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x4091a000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libexpat.so.0 => /usr//lib/libexpat.so.0 (0x40923000)
Comment 1 Hans Breuer 2004-12-22 23:29:33 UTC
Just another variation on the known layout cache problems.
[If the code works even waiting for some while should 
appear to solve the problem]

*** This bug has been marked as a duplicate of 153609 ***