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 374657 - XCF files fail to open
XCF files fail to open
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Data
git master
Other All
: Immediate blocker
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-13 12:43 UTC by Aries-Belgium
Modified: 2006-11-13 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aries-Belgium 2006-11-13 12:43:18 UTC
Please describe the problem:
After last CVS update I did, I'm not able to open the xcf files I created before.
I always get this message:
--------------
Opening '/path/to/file.xcf' failed:

Plug-In could not open image
--------------

Before the last CVS update it worked fine.

Steps to reproduce:
1. Open a xcf file


Actual results:
I get the message:
--------------
Opening '/path/to/file.xcf' failed:

Plug-In could not open image
--------------

Expected results:
That the file opens.

Does this happen every time?
I always get that error message when trying to open any xcf file.

Other information:
Comment 1 Michael Natterer 2006-11-13 13:06:06 UTC
Jikes, that must be the change i did yesterday, Will fix immediately.
Comment 2 Michael Natterer 2006-11-13 13:11:55 UTC
Fixed in CVS:

2006-11-13  Michael Natterer  <mitch@gimp.org>

	* app/xcf/xcf.c (xcf_load_invoker): fix g_str_has_prefix() change
	below. Now we can open XCF files again. Fixes bug #374657.
Comment 3 Aries-Belgium 2006-11-13 15:07:12 UTC
Just want to let you know that it works fine now. But I guess you already know it ;)
Thanks for fixing it.