Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85323 - Inkscape doesn't convert svg > png anymore
Summary: Inkscape doesn't convert svg > png anymore
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 03:39 UTC by Frederic Grosshans
Modified: 2005-03-15 08:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Grosshans 2005-03-15 03:39:37 UTC
I usually do svg graphics with inkscape (0.40-r1) and onverts them to png files with the following command

        inkscape -e test.png test.svg

it worked well last week, but I now have the following errors and it
doesn't work (even for very simple files):
$ inkscape -e test.png test.svg

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can
fix it.

(process:24546): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion
`GDK_IS_SCREEN (screen)' failed

(process:24546): GLib-GObject-CRITICAL **: g_object_get: assertion
`G_IS_OBJECT (object)' failed

(process:24546): GLib-GObject-WARNING **: value "TRUE" of type
`gboolean' is invalid or out of range for property `visible' of type
`gboolean'

(process:24546): Gtk-WARNING **: Screen for GtkWindow not set; you must
always set
a screen for a GtkWindow before using the window

(process:24546): Gdk-CRITICAL **: gdk_pango_context_get_for_screen:
assertion `GDK_IS_SCREEN (screen)' failed

(process:24546): Pango-CRITICAL **: pango_context_set_base_dir:
assertion `context != NULL' failed

(process:24546): Pango-CRITICAL **: pango_context_set_font_description:
assertion `context != NULL' failed

(process:24546): Pango-CRITICAL **: pango_context_set_language:
assertion `context != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_new: assertion
`context != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_set_text: assertion
`layout != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_set_attributes:
assertion `layout != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_set_alignment:
assertion `layout != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_set_ellipsize:
assertion `PANGO_IS_LAYOUT (layout)' failed

(process:24546): Pango-CRITICAL **:
pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT
(layout)' failed
(process:24546): Pango-CRITICAL **: pango_layout_set_width: assertion
`layout != NULL' failed

(process:24546): Pango-CRITICAL **: pango_layout_get_extents: assertion
`layout != NULL' failed

(process:24546): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen:
assertion `GDK_IS_SCREEN (screen)' failed

(process:24546): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion
`GDK_IS_SCREEN (screen)' failed

(process:24546): Gtk-CRITICAL **: gtk_icon_size_lookup_for_settings:
assertion `GTK_IS_SETTINGS (settings)' failed

(process:24546): Gtk-WARNING **: Invalid icon size 6


(process:24546): Gtk-CRITICAL **: gtk_icon_theme_load_icon: assertion
`GTK_IS_ICON_THEME (icon_theme)' failed
Erreur de segmentation

Surprisingly, the conversion seems to work without a problem from the
GUI. Reemerging inkscape didn't change anything. 

I don't remember what I emerged recently which could havbe caused this, and I don't know how to check.
Comment 1 Frederic Grosshans 2005-03-15 08:54:06 UTC
It works well now. I don't understand why, but the bug disapeared.