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 168936 - librsvg plugin doesn't query for size when ran through "open as layer"
librsvg plugin doesn't query for size when ran through "open as layer"
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-02 01:24 UTC by Jakub Steiner
Modified: 2005-03-08 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2005-03-02 01:24:15 UTC
Maybe it even shouldn't open the standard dialog it opens when launched from
file>open, but I found it more useful for it to respect the pixel size of the
image than of the SVG.

Other information:
Wasn't sure if the librsvg plugin is part of GIMP or librsvg, feel free to reassign.
Comment 1 Sven Neumann 2005-03-08 16:11:56 UTC
file_open_layer() calls file_open_image() with GIMP_RUN_NONINTERACTIVE. I think
this is intentional but I am not quite sure what's the idea behind this.

Changing the behaviour of the plug-in, as you requested, would require that the
core knows how to call the svg plug-in. That's not currently possible unless we
want to start adding special code for all kind of file plug-ins.
Comment 2 Sven Neumann 2005-03-08 16:40:55 UTC
Fixed in both branches:

2005-03-08  Sven Neumann  <sven@gimp.org>

	* app/file/file-open.c (file_open_layer): open images interactively.
	Fixes bug #168936.