<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Bug reports (new posts)</title>
		<link>http://liquidrescale.wikidot.com/forum/c-18441/bug-reports</link>
		<description>Posts in the forum category &quot;Bug reports&quot; - Report problems here (also check if your problem was solved already)</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 14 Feb 2012 08:59:34 +0000</lastBuildDate>
		
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-422108#post-1330693</guid>
				<title>gimp_image_add_layer deprecated in gimp 2.7/2.8: gimp_image_add_layer deprecated in gimp 2.7/2.8</title>
				<link>http://liquidrescale.wikidot.com/forum/t-422108/gimp-image-add-layer-deprecated-in-gimp-2-7-2-8#post-1330693</link>
				<description></description>
				<pubDate>Sun, 18 Dec 2011 20:12:26 +0000</pubDate>
				<wikidot:authorName>Sven Lankes</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've noticed that gimp 2.7 throws an ugly error-dialog stating that gimp-image-add-layer<br /> is deprecated everytime the plugin tries to add a layer. I've fixed this for the fedora<br /> package of the liquid-rescale-gimp-plugin by replacing the function calls using<br /> the following patch:</p> <div class="code"> <pre> <code>diff --git a/src/io_functions.c b/src/io_functions.c index 20917df..b159ed8 100644 --- a/src/io_functions.c +++ b/src/io_functions.c @@ -227,7 +227,7 @@ write_vmap_to_layer (LqrVMap * vmap, gpointer data) gimp_layer_new (image_ID, name, w, h, GIMP_RGBA_IMAGE, 100, GIMP_NORMAL_MODE); gimp_drawable_fill (seam_layer_ID, GIMP_TRANSPARENT_FILL); - gimp_image_add_layer (image_ID, seam_layer_ID, -1); + gimp_image_insert_layer (image_ID, seam_layer_ID, -1, -1); gimp_layer_translate (seam_layer_ID, x_off, y_off); if (seam_layer_p) { diff --git a/src/layers_combo.c b/src/layers_combo.c index 10d810e..e032eed 100644 --- a/src/layers_combo.c +++ b/src/layers_combo.c @@ -199,7 +199,7 @@ callback_new_mask_button (GtkWidget * button, gpointer data) gimp_layer_new (p_data-&gt;image_ID, nl_data-&gt;name, p_data-&gt;old_width, p_data-&gt;old_height, image_type, 50, GIMP_NORMAL_MODE); - gimp_image_add_layer (p_data-&gt;image_ID, layer_ID, -1); + gimp_image_insert_layer (p_data-&gt;image_ID, layer_ID, -1, -1); gimp_drawable_fill (layer_ID, GIMP_TRANSPARENT_FILL); gimp_layer_translate (layer_ID, p_data-&gt;x_off, p_data-&gt;y_off); gimp_image_undo_group_end (p_data-&gt;image_ID); diff --git a/src/render.c b/src/render.c index f50fc8c..b7e8c7e 100644 --- a/src/render.c +++ b/src/render.c @@ -172,7 +172,7 @@ render_init_carver (PlugInImageVals * image_vals, { g_snprintf (new_layer_name, LQR_MAX_NAME_LENGTH, &quot;%s LqR&quot;, layer_name); layer_ID = gimp_layer_copy (layer_ID); - gimp_image_add_layer (image_ID, layer_ID, -1); + gimp_image_insert_layer (image_ID, layer_ID, -1, -1); gimp_drawable_set_name (layer_ID, new_layer_name); gimp_drawable_set_visible (layer_ID, FALSE); } @@ -181,7 +181,7 @@ render_init_carver (PlugInImageVals * image_vals, image_ID = gimp_image_new (old_width, old_height, gimp_image_base_type(image_ID)); gimp_image_undo_group_start(image_ID); layer_ID = gimp_layer_new_from_drawable (layer_ID, image_ID); - gimp_image_add_layer (image_ID, layer_ID, -1); + gimp_image_insert_layer (image_ID, layer_ID, -1, -1); gimp_layer_translate(layer_ID, -x_off, -y_off); gimp_drawable_set_visible (layer_ID, TRUE); if (vals-&gt;resize_aux_layers) @@ -858,7 +858,7 @@ static gboolean copy_aux_layer_to_new_image (gint32 image_ID, gint32 * layer_ID_ if (old_layer_ID) { new_layer_ID = gimp_layer_new_from_drawable (old_layer_ID, image_ID); - gimp_image_add_layer (image_ID, new_layer_ID, -1); + gimp_image_insert_layer (image_ID, new_layer_ID, -1, -1); /* gimp_drawable_offsets (old_layer_ID, &amp;aux_x_off, &amp;aux_y_off); */ gimp_layer_translate (new_layer_ID, -x_off, -y_off); }</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-370027#post-1192699</guid>
				<title>Broken Link [fixed]: Re: Broken Link</title>
				<link>http://liquidrescale.wikidot.com/forum/t-370027/broken-link-fixed#post-1192699</link>
				<description></description>
				<pubDate>Sun, 03 Jul 2011 17:57:41 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have corrected the links with the updated locations, thanks for reporting.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-370027#post-1192694</guid>
				<title>Broken Link [fixed]: Broken Link</title>
				<link>http://liquidrescale.wikidot.com/forum/t-370027/broken-link-fixed#post-1192694</link>
				<description></description>
				<pubDate>Sun, 03 Jul 2011 17:41:31 +0000</pubDate>
				<wikidot:authorName>Stefan</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I apologise if this is an incorrect place to put this.</p> <p>The link to the paper by Shai Avidan and Ariel Shamir that can be found <a href="http://liquidrescale.wikidot.com/">here</a> or <a href="http://liblqr.wikidot.com/">here</a> are both broken.</p> <p>The broken link points to here:<br /> <a href="http://www.faculty.idc.ac.il/arik/imret.pdf">http://www.faculty.idc.ac.il/arik/imret.pdf</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-286003#post-949903</guid>
				<title>Liquid Rescale Changes Image Size [INVALID]: Re: Liquid Rescale Changes Image Size</title>
				<link>http://liquidrescale.wikidot.com/forum/t-286003/liquid-rescale-changes-image-size-invalid#post-949903</link>
				<description></description>
				<pubDate>Mon, 13 Dec 2010 12:18:31 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is not a bug: there's an option you can untick to prevent this, you find it in the Output tab. Look at the documentation for more help.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-286003#post-930338</guid>
				<title>Liquid Rescale Changes Image Size [INVALID]: Liquid Rescale Changes Image Size</title>
				<link>http://liquidrescale.wikidot.com/forum/t-286003/liquid-rescale-changes-image-size-invalid#post-930338</link>
				<description></description>
				<pubDate>Sat, 20 Nov 2010 21:18:39 +0000</pubDate>
				<wikidot:authorName>Ian</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>When using liquid rescale on a layer.</p> <p>Select a layer -&gt;Layer-&gt;Liquid rescale-&gt; Change width-&gt;Click ok</p> <p>The image is now resized to be the size of the changed layer. Big pain.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-875484</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: </title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-875484</link>
				<description></description>
				<pubDate>Fri, 17 Sep 2010 19:11:02 +0000</pubDate>
				<wikidot:authorName>Rob</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Bug Report:</p> <p>I have GIMP 2.7.1 (Development Release), it is installed in<br /> "C:\Program Files\GIMP 2.7\" while the _REGULAR_ GIMP (non-development) is in<br /> "C:\Program Files\GIMP-2.7\" (Notice the "-" in the pathname). The dev version<br /> does NOT have intl.dll so I had to copy it from the other directory. I think it may<br /> be optional so the 'Installer' would need to check for it and NOT assume it is present.</p> <p>1. I downloaded <a href="http://liquidrescale.wikidot.com/local--files/en:download-page-windows/gimp-lqr-plugin_0.7.1-liblqr_0.4.1_win32_setup-1.exe">http://liquidrescale.wikidot.com/local--files/en:download-page-windows/gimp-lqr-plugin_0.7.1-liblqr_0.4.1_win32_setup-1.exe</a> .<br /> 2. First the "Installer" said that GIMP was not installed but I could continue ONLY if I specified the Folder, I said it was in "C:\Program Files\GIMP 2.7" and the "Installer" completed properly.<br /> 3. When I started GIMP the 'pyconsole' ran to detect new plugins but ultimatley I got a message that said:</p> <p>"<br /> gimp-lqr-plugin.exe - Unable to Locate Component<br /> (X) This application has failed to start because intl.dll was not found. Re-installing the application may fix this problem.<br /> "</p> <p>After copying the '.dll' from the non-dev to the dev's directory the plug-in shows up in the bottom of the Layer menu.</p> <p>Rob</p> <p>(PS: No reply required, WFM.)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210624#post-854673</guid>
				<title>Incorrect path for locale data on non-Unix systems: Re: Incorrect path for locale data on non-Unix systems</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210624/incorrect-path-for-locale-data-on-non-unix-systems#post-854673</link>
				<description></description>
				<pubDate>Sat, 21 Aug 2010 15:59:59 +0000</pubDate>
				<wikidot:authorName>Nick</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi Carlo,<br /> your answer to Torstens suggestion isn't correct.<br /> Every plugin automatically initiates those functions.<br /> See: <a href="http://developer.gimp.org/api/2.0/libgimpbase/libgimpbase-gimpenv.html">http://developer.gimp.org/api/2.0/libgimpbase/libgimpbase-gimpenv.html</a><br /> Regards, Nick</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-247410#post-806350</guid>
				<title>Palette switching back to black when creating a preservation layer: Re: Palette switching back to black when creating a preservation layer</title>
				<link>http://liquidrescale.wikidot.com/forum/t-247410/palette-switching-back-to-black-when-creating-a-preservation#post-806350</link>
				<description></description>
				<pubDate>Fri, 11 Jun 2010 11:25:55 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The intended behaviour is that the colour changes when entering in mask editing mode and goes back to the previous state when exiting that mode.</p> <p>If this is what you're observing, then it's not a bug (and I believe that this behaviour makes sense).</p> <p>If, however, the behaviour is different from this (and from what you see in the linux version, for example), please be more precise in the description, because I can't reproduce the bug, and I don't know what the problem might be.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-247410#post-806297</guid>
				<title>Palette switching back to black when creating a preservation layer: Palette switching back to black when creating a preservation layer</title>
				<link>http://liquidrescale.wikidot.com/forum/t-247410/palette-switching-back-to-black-when-creating-a-preservation#post-806297</link>
				<description></description>
				<pubDate>Fri, 11 Jun 2010 08:50:08 +0000</pubDate>
				<wikidot:authorName>Djainette</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Running lqr 0.7.1 on GIMP 2.6.8 on windows XP.<br /> When I create a new preservation layer, the palette goes green then switches back to black. Unaware users may then paint the layer black instead of green.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-802581</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: It Worked!</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-802581</link>
				<description></description>
				<pubDate>Mon, 07 Jun 2010 08:27:46 +0000</pubDate>
				<wikidot:authorName>David Kettrey</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thankyou so much CarloB!!! Your fix worked! It's great to have your plugin up and running. God Bless you!</p> <p>Dave.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-801683</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: </title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-801683</link>
				<description></description>
				<pubDate>Sun, 06 Jun 2010 00:40:32 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you all for the feedback, I have found the problem and fixed it. The new release 0.7.1 is now available in the <a href="http://liquidrescale.wikidot.com/en:download-page-windows">Windows download page</a>.</p> <p>Please, let me know if everything goes fine.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-801517</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: </title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-801517</link>
				<description></description>
				<pubDate>Sat, 05 Jun 2010 19:16:21 +0000</pubDate>
				<wikidot:authorName>David Kettrey</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thankyou Amel. I want to try what you said, but I don't know how to find older versions of the plugin on the website. Could you or CarloB show me where or how I can download vers. 0.6.1? Thankyou very much for all your help!!! Dave.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-800783</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: Re: Mr</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-800783</link>
				<description></description>
				<pubDate>Fri, 04 Jun 2010 15:00:08 +0000</pubDate>
				<wikidot:authorName>amel</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I tried to install version 0.7.0 on WinXP sp3. And then I have same situation as you. Then I uninstall ver. 0.7.0 and then install version 0.6.1. This version work fine. After that install version 0.7.0 over 0.6.1 and then version 0.7.0 also works fine.</p> <p>I hope so that this help.</p> <p>Sorry for my english.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-800529</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: Mr</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-800529</link>
				<description></description>
				<pubDate>Fri, 04 Jun 2010 04:50:58 +0000</pubDate>
				<wikidot:authorName>David Kettrey</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi CarloB, No, I never tried version 0.6.1, but I would like to give it a try. My XP Service Pack is 2 on the computer in question. (Although I know there is a newer Service Pack available, I have avoided having to mess with putting the computer on the internet.) Thanks very much for all the work you've accomplished in developing this advanced plugin and making it available for all.<br /> Respectfully, Dave Kettrey</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-799688</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: Re: &quot;gimp-lqr-plugin.exe has encountered a problem.....&quot;</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-799688</link>
				<description></description>
				<pubDate>Thu, 03 Jun 2010 07:55:15 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm aware of this problem and I'll try to solve it as soon as possible.<br /> In the meanwhile, avoid sending error reports via Windows, even if you're connected to the internet.</p> <p>Now for some additional questions:</p> <ol> <li>Did you test the previous version of the plugin, 0.6.1? Did it work?</li> <li>What is the service pack version of your Windows XP?</li> </ol> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719#post-799681</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]: &quot;gimp-lqr-plugin.exe has encountered a problem.....&quot;</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed#post-799681</link>
				<description></description>
				<pubDate>Thu, 03 Jun 2010 07:46:20 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm moving this report here:</p> <blockquote> <p>Hello Carlos, I downloaded and installed your latest Windows release of this amazing plugin. I have GIMP 2.6.8 on Windows XP. The installation went well and gimp-lqr-plugin.exe is in the proper place in the plugins folder. But when I start GIMP, and it's "querying new plugins", a Microsoft Error Reporting dialogue pops up saying that "gimp-lqr-plugin.exe has encountered a problem and needs to close." I never send the error report because the computer I use is not connected to the internet, so after clicking "Don't Send", the dialoque closes and GIMP resumes a normal startup, but without Liquid Rescale showing in the Layers Menu. Do you have any ideas what could be causing this error condition? Thanks for your help and ideas!</p> </blockquote> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210624#post-729511</guid>
				<title>Incorrect path for locale data on non-Unix systems: Re: Incorrect path for locale data on non-Unix systems</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210624/incorrect-path-for-locale-data-on-non-unix-systems#post-729511</link>
				<description></description>
				<pubDate>Sat, 20 Mar 2010 16:54:30 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm aware of this problem. However, the solution you propose is not valid, since the built-in GIMP functions, like <tt>gimp_locale_directory</tt>, can only be used for the main GIMP program and plugins, not the ones provided by third parties like LqR.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210312#post-729506</guid>
				<title>Windows Installer should allow directory choice: Re: Windows Installer should allow directory choice</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210312/windows-installer-should-allow-directory-choice#post-729506</link>
				<description></description>
				<pubDate>Sat, 20 Mar 2010 16:50:58 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As explained in the <a href="http://liquidrescale.wikidot.com/en:installation-instructions#toc6">installation instructions</a>, the Windows exe's are not true installers, they're just self-extracting zip files. Thus, in the case you want to install in a non-standard location, all you need to do is open the "installer" with an archive extractor, like e.g. 7zip, and extract the files in the desired folder.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210624#post-673328</guid>
				<title>Incorrect path for locale data on non-Unix systems: Incorrect path for locale data on non-Unix systems</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210624/incorrect-path-for-locale-data-on-non-unix-systems#post-673328</link>
				<description></description>
				<pubDate>Tue, 12 Jan 2010 11:57:36 +0000</pubDate>
				<wikidot:authorName>Torsten Neuer</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>The plug-in uses hardcoded values for locating the locale data on the installation system, which only works properly on Unix'ish systems.<br /> When run in a Windows environment, there is a big chance of the hardcoded value pointing to the wrong or even a missing directory.<br /> To fix this, any hardcoded path should be replaced with a call to of one of the gimpenv functions.</p> <p>In case of the LOCALEDIR, instead calling "gimp_locale_directory ()" is sufficient.</p> <p>If other data directories are also used by the plug-in (e.g. for registering the help file), these may need to be constructed, e.g. through:<br /> gchar *path, *uri;<br /> path = g_build_filename (gimp_data_directory (), "help", PLUGIN_NAME, NULL);<br /> uri = g_filename_to_uri (path, NULL, NULL);<br /> g_free (path);<br /> gimp_plugin_help_register (plugin_name, uri);<br /> g_free (uri);</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210312#post-672138</guid>
				<title>Windows Installer should allow directory choice: Windows Installer should allow directory choice</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210312/windows-installer-should-allow-directory-choice#post-672138</link>
				<description></description>
				<pubDate>Sun, 10 Jan 2010 22:36:43 +0000</pubDate>
				<wikidot:authorName>Geoff Markley</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I was playing with GIMP 2.7 so have GIMP installed in several different, non-default, directories. The installer doesn't allow choice of where to install to so after install, I had to copy files from the GIMP-2.0 default directory to where the current version of GIMP was installed.</p> <p>Minor problem but should be simple to fix..</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
