GNOME Bugzilla – Bug 611276
dia: python warning when exporting a png from a dia file using png-libart
Last modified: 2019-03-20 11:48:24 UTC
Created attachment 154825 [details] Example dia file Hi, I'm attaching an example dia file that with: $ unset DISPLAY $ dia -t png-libart --export=ldap-is-a-tree.png ldap-is-a-tree.dia results in: ======================================================================== /usr/lib/pymodules/python2.5/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) ldap-is-a-tree.dia --> ldap-is-a-tree.png ======================================================================== The result looks fine, though. See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538309 I can't reproduce the segfault just by unsetting DISPLAY but get the above warning. Thanks for considering. bye, Roland
The crash is probably a duplicate of bug #603004, the warning should be harmless.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dia/issues/278.