<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-87</id>
	<title>Nabble - GIMP</title>
	<updated>2009-11-06T01:02:31Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/GIMP-f87.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-f87.html" />
	<subtitle type="html">GIMP home is &lt;a href=&quot;http://www.gimp.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26228728</id>
	<title>Re: Wish: adding Jitter and Brush Dynamics into Script-Fu</title>
	<published>2009-11-06T01:02:31Z</published>
	<updated>2009-11-06T01:02:31Z</updated>
	<author>
		<name>Michael Natterer</name>
	</author>
	<content type="html">On Wed, 2009-11-04 at 14:16 +0100, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ginodonig@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/10/31 Michael Natterer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228728&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitch@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; On Sat, 2009-10-31 at 11:40 +0100, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228728&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ginodonig@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Hi.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; After glancing over the various commands listed inside the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Script-Fu
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Procedure Browser, I noticed that it ain't possible to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; invoke Jitter
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; and Brush Dynamics by using the Script-Fu language.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; It would be nice if these two useful features were
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; implemented within
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Script-Fu in some way.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; By chance, the addition of these functionalities into
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Script-Fu (as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; new procedures or maybe as arguments of existing procedures)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; planned for upcoming versions of GIMP?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ciao,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --mitch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Out of curiosity, generally speaking, how this integration will be
&lt;br&gt;&amp;gt; eventually performed? Maybe, Brush Dynamics and Jitter will become new
&lt;br&gt;&amp;gt; arguments of the Script-Fu procedures concerning Brush Tools (like
&lt;br&gt;&amp;gt; gimp-paintbrush, gimp-dodgeburn, gimp-edit-stroke, etc...) ?
&lt;/div&gt;&lt;br&gt;We don't know yet, but additional parameters are not an option
&lt;br&gt;because that would break existing scripts. The general plan is
&lt;br&gt;to introduce variable argument lists with named parameters
&lt;br&gt;and default values, but for paint properties I guess there will
&lt;br&gt;simply be more setters in the gimp-context namespace that will
&lt;br&gt;affect the paint functions.
&lt;br&gt;&lt;br&gt;ciao,
&lt;br&gt;--mitch
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228728&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wish%3A-adding-Jitter-and-Brush-Dynamics-into-Script-Fu-tp26141306p26228728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228592</id>
	<title>Re: Wish: adding Jitter and Brush Dynamics into Script-Fu</title>
	<published>2009-11-06T00:48:29Z</published>
	<updated>2009-11-06T00:48:29Z</updated>
	<author>
		<name>Sven Neumann</name>
	</author>
	<content type="html">On Fri, 2009-11-06 at 08:59 +0100, Olivier wrote:
&lt;br&gt;&amp;gt; Sorry if my question is out of context: has this problem anything to
&lt;br&gt;&amp;gt; do with the fact that the Gfig or Spyrogimp filters, for example, are
&lt;br&gt;&amp;gt; no longer usable with version 2.7, since there is no way to change the
&lt;br&gt;&amp;gt; size of the brush?
&lt;br&gt;&lt;br&gt;That is certainly a different issue. But if you can still reproduce it
&lt;br&gt;with a recent git checkout, then you should make sure that it is
&lt;br&gt;reported in our bug-tracker.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Sven
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228592&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wish%3A-adding-Jitter-and-Brush-Dynamics-into-Script-Fu-tp26141306p26228592.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228122</id>
	<title>Re: Wish: adding Jitter and Brush Dynamics into Script-Fu</title>
	<published>2009-11-05T23:59:03Z</published>
	<updated>2009-11-05T23:59:03Z</updated>
	<author>
		<name>Olivier-24</name>
	</author>
	<content type="html">Sorry if my question is out of context: has this problem anything to do with the fact that the Gfig or Spyrogimp filters, for example, are no longer usable with version 2.7, since there is no way to change the size of the brush?&lt;br&gt;

-- &lt;br&gt;Olivier Lecarme&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wish%3A-adding-Jitter-and-Brush-Dynamics-into-Script-Fu-tp26141306p26228122.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26225650</id>
	<title>how to LOAD Layers automatically ?</title>
	<published>2009-11-05T18:30:08Z</published>
	<updated>2009-11-05T18:30:08Z</updated>
	<author>
		<name>stuseven</name>
	</author>
	<content type="html">I have a six or eight files, all variations of the same image...
&lt;br&gt;and I want to load these all as layers... how can I do this 
&lt;br&gt;without cut/paste of each separate image ?
&lt;br&gt;&lt;br&gt;Is there a function which does this automatically,
&lt;br&gt;from a group of already open images ?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-LOAD-Layers-automatically---tp26225650p26225650.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222395</id>
	<title>Re: Wish: adding Jitter and Brush Dynamics into Script-Fu</title>
	<published>2009-11-05T13:19:52Z</published>
	<updated>2009-11-05T13:19:52Z</updated>
	<author>
		<name>RobA</name>
	</author>
	<content type="html">Oops- missed the reply-all...
&lt;br&gt;&lt;br&gt;On Wed, Nov 4, 2009 at 8:55 AM, Rob Antonishen wrote:
&lt;br&gt;As far as I know, there is no blueprint at this time. I had previously
&lt;br&gt;asked when the 2.4 current brush options (mainly brush scaling) would
&lt;br&gt;be either respected from scripts or selectable as parameters.
&lt;br&gt;&lt;br&gt;There is a bugtrack item on this. I would suspect a whole new PDB call
&lt;br&gt;will have to be created with new parameters, and the old calls
&lt;br&gt;eventually depreciated. It might be worth making the new one take all
&lt;br&gt;parameters as a single argument consisting of parameter enums and
&lt;br&gt;values so it can be extended later without changing the PDB call again
&lt;br&gt;as more brush options become available.
&lt;br&gt;&lt;br&gt;-Rob A&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; After glancing over the various commands listed inside the Script-Fu
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Procedure Browser, I noticed that it ain't possible to invoke Jitter
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; and Brush Dynamics by using the Script-Fu language.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; It would be nice if these two useful features were implemented within
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Script-Fu in some way.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; By chance, the addition of these functionalities into Script-Fu (as
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; new procedures or maybe as arguments of existing procedures) is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; planned for upcoming versions of GIMP?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; yes.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ciao,
&lt;br&gt;&amp;gt;&amp;gt; --mitch
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Out of curiosity, generally speaking, how this integration will be
&lt;br&gt;&amp;gt; eventually performed? Maybe, Brush Dynamics and Jitter will become new
&lt;br&gt;&amp;gt; arguments of the Script-Fu procedures concerning Brush Tools (like
&lt;br&gt;&amp;gt; gimp-paintbrush, gimp-dodgeburn, gimp-edit-stroke, etc...) ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26222395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wish%3A-adding-Jitter-and-Brush-Dynamics-into-Script-Fu-tp26141306p26222395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26219311</id>
	<title>Re: GIMP T-shirt design contest</title>
	<published>2009-11-05T09:50:53Z</published>
	<updated>2009-11-05T09:50:53Z</updated>
	<author>
		<name>Ken Warner-3</name>
	</author>
	<content type="html">HATS!!!
&lt;br&gt;&lt;br&gt;You have to do baseball caps and beanies... &amp;nbsp;T-shirts are
&lt;br&gt;decoration -- hats are functional equipment protecting eyes from
&lt;br&gt;sun and head from cold.
&lt;br&gt;&lt;br&gt;HATS!!!
&lt;br&gt;&lt;br&gt;Ismael Barros² wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are FreeWear.org, we print and sell T-shirts with FOSS designs
&lt;br&gt;&amp;gt; (Linux distros, desktops environments, etc) and donate to each
&lt;br&gt;&amp;gt; organization a percentage of each sold article. We usually sell via
&lt;br&gt;&amp;gt; website, but we can also be found in local FOSS-related events. We
&lt;br&gt;&amp;gt; also cover special orders, like commemorative t-shirts for events.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We just started up a contest to make a cool GIMP T-shirt. You are all
&lt;br&gt;&amp;gt; welcome to send your designs. Feel free to drop me any question you
&lt;br&gt;&amp;gt; have.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can find the rules here: &lt;a href=&quot;http://www.freewear.org/?contest=gimp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/?contest=gimp&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ismael
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gimp-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26219311&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26219311&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirt-design-contest-tp26219171p26219311.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26219171</id>
	<title>GIMP T-shirt design contest</title>
	<published>2009-11-05T09:43:30Z</published>
	<updated>2009-11-05T09:43:30Z</updated>
	<author>
		<name>Ismael Barros²</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We are FreeWear.org, we print and sell T-shirts with FOSS designs
&lt;br&gt;(Linux distros, desktops environments, etc) and donate to each
&lt;br&gt;organization a percentage of each sold article. We usually sell via
&lt;br&gt;website, but we can also be found in local FOSS-related events. We
&lt;br&gt;also cover special orders, like commemorative t-shirts for events.
&lt;br&gt;&lt;br&gt;We just started up a contest to make a cool GIMP T-shirt. You are all
&lt;br&gt;welcome to send your designs. Feel free to drop me any question you
&lt;br&gt;have.
&lt;br&gt;&lt;br&gt;You can find the rules here: &lt;a href=&quot;http://www.freewear.org/?contest=gimp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/?contest=gimp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ismael
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26219171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirt-design-contest-tp26219171p26219171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26219017</id>
	<title>Re: GIMP T-shirts in our online store</title>
	<published>2009-11-05T09:34:08Z</published>
	<updated>2009-11-05T09:34:08Z</updated>
	<author>
		<name>Ismael Barros²</name>
	</author>
	<content type="html">On Wed, Nov 4, 2009 at 5:49 PM, Daniel Hornung &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26219017&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.hornung@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; On Wednesday 04 November 2009, Ismael Barros² wrote:
&lt;br&gt;&amp;gt;&amp;gt; How about a little competition?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Better than this list would be the gimp-user list, and I'm sure there are some
&lt;br&gt;&amp;gt; more lists for this purpose.
&lt;br&gt;&lt;br&gt;Indeed, I'll spread the word.
&lt;br&gt;&lt;br&gt;I organised the rules and added some that were missing. You can find
&lt;br&gt;them at &lt;a href=&quot;http://www.freewear.org/?contest=gimp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/?contest=gimp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Ismael
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26219017&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirts-in-our-online-store-tp26043781p26219017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26207036</id>
	<title>Re: Re branding ....</title>
	<published>2009-11-04T16:09:49Z</published>
	<updated>2009-11-04T16:09:49Z</updated>
	<author>
		<name>vabijou2</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Christopher Howard-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;If the devels ever did come over to the other side on this issue, the
&lt;br&gt;coolest way to go about picking a new name would be a contest. For
&lt;br&gt;example, have a web page where people suggest a name or vote on a list
&lt;br&gt;of names. Then the devs could pick from the top 5.
&lt;br&gt;&lt;br&gt;Imagine the publicity and recognition the project would get the moment
&lt;br&gt;word got out about the contest! It would be on every blog and news site
&lt;br&gt;in the FOSS universe!&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
And then a second contest to create a new splash screen with the new name! ..... hmmmm...&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-name-%22Gimp%22-tp26102353p26207036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26205985</id>
	<title>Re: Gimp does not recognize that Python is installed</title>
	<published>2009-11-04T14:41:00Z</published>
	<updated>2009-11-04T14:41:00Z</updated>
	<author>
		<name>Jernej Simončič-2</name>
	</author>
	<content type="html">On Wed, 4 Nov 2009 22:32:33 +0100, Martijn Weisbeek wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Because I was curious about what registry entry the installer looks
&lt;br&gt;&amp;gt; for I downloaded some NSIS-source files of the Windows-installer for
&lt;br&gt;&amp;gt; GIMP.
&lt;br&gt;&amp;gt; At SourceForge I found a file with a name of
&lt;br&gt;&amp;gt; gimp+gtk-install-script-20061018.zip. 2006 sounds pretty old to me,
&lt;br&gt;&amp;gt; but it was the most recent I could find.
&lt;br&gt;&lt;br&gt;The most recent installer source is
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/gimp-win/files/GIMP%20%2B%20GTK%2B%20(stable%20release)/GIMP%202.6.5%20%2B%20GTK%2B%202.14.7/gimp-install-script-20090321.zip/download&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/gimp-win/files/GIMP%20%2B%20GTK%2B%20(stable%20release)/GIMP%202.6.5%20%2B%20GTK%2B%202.14.7/gimp-install-script-20090321.zip/download&lt;/a&gt;&lt;br&gt;&lt;br&gt;And it's Inno, not NSIS - I'm not masochistic.
&lt;br&gt;&lt;br&gt;&amp;gt; Perhaps one could also use a registry monitor to see what exact
&lt;br&gt;&amp;gt; Registry key a more recent GIMP version is checking.
&lt;br&gt;&lt;br&gt;Same as the script you found, except that it looks for Python 2.5 and 2.6
&lt;br&gt;(GIMP 2.6 installers support both Python versions).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;lt; Jernej Simončič &amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt; &lt;a href=&quot;http://eternallybored.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eternallybored.org/&lt;/a&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26205985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-does-not-recognize-that-Python-is-installed-tp26200421p26205985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26205031</id>
	<title>Re: Gimp does not recognize that Python is installed</title>
	<published>2009-11-04T13:32:33Z</published>
	<updated>2009-11-04T13:32:33Z</updated>
	<author>
		<name>Martijn Weisbeek</name>
	</author>
	<content type="html">Don,
&lt;br&gt;&lt;br&gt;Thanks for your reply and good to hear that you succeeded.
&lt;br&gt;I would not have expected that a Registry Cleaner would do the job,
&lt;br&gt;but nonetheless congratulations.
&lt;br&gt;&lt;br&gt;Because I was curious about what registry entry the installer looks
&lt;br&gt;for I downloaded some NSIS-source files of the Windows-installer for
&lt;br&gt;GIMP.
&lt;br&gt;At SourceForge I found a file with a name of
&lt;br&gt;gimp+gtk-install-script-20061018.zip. 2006 sounds pretty old to me,
&lt;br&gt;but it was the most recent I could find.
&lt;br&gt;&lt;br&gt;So I downloaded it and opened it and in gimp+gtk.iss I found a
&lt;br&gt;function called EnablePython. This function looks in the Windows
&lt;br&gt;registry for the key
&lt;br&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.4\InstallPath. In my
&lt;br&gt;Windows registry I could only find a 2.5 and a 2.6 for Python, but
&lt;br&gt;newer GIMP installers might be looking for a newer Python version in
&lt;br&gt;the registry.
&lt;br&gt;Then it looks in the directory that is listed in the InstallPath for a
&lt;br&gt;sub-directory called Lib\site-packages\gtk-2.0 to check whether PyGTK
&lt;br&gt;is installed.
&lt;br&gt;When this is found, one can install GIMP-Python.
&lt;br&gt;&lt;br&gt;Perhaps one could also use a registry monitor to see what exact
&lt;br&gt;Registry key a more recent GIMP version is checking.
&lt;br&gt;Or perhaps also newer installer-sources can be found online.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;a href=&quot;http://gimp.startpagina.nl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gimp.startpagina.nl&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26205031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-does-not-recognize-that-Python-is-installed-tp26200421p26205031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26204713</id>
	<title>Gimp does not recognize that Python is installed</title>
	<published>2009-11-04T13:12:40Z</published>
	<updated>2009-11-04T13:12:40Z</updated>
	<author>
		<name>Amie-11</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;Don,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Have you also tried Gimp-Python Easier at
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://photocomix-resources.deviantart.com/art/Gimp-Python-support-easier-74889017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://photocomix-resources.deviantart.com/art/Gimp-Python-support-easier-74889017&lt;/a&gt;&lt;br&gt;&amp;gt;?
&lt;br&gt;&amp;gt;I know that this was made before Windows 7 was finished, but it might
&lt;br&gt;&amp;gt;be worth a try.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I can remember that I also tried installing GIMP-Python (on Windows XP).
&lt;br&gt;&amp;gt;At first the GIMP Windows-installer did not recognize it (option was
&lt;br&gt;&amp;gt;grayed out), but in the end I was able to install it and use
&lt;br&gt;&amp;gt;Python-scripts with GIMP.
&lt;br&gt;&amp;gt;However, I cannot recall what I have exactly done when it was finally
&lt;br&gt;&amp;gt;recognized.
&lt;br&gt;&amp;gt;I guess I went over the different installation documents a couple of
&lt;br&gt;&amp;gt;times installing all kinds of Python-components hoping it would work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Perhaps Jernej can tell what the installer is actually looking for.
&lt;br&gt;&amp;gt;It might be some registry key that can be missing or perhaps it is
&lt;br&gt;&amp;gt;looking for a specific Python version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Martin,
&lt;br&gt;&lt;br&gt;Thanks for your response, but I just got the install to work finally.
&lt;br&gt;&lt;br&gt;I ran a registry cleaner after my last uninstall, and this time the
&lt;br&gt;installation was successful.
&lt;br&gt;&lt;br&gt;Go Figure!
&lt;br&gt;&lt;br&gt;Thanks for your suggestions all the same
&lt;br&gt;&lt;br&gt;Don
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Don K. (via www.gimpusers.com)
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26204713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-does-not-recognize-that-Python-is-installed-tp26200421p26204713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26204478</id>
	<title>Re: Gimp does not recognize that Python is installed</title>
	<published>2009-11-04T12:54:54Z</published>
	<updated>2009-11-04T12:54:54Z</updated>
	<author>
		<name>Martijn Weisbeek</name>
	</author>
	<content type="html">Don,
&lt;br&gt;&lt;br&gt;Have you also tried Gimp-Python Easier at
&lt;br&gt;&lt;a href=&quot;http://photocomix-resources.deviantart.com/art/Gimp-Python-support-easier-74889017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://photocomix-resources.deviantart.com/art/Gimp-Python-support-easier-74889017&lt;/a&gt;&lt;br&gt;?
&lt;br&gt;I know that this was made before Windows 7 was finished, but it might
&lt;br&gt;be worth a try.
&lt;br&gt;&lt;br&gt;I can remember that I also tried installing GIMP-Python (on Windows XP).
&lt;br&gt;At first the GIMP Windows-installer did not recognize it (option was
&lt;br&gt;grayed out), but in the end I was able to install it and use
&lt;br&gt;Python-scripts with GIMP.
&lt;br&gt;However, I cannot recall what I have exactly done when it was finally
&lt;br&gt;recognized.
&lt;br&gt;I guess I went over the different installation documents a couple of
&lt;br&gt;times installing all kinds of Python-components hoping it would work.
&lt;br&gt;&lt;br&gt;Perhaps Jernej can tell what the installer is actually looking for.
&lt;br&gt;It might be some registry key that can be missing or perhaps it is
&lt;br&gt;looking for a specific Python version.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;a href=&quot;http://gimp.startpagina.nl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gimp.startpagina.nl&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26204478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-does-not-recognize-that-Python-is-installed-tp26200421p26204478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26200421</id>
	<title>Gimp does not recognize that Python is installed</title>
	<published>2009-11-04T09:13:19Z</published>
	<updated>2009-11-04T09:13:19Z</updated>
	<author>
		<name>Amie-11</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;First of all, I am completely new to both Gimp and Python.
&lt;br&gt;&lt;br&gt;I've installed Python and everything else that is needed for Gimp several
&lt;br&gt;times, but when I go to install Gimp, the Python components are always grayed
&lt;br&gt;out in the custom installation and therefore will not be installed. 
&lt;br&gt;&lt;br&gt;I've followed all the instructions for installing Python, Pycairo, Pygobject,
&lt;br&gt;and PyGTK, and have tested Python and found it working as it should, but
&lt;br&gt;Gimp just does not see it on the system.
&lt;br&gt;&lt;br&gt;FYI, I am running Windows 7 Ultimate.
&lt;br&gt;&lt;br&gt;Does anyone have any ideas as to why Gimp does not
&lt;br&gt;recognize that Python is installed on the system?
&lt;br&gt;&lt;br&gt;I'd appreciate any help. Thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Don K. (via www.gimpusers.com)
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26200421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-does-not-recognize-that-Python-is-installed-tp26200421p26200421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26200034</id>
	<title>Re: GIMP T-shirts in our online store</title>
	<published>2009-11-04T08:49:34Z</published>
	<updated>2009-11-04T08:49:34Z</updated>
	<author>
		<name>Bugzilla from daniel.hornung@gmx.de</name>
	</author>
	<content type="html">On Wednesday 04 November 2009, Ismael Barros² wrote:
&lt;br&gt;&amp;gt; How about a little competition?
&lt;br&gt;&lt;br&gt;Better than this list would be the gimp-user list, and I'm sure there are some 
&lt;br&gt;more lists for this purpose.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26200034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26200034/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirts-in-our-online-store-tp26043781p26200034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26196114</id>
	<title>Re: Wish: adding Jitter and Brush Dynamics into Script-Fu</title>
	<published>2009-11-04T05:16:52Z</published>
	<updated>2009-11-04T05:16:52Z</updated>
	<author>
		<name>ginodonig@gmail.com</name>
	</author>
	<content type="html">Hi.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/10/31 Michael Natterer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitch@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Sat, 2009-10-31 at 11:40 +0100, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196114&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ginodonig@...&lt;/a&gt; wrote:&lt;br&gt;
&amp;gt; Hi.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; After glancing over the various commands listed inside the Script-Fu&lt;br&gt;
&amp;gt; Procedure Browser, I noticed that it ain&amp;#39;t possible to invoke Jitter&lt;br&gt;
&amp;gt; and Brush Dynamics by using the Script-Fu language.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; It would be nice if these two useful features were implemented within&lt;br&gt;
&amp;gt; Script-Fu in some way.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; By chance, the addition of these functionalities into Script-Fu (as&lt;br&gt;
&amp;gt; new procedures or maybe as arguments of existing procedures) is&lt;br&gt;
&amp;gt; planned for upcoming versions of GIMP?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;yes.&lt;br&gt;
&lt;br&gt;
ciao,&lt;br&gt;
--mitch&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Out of curiosity, generally speaking, how this integration will be
eventually performed? Maybe, Brush Dynamics and Jitter will become new
arguments of the Script-Fu procedures concerning Brush Tools (like
gimp-paintbrush, gimp-dodgeburn, gimp-edit-stroke, etc...) ?&lt;br&gt;

&lt;br&gt;
Thanks in advance.
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196114&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wish%3A-adding-Jitter-and-Brush-Dynamics-into-Script-Fu-tp26141306p26196114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192603</id>
	<title>Re: GIMP T-shirts in our online store</title>
	<published>2009-11-04T00:27:52Z</published>
	<updated>2009-11-04T00:27:52Z</updated>
	<author>
		<name>Ismael Barros²</name>
	</author>
	<content type="html">2009/11/4 Ramón Miranda &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192603&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mirandagraphic@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; I really like the
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.freewear.org/images/release_candidates/gimp_base.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/images/release_candidates/gimp_base.png&lt;/a&gt;&lt;br&gt;&amp;gt; But i ´ll try to do a logo for you. the format must be svg? or xcf?
&lt;br&gt;&lt;br&gt;Oops, forgot that little detail. Format must be svg.
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192603&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirts-in-our-online-store-tp26043781p26192603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192509</id>
	<title>Re: Use/import ASL file</title>
	<published>2009-11-04T00:19:11Z</published>
	<updated>2009-11-04T00:19:11Z</updated>
	<author>
		<name>Owen-24</name>
	</author>
	<content type="html">On Tue, 3 Nov 2009 20:31:10 -0500
&lt;br&gt;arthur zhang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail2arthur@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi, I am new to this list and have limited experience with GIMP (on
&lt;br&gt;&amp;gt; Ubuntu). Now I have a ASL which google tells is PS style library file.
&lt;br&gt;&amp;gt; Can I use it in GIMP. Thanks. Arthur
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I would say no.
&lt;br&gt;&lt;br&gt;Go to File-&amp;gt;Open and you will see a dialog that allows you to select an
&lt;br&gt;extension type. &amp;nbsp;ASL does not appear in that list.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Owen
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-import-ASL-file-tp26189700p26192509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192433</id>
	<title>Re: GIMP T-shirts in our online store</title>
	<published>2009-11-04T00:09:46Z</published>
	<updated>2009-11-04T00:09:46Z</updated>
	<author>
		<name>Ismael Barros²</name>
	</author>
	<content type="html">On Mon, Oct 26, 2009 at 10:40 PM, Michael Schumacher &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192433&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schumaml@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Ismael Barros² wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We've taken the liberty of making some simple designs based on Wilber:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.freewear.org/images/release_candidates/propuesta_gimp.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/images/release_candidates/propuesta_gimp.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't really like any of the Wilbers shown there. Maybe you can come
&lt;br&gt;&amp;gt; up with some proposals featuring the more recent Wilber versions?
&lt;br&gt;&lt;br&gt;Our artist gave it a try:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freewear.org/images/release_candidates/gimp_base.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/images/release_candidates/gimp_base.png&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.freewear.org/images/release_candidates/gimp_base.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freewear.org/images/release_candidates/gimp_base.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;Anyway we've been talking about it and we think you guys could do it
&lt;br&gt;better. How about a little competition?
&lt;br&gt;&lt;br&gt;If you're willing, we can setup a competition so you can send me your
&lt;br&gt;designs to my email or to this list. Then I'd setup a little poll to
&lt;br&gt;vote for the best designs, and the winner design would get sold at
&lt;br&gt;Freewear.
&lt;br&gt;&lt;br&gt;Rewards for the winner: two free T-shirts (one with his design, and
&lt;br&gt;another one (s)he likes from our catalog), and a special mention in
&lt;br&gt;the T-shirt page with a link to his blog/gallery/portfolio if he
&lt;br&gt;wants.
&lt;br&gt;&lt;br&gt;The design constraints are imposed by the screen-printing technique: 3
&lt;br&gt;colors per design (we could print more, but we'd rather avoid it as
&lt;br&gt;the T-shirt would be more expensive: a 2 or 3 colors T-shirt is 16€
&lt;br&gt;and a 4 colors one is 18€), no gradients, no too small details. If we
&lt;br&gt;have to tune the winner design to make it printable we'll contact with
&lt;br&gt;the designer.
&lt;br&gt;&lt;br&gt;We'd like to have the T-shirt ready for Christmas, so the deadlines would be:
&lt;br&gt;Design: from yesterday to November the 22nd
&lt;br&gt;Poll: from the 33rd to the 30th.
&lt;br&gt;Then, we'd see if the winning design needs some tunning, and then we'd
&lt;br&gt;publish and print it.
&lt;br&gt;&lt;br&gt;Hope you like the idea, we're open to suggestions.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ismael
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192433&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIMP-T-shirts-in-our-online-store-tp26043781p26192433.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26190607</id>
	<title>Re: gimp-image-set-unit ineffective on 2.67 for windows</title>
	<published>2009-11-03T19:44:52Z</published>
	<updated>2009-11-03T19:44:52Z</updated>
	<author>
		<name>Alan Campbell-5</name>
	</author>
	<content type="html">Hi Sven,
&lt;br&gt;&lt;br&gt;But I've set GIMP preferences Default Image and Image Size in mm, and 
&lt;br&gt;Default Grid in mm.
&lt;br&gt;&lt;br&gt;If I do File | New, image is displayed with mm units n status bar. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Why doesn't that happen for an image created 
&lt;br&gt;from a template created from my script? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Is there some other preference I should change?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; On Sun, 2009-11-01 at 18:38 +0000, Alan Campbell wrote:
&lt;br&gt;&amp;gt; &amp;gt; I'm trying to get a script to generate an image with default 
&lt;br&gt;units 
&lt;br&gt;&amp;gt; &amp;gt; (as displayed in status bar at bottom of image window)
&lt;br&gt;&amp;gt; &amp;gt; to be mm instead of pixels. My script does
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; The units displayed in the status bar are the image's display 
&lt;br&gt;units. The
&lt;br&gt;&amp;gt; display unit is different from the image unit and it can only be 
&lt;br&gt;changed
&lt;br&gt;&amp;gt; by the user, not by a script.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; Sven
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;Alan Campbell
&lt;br&gt;BRIGHTON, UK
&lt;br&gt;&lt;br&gt;Every program has at least one bug and can
&lt;br&gt;be shortened by at least one instruction
&lt;br&gt;-- from which, by induction, one can 
&lt;br&gt;deduce that every program can be reduced to
&lt;br&gt;one instruction which doesn't work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;===================== +++++ &amp;nbsp;=====================
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190607&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gimp-image-set-unit-ineffective-on-2.67-for-windows-tp26153536p26190607.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26189700</id>
	<title>Use/import ASL file</title>
	<published>2009-11-03T17:31:10Z</published>
	<updated>2009-11-03T17:31:10Z</updated>
	<author>
		<name>arthur zhang</name>
	</author>
	<content type="html">Hi, I am new to this list and have limited experience with GIMP (on
&lt;br&gt;Ubuntu). Now I have a ASL which google tells is PS style library file.
&lt;br&gt;Can I use it in GIMP. Thanks. Arthur
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26189700&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-import-ASL-file-tp26189700p26189700.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26189259</id>
	<title>Re: www.gimp.org/ircd.gimp.org outage</title>
	<published>2009-11-03T16:39:02Z</published>
	<updated>2009-11-03T16:39:02Z</updated>
	<author>
		<name>phorgan1</name>
	</author>
	<content type="html">Michael Schumacher wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; as some of you may already have noticed, there's a problem with
&lt;br&gt;&amp;gt; www.gimp.org and ircd.gimp.org. Both hosts are currently unreachable.
&lt;br&gt;&amp;gt; As far as I know, both services run on the same machine, so it isn't
&lt;br&gt;&amp;gt; surprising that both are not available.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;It's back:)
&lt;br&gt;&lt;br&gt;Patrick
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26189259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/www.gimp.org-ircd.gimp.org-outage-tp26187976p26189259.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26187979</id>
	<title>www.gimp.org/ircd.gimp.org outage</title>
	<published>2009-11-03T14:41:36Z</published>
	<updated>2009-11-03T14:41:36Z</updated>
	<author>
		<name>Michael Schumacher</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;as some of you may already have noticed, there's a problem with
&lt;br&gt;www.gimp.org and ircd.gimp.org. Both hosts are currently unreachable.
&lt;br&gt;As far as I know, both services run on the same machine, so it isn't
&lt;br&gt;surprising that both are not available.
&lt;br&gt;&lt;br&gt;We don't yet know what's causing this (although we've planted some
&lt;br&gt;rumors to spare everyone the need to come up with their own).
&lt;br&gt;&lt;br&gt;I'm currently waiting for feedback from the server admin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; GIMP &amp;gt; &lt;a href=&quot;http://www.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gimp.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; | IRC: irc://irc.gimp.org/gimp
&lt;br&gt;&amp;nbsp; &amp;nbsp; Wiki &amp;gt; &lt;a href=&quot;http://wiki.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.gimp.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;| .de: &lt;a href=&quot;http://gimpforum.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gimpforum.de&lt;/a&gt;&lt;br&gt;Plug-ins &amp;gt; &lt;a href=&quot;http://registry.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://registry.gimp.org&lt;/a&gt;&amp;nbsp;|
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/www.gimp.org-ircd.gimp.org-outage-tp26187979p26187979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26187976</id>
	<title>www.gimp.org/ircd.gimp.org outage</title>
	<published>2009-11-03T14:41:36Z</published>
	<updated>2009-11-03T14:41:36Z</updated>
	<author>
		<name>Michael Schumacher</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;as some of you may already have noticed, there's a problem with
&lt;br&gt;www.gimp.org and ircd.gimp.org. Both hosts are currently unreachable.
&lt;br&gt;As far as I know, both services run on the same machine, so it isn't
&lt;br&gt;surprising that both are not available.
&lt;br&gt;&lt;br&gt;We don't yet know what's causing this (although we've planted some
&lt;br&gt;rumors to spare everyone the need to come up with their own).
&lt;br&gt;&lt;br&gt;I'm currently waiting for feedback from the server admin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; GIMP &amp;gt; &lt;a href=&quot;http://www.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gimp.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; | IRC: irc://irc.gimp.org/gimp
&lt;br&gt;&amp;nbsp; &amp;nbsp; Wiki &amp;gt; &lt;a href=&quot;http://wiki.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.gimp.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;| .de: &lt;a href=&quot;http://gimpforum.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gimpforum.de&lt;/a&gt;&lt;br&gt;Plug-ins &amp;gt; &lt;a href=&quot;http://registry.gimp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://registry.gimp.org&lt;/a&gt;&amp;nbsp;|
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/www.gimp.org-ircd.gimp.org-outage-tp26187976p26187976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26178873</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-03T04:26:06Z</published>
	<updated>2009-11-03T04:26:06Z</updated>
	<author>
		<name>Alexia Death-2</name>
	</author>
	<content type="html">On Tue, Nov 3, 2009 at 11:46 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Patrick Horgan wrote:
&lt;br&gt;&amp;gt;&amp;gt; One hand on the tablet and the other on the pen doesn't leave a third
&lt;br&gt;&amp;gt;&amp;gt; for the keyboard.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sounds a bit like holding your mouse mat whilst using the mouse to stop
&lt;br&gt;&amp;gt; it sliding around.
&lt;br&gt;&lt;br&gt;Mouse is relative so moving mouse mat is a use issue. However, tablet
&lt;br&gt;is an absolute device so holding the tablet is a bit different.
&lt;br&gt;If you draw on a paper, you turn te paper to get your strokes to run
&lt;br&gt;conveniently for your hand. Thats something I do holding my tablet. I
&lt;br&gt;tilt my head and turn the tablet to keep the alignment. My tablet
&lt;br&gt;positioning tends to depend on what I do. Scetching, creative painting
&lt;br&gt;etc, I hold my tablet and align it as I need with the screen. Just
&lt;br&gt;using as a mouse, I set it down next to my laptop and keep my other
&lt;br&gt;hand on the keyboard, but I do that only about 20% of the time. Mouse
&lt;br&gt;is much more convenient for such interaction.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;--Alexia
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26178873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26177160</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-03T01:46:12Z</published>
	<updated>2009-11-03T01:46:12Z</updated>
	<author>
		<name>gg-6</name>
	</author>
	<content type="html">Patrick Horgan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sven Neumann wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sun, 2009-11-01 at 09:29 -0800, Patrick Horgan wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yea!!! &amp;nbsp;Seems like an obvious idea now that I've heard it that would 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make tablet user's lifes more happy:) &amp;nbsp;Although, if you think about why 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would be wanting to get rid of the selection, I'm probably going to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; have to scale or select another layer or something that is also less 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; than optional. &amp;nbsp;If we could have two little buttons it would be much 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; better. &amp;nbsp;The first, the aforementioned selection canceler, and the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; second, something that does the same toggle as hitting &amp;lt;TAB&amp;gt;. &amp;nbsp;I love 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the &amp;lt;TAB&amp;gt; keyboard shortcut, but to use it I usually have to set down my 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; tablet and reach over to the keyboard, which breaks the flow.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I wonder why you need both hands on the tablet. The pros that I have
&lt;br&gt;&amp;gt;&amp;gt; seen working with GIMP always had one hand on the keyboard and the other
&lt;br&gt;&amp;gt;&amp;gt; hand holding the tablet pen. I don't want to offend you in any way, I
&lt;br&gt;&amp;gt;&amp;gt; just would like to understand why using the tablet and the keyboard at
&lt;br&gt;&amp;gt;&amp;gt; the same time is not an option for you.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; One hand on the tablet and the other on the pen doesn't leave a third 
&lt;br&gt;&amp;gt; for the keyboard. &amp;nbsp;Have to set down the tablet or the pen, and since I 
&lt;br&gt;&amp;gt; usually use my left hand for &amp;lt;TAB&amp;gt;, and for the tablet, it's the tablet 
&lt;br&gt;&amp;gt; that's set down. &amp;nbsp;I have the tablet, a wacom, in my left hand. &amp;nbsp;I 
&lt;br&gt;&amp;gt; imagine that I could set the tablet down and still use it, but it 
&lt;br&gt;&amp;gt; doesn't feel right. &amp;nbsp;Maybe if I had a bigger tablet? &amp;nbsp;The keyboard goes 
&lt;br&gt;&amp;gt; up to the edge of the desk, where would I put the tablet but holding 
&lt;br&gt;&amp;gt; it? &amp;nbsp;You've really confused me Sven. &amp;nbsp;My insecure side says maybe I'm 
&lt;br&gt;&amp;gt; using my tablet wrong? &amp;nbsp;But seriously holding it works like holding a 
&lt;br&gt;&amp;gt; tablet for me--it's natural.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Patrick
&lt;/div&gt;&lt;br&gt;sounds a bit like holding your mouse mat whilst using the mouse to stop 
&lt;br&gt;it sliding around.
&lt;br&gt;&lt;br&gt;I would suggest finding a _hardware_ solution to freeing up the other 
&lt;br&gt;hand rather than forfeiting use of the keyboard.
&lt;br&gt;&lt;br&gt;regard.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26177160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26177160.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26173965</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-02T18:11:02Z</published>
	<updated>2009-11-02T18:11:02Z</updated>
	<author>
		<name>Patrick Horgan</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Sven Neumann wrote:
&lt;blockquote cite=&quot;mid:1257097768.7989.51.camel@bender&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Hi,

On Sun, 2009-11-01 at 09:29 -0800, Patrick Horgan wrote:

  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Yea!!!  Seems like an obvious idea now that I've heard it that would 
make tablet user's lifes more happy:)  Although, if you think about why 
I would be wanting to get rid of the selection, I'm probably going to 
have to scale or select another layer or something that is also less 
than optional.  If we could have two little buttons it would be much 
better.  The first, the aforementioned selection canceler, and the 
second, something that does the same toggle as hitting &amp;lt;TAB&amp;gt;.  I love 
the &amp;lt;TAB&amp;gt; keyboard shortcut, but to use it I usually have to set down my 
tablet and reach over to the keyboard, which breaks the flow.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
I wonder why you need both hands on the tablet. The pros that I have
seen working with GIMP always had one hand on the keyboard and the other
hand holding the tablet pen. I don't want to offend you in any way, I
just would like to understand why using the tablet and the keyboard at
the same time is not an option for you.
  &lt;/pre&gt;
&lt;/blockquote&gt;
One hand on the tablet and the other on the pen doesn't leave a third
for the keyboard.  Have to set down the tablet or the pen, and since I
usually use my left hand for &amp;lt;TAB&amp;gt;, and for the tablet, it's the
tablet that's set down.  I have the tablet, a wacom, in my left hand. 
I imagine that I could set the tablet down and still use it, but it
doesn't feel right.  Maybe if I had a bigger tablet?  The keyboard goes
up to the edge of the desk, where would I put the tablet but holding
it?  You've really confused me Sven.  My insecure side says maybe I'm
using my tablet wrong?  But seriously holding it works like holding a
tablet for me--it's natural.&lt;br&gt;
&lt;br&gt;
Patrick&lt;br&gt;
&lt;blockquote cite=&quot;mid:1257097768.7989.51.camel@bender&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;

Sven




  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26173965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26173965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26172304</id>
	<title>Re: Re branding ....</title>
	<published>2009-11-02T15:08:00Z</published>
	<updated>2009-11-02T15:08:00Z</updated>
	<author>
		<name>Christopher Howard-3</name>
	</author>
	<content type="html">vabijou2 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Christopher Howard-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Its about having a product you aren't afraid to advertise. ..... As soon
&lt;br&gt;&amp;gt;&amp;gt; as I say &amp;quot;GIMP,&amp;quot; you can see
&lt;br&gt;&amp;gt;&amp;gt; the doubt on their faces, because they associate the word with being
&lt;br&gt;&amp;gt;&amp;gt; weak or lame.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I agree with this. &amp;nbsp;Many people shy away from using products that aren't
&lt;br&gt;&amp;gt; mainstream, and have little to do with (or knowledge of) open source
&lt;br&gt;&amp;gt; software alternatives. &amp;nbsp;There is nothing about the current name that
&lt;br&gt;&amp;gt; inspires confidence or denotes competence.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think that the time to change the name would be when a release comes out
&lt;br&gt;&amp;gt; that has an option to run in a single window. &amp;nbsp;This is a major change that
&lt;br&gt;&amp;gt; people have requested for some time and this new configuration is sure to be
&lt;br&gt;&amp;gt; discussed widely on the internet. &amp;nbsp;That version could be called something
&lt;br&gt;&amp;gt; like &amp;quot;Gimp+&amp;quot;. &amp;nbsp;Over time this might become shortened in blogs, forums, etc.
&lt;br&gt;&amp;gt; to &amp;quot;G+&amp;quot;, and then a later major release could use that as the name. &amp;nbsp;The
&lt;br&gt;&amp;gt; whole time, Wilber the mascot would remain basically the same to provide
&lt;br&gt;&amp;gt; continuity. &amp;nbsp;I'm no ad wizard so I don't claim this is the best naming
&lt;br&gt;&amp;gt; strategy, but I think it provides an example of how the rebranding process
&lt;br&gt;&amp;gt; could go.
&lt;/div&gt;&lt;/div&gt;If the devels ever did come over to the other side on this issue, the
&lt;br&gt;coolest way to go about picking a new name would be a contest. For
&lt;br&gt;example, have a web page where people suggest a name or vote on a list
&lt;br&gt;of names. Then the devs could pick from the top 5.
&lt;br&gt;&lt;br&gt;Imagine the publicity and recognition the project would get the moment
&lt;br&gt;word got out about the contest! It would be on every blog and news site
&lt;br&gt;in the FOSS universe!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christopher Howard
&lt;br&gt;&lt;a href=&quot;http://indicium.us&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://indicium.us&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://theologia.indicium.us&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://theologia.indicium.us&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26172304&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (269 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26172304/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-name-%22Gimp%22-tp26102353p26172304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26170545</id>
	<title>Python problems</title>
	<published>2009-11-02T12:53:07Z</published>
	<updated>2009-11-02T12:53:07Z</updated>
	<author>
		<name>Amie-11</name>
	</author>
	<content type="html">Since upgrading kubuntu to 9.10 I am now getting error messages regarding
&lt;br&gt;python skripts.
&lt;br&gt;&lt;br&gt;The error: Sorry the program &amp;quot;*.py&amp;quot; closed unexpectedly.
&lt;br&gt;&lt;br&gt;The skripts-layerfx,contactsheet and btn4ws.
&lt;br&gt;&lt;br&gt;Any help?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;prjohn (via www.gimpusers.com)
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26170545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Python-problems-tp26170545p26170545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26168432</id>
	<title>Wacom Bamboo</title>
	<published>2009-11-02T10:19:25Z</published>
	<updated>2009-11-02T10:19:25Z</updated>
	<author>
		<name>Amie-11</name>
	</author>
	<content type="html">Not sure if you still want to know, I got a wacom bamboo pen tablet, never
&lt;br&gt;done a thorough test but, it seems to me works fine, the pressure sensitivity
&lt;br&gt;feature also works.
&lt;br&gt;&lt;br&gt;&amp;gt; I want to know if wacom bamboo pen tablet (the one that costs only $69)
&lt;br&gt;works
&lt;br&gt;&amp;gt;well with GIMP. Im using windows xp.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Neil B. (via www.gimpusers.com)
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26168432&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wacom-Bamboo-tp26003716p26168432.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26166547</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-02T08:23:15Z</published>
	<updated>2009-11-02T08:23:15Z</updated>
	<author>
		<name>Chris Mohler</name>
	</author>
	<content type="html">On Mon, Nov 2, 2009 at 11:49 AM, Sven Neumann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26166547&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sven@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I wonder why you need both hands on the tablet. The pros that I have
&lt;br&gt;&amp;gt; seen working with GIMP always had one hand on the keyboard and the other
&lt;br&gt;&amp;gt; hand holding the tablet pen. I don't want to offend you in any way, I
&lt;br&gt;&amp;gt; just would like to understand why using the tablet and the keyboard at
&lt;br&gt;&amp;gt; the same time is not an option for you.
&lt;br&gt;&lt;br&gt;After some of these replies, just wanted to say that this describes
&lt;br&gt;*exactly* how I work. &amp;nbsp;In addition to the actual drawing/editing I
&lt;br&gt;also need to track email and web pages, so I need to be able to jump
&lt;br&gt;between kb+pad and full kb easily (pretty much just drop the pen into
&lt;br&gt;my lap and start typing).
&lt;br&gt;&lt;br&gt;I'd like to ask the folks who do not keep a hand on the keyboard: how
&lt;br&gt;do you save files? &amp;nbsp;How do you enter text into GIMP? &amp;nbsp;Do you not use
&lt;br&gt;modifier keys when selecting/drawing? &amp;nbsp;I find that just about
&lt;br&gt;everything I do (in any drawing program) requires both hands - but I
&lt;br&gt;would like to hear more about how others work.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26166547&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26166547.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26161247</id>
	<title>Re: Gimp on Windows 7 not Recognising PNG, JPG, etc.</title>
	<published>2009-11-02T01:51:20Z</published>
	<updated>2009-11-02T01:51:20Z</updated>
	<author>
		<name>Jernej Simončič-2</name>
	</author>
	<content type="html">On Mon, &amp;nbsp;2 Nov 2009 06:10:21 +0100 (CET), eXAKR wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I frequently use The GIMP for photo-editing work and I am absolutely lost
&lt;br&gt;&amp;gt; without it. Could someone help me out here? Thanks.
&lt;br&gt;&lt;br&gt;Go to your user profile directory (click on your username in Start Menu)
&lt;br&gt;and delete or rename the .gimp-2.6 folder (and if you have any older
&lt;br&gt;.gimp-2.x folders, delete them, too), then try running GIMP again.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;lt; Jernej Simončič &amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;gt;&amp;lt; &lt;a href=&quot;http://eternallybored.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eternallybored.org/&lt;/a&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161247&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gimp-on-Windows-7-not-Recognising-PNG%2C-JPG%2C-etc.-tp26158472p26161247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160944</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-02T01:29:24Z</published>
	<updated>2009-11-02T01:29:24Z</updated>
	<author>
		<name>yahvuu</name>
	</author>
	<content type="html">hi all,
&lt;br&gt;&lt;br&gt;peter sikking wrote:
&lt;br&gt;&amp;gt; what I am missing is a direct way to end the selection state.
&lt;br&gt;&lt;br&gt;another thought:
&lt;br&gt;when selection masks get disposed frequently, this points at possible
&lt;br&gt;improvements in other places, IMHO.
&lt;br&gt;&lt;br&gt;Stroking circles as an example: the task is finished once the circle
&lt;br&gt;is visible -- in my mind, but not so for GIMP, as i have to get rid of the
&lt;br&gt;selection afterwards. Genuine geometry tools shurely work better here than
&lt;br&gt;throw-away selection masks.
&lt;br&gt;&lt;br&gt;Complex selection masks, on the other hand, like a hair cut-out, tend to survive in
&lt;br&gt;form of layer masks or alpha channels.
&lt;br&gt;&lt;br&gt;I'm not really shure: are there other common workflows which build selection masks
&lt;br&gt;that are more complex than just a rectangle and still dispose the mask afterwards?
&lt;br&gt;&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;yahvuu
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26160944&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26160944.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160740</id>
	<title>Re: ceci n'est pas une selection...</title>
	<published>2009-11-02T01:09:57Z</published>
	<updated>2009-11-02T01:09:57Z</updated>
	<author>
		<name>SHIRAKAWA Akira</name>
	</author>
	<content type="html">Sven Neumann wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I wonder why you need both hands on the tablet. The pros that I have
&lt;br&gt;&amp;gt; seen working with GIMP always had one hand on the keyboard and the other
&lt;br&gt;&amp;gt; hand holding the tablet pen. I don't want to offend you in any way, I
&lt;br&gt;&amp;gt; just would like to understand why using the tablet and the keyboard at
&lt;br&gt;&amp;gt; the same time is not an option for you.
&lt;br&gt;&lt;br&gt;This workflow may be ok with certain types of uses/users (for example 
&lt;br&gt;photo retouching with a small tablet), but personally when I'm drawing 
&lt;br&gt;(main thing I use the tablet for with GIMP) I want, as when I draw on 
&lt;br&gt;paper, to keep the tablet aligned to my main monitor and keep a proper 
&lt;br&gt;body/arm position.
&lt;br&gt;&lt;br&gt;As I'm right-handed, the only places for the keyboard to be would be in 
&lt;br&gt;my case between the monitor and the tablet (where I actually keep it) or 
&lt;br&gt;to the left of the tablet. So the ESC key would be in either cases too 
&lt;br&gt;far away and require tiring and unnecessary stretching of my left arm.
&lt;br&gt;&lt;br&gt;Most tablets have usually a few (4-8 or more depending on the model, 
&lt;br&gt;some may have less) shortcut keys and a touch ring/strip. So the left 
&lt;br&gt;hand (or right hand for LH users) is usually not just lying on the 
&lt;br&gt;tablet doing nothing but has access to a limited set of quickly and 
&lt;br&gt;comfortably reachable keys. It's true that one of them could be mapped 
&lt;br&gt;to the &amp;quot;select none&amp;quot; option, but depending on the user and/or tablet, 
&lt;br&gt;this shortcut might have to be sacrificed for other, more used, ones.
&lt;br&gt;&lt;br&gt;All this without even talking of tablet PCs, tablet monitors, or users 
&lt;br&gt;who use their tablet on their lap like if they were drawing on a 
&lt;br&gt;sketchbook. In these cases keyboard access can be rather inconvenient 
&lt;br&gt;and thus limited to the minimum possible.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;SHIRAKAWA Akira
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-developer mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26160740&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-developer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-Developer-f85.html&quot; embed=&quot;fixTarget[85]&quot; target=&quot;_top&quot; &gt;Gimp Developer&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ceci-n%27est-pas-une-selection...-tp26138718p26160740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26159219</id>
	<title>CR2 opens only b&amp;w</title>
	<published>2009-11-01T23:31:09Z</published>
	<updated>2009-11-01T23:31:09Z</updated>
	<author>
		<name>Amie-11</name>
	</author>
	<content type="html">Any CR2 RAW file from my Canon T1i (500D) opens black and white only (iMac/
&lt;br&gt;Gimp 2.6/ UFRAW 0.15). I've spent hours trying to find a solution and may not
&lt;br&gt;see the forest for the trees. Any help is appreciated - I am &amp;quot;just a user&amp;quot; and
&lt;br&gt;have no knowledge of codes: please keep it simple.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;cah (via www.gimpusers.com)
&lt;br&gt;_______________________________________________
&lt;br&gt;Gimp-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26159219&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gimp-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gimp-User-f84.html&quot; embed=&quot;fixTarget[84]&quot; target=&quot;_top&quot; &gt;Gimp User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CR2-opens-only-b-w-tp26159219p26159219.html" />
</entry>

</feed>
