<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Shutter - Featureful Screenshot Tool</title>
	<atom:link href="http://shutter-project.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shutter-project.org</link>
	<description>Screencapture made easy</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:54:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Downloads by shutter, mais recursos para tirar sua screenshot &#124; gutocarvalho.net</title>
		<link>http://shutter-project.org/downloads/#comment-3224</link>
		<dc:creator>shutter, mais recursos para tirar sua screenshot &#124; gutocarvalho.net</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=17#comment-3224</guid>
		<description>[...] Screenshots: ﻿http://shutter-project.org/screenshots Downloads: http://shutter-project.org/downloads/ Licença: GPL [...]</description>
		<content:encoded><![CDATA[<p>[...] Screenshots: ﻿http://shutter-project.org/screenshots Downloads: http://shutter-project.org/downloads/ Licença: GPL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screenshots by shutter, mais recursos na sua screenshot &#124; gutocarvalho.net</title>
		<link>http://shutter-project.org/screenshots/#comment-3223</link>
		<dc:creator>shutter, mais recursos na sua screenshot &#124; gutocarvalho.net</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=24#comment-3223</guid>
		<description>[...] do projeto: ﻿﻿http://shutter-project.org/ Screenshots: ﻿http://shutter-project.org/screenshots Licenças: GPL [...]</description>
		<content:encoded><![CDATA[<p>[...] do projeto: ﻿﻿http://shutter-project.org/ Screenshots: ﻿http://shutter-project.org/screenshots Licenças: GPL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PPA-Installation Guide by kensol</title>
		<link>http://shutter-project.org/faq-help/ppa-installation-guide/#comment-3215</link>
		<dc:creator>kensol</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=243#comment-3215</guid>
		<description>Thank you!! I&#039;ve been searching for a tool like this and I didn&#039;t find anything really useful until now.</description>
		<content:encoded><![CDATA[<p>Thank you!! I&#8217;ve been searching for a tool like this and I didn&#8217;t find anything really useful until now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Romario</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3202</link>
		<dc:creator>Romario</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3202</guid>
		<description>&lt;a href=&quot;#comment-3193&quot; rel=&quot;nofollow&quot;&gt;@Doug Whitfield&lt;/a&gt; 
You need to check postr&#039;s .desktop file. Usually its path is: /usr/share/applications/postr.desktop
There are several key/value pairs in the file. You need to check if there is a &#039;MimeType&#039; key and the related values. In the latest version of ubuntu the values look like this:

------snip-----
MimeType=image/bmp;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/tiff;image/jpeg;image/x-psd;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;
------snip-----

As you can see &#039;image/png&#039; is listed here. If there is no such value you need to add it (and execute &#039;update-desktop-database&#039; via terminal with root privileges afterwards).

Shutter uses a gnome library to access those .desktop files and list all applications that are registered to a specific mime-type. There is no way to edit the list manually (usually you should not need it). 

The reason why I asked if you are using ubuntu or not: The postr package in older versions of ubuntu was broken (no &#039;MimeType&#039; key provided in the .desktop file).

Regards
Mario</description>
		<content:encoded><![CDATA[<p><a href="#comment-3193" rel="nofollow">@Doug Whitfield</a><br />
You need to check postr&#8217;s .desktop file. Usually its path is: /usr/share/applications/postr.desktop<br />
There are several key/value pairs in the file. You need to check if there is a &#8216;MimeType&#8217; key and the related values. In the latest version of ubuntu the values look like this:</p>
<p>&#8212;&#8212;snip&#8212;&#8211;<br />
MimeType=image/bmp;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/tiff;image/jpeg;image/x-psd;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;<br />
&#8212;&#8212;snip&#8212;&#8211;</p>
<p>As you can see &#8216;image/png&#8217; is listed here. If there is no such value you need to add it (and execute &#8216;update-desktop-database&#8217; via terminal with root privileges afterwards).</p>
<p>Shutter uses a gnome library to access those .desktop files and list all applications that are registered to a specific mime-type. There is no way to edit the list manually (usually you should not need it). </p>
<p>The reason why I asked if you are using ubuntu or not: The postr package in older versions of ubuntu was broken (no &#8216;MimeType&#8217; key provided in the .desktop file).</p>
<p>Regards<br />
Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Doug Whitfield</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3193</link>
		<dc:creator>Doug Whitfield</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3193</guid>
		<description>@vadim it&#039;s still pretty clear you do not understand what I&#039;m asking.  The instructions for what I am asking about are emphatically not on this page.  As I mentioned before, the instructions on this page are for sending pictures to postr, if it is on your list.  These instructions are quite good for that!  Below I have linked to a screenshot to prove postr does NOT show up in the list.  You can see that I uploaded the picture using postr, so it is not a problem with postr.

http://www.flickr.com/photos/dawhitfield/4409190745/

So, I will repeat my question for clarity.  How do I edit the list of programs to which Shutter will send pictures?</description>
		<content:encoded><![CDATA[<p>@vadim it&#8217;s still pretty clear you do not understand what I&#8217;m asking.  The instructions for what I am asking about are emphatically not on this page.  As I mentioned before, the instructions on this page are for sending pictures to postr, if it is on your list.  These instructions are quite good for that!  Below I have linked to a screenshot to prove postr does NOT show up in the list.  You can see that I uploaded the picture using postr, so it is not a problem with postr.</p>
<p><a href="http://www.flickr.com/photos/dawhitfield/4409190745/" rel="nofollow">http://www.flickr.com/photos/dawhitfield/4409190745/</a></p>
<p>So, I will repeat my question for clarity.  How do I edit the list of programs to which Shutter will send pictures?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shutter 0.85 released – get it now! by ledom</title>
		<link>http://shutter-project.org/2009/11/shutter-0-85-released-%e2%80%93-get-it-now/#comment-3185</link>
		<dc:creator>ledom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?p=890#comment-3185</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-3184&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3184&quot; rel=&quot;nofollow&quot;&gt;ledom&lt;/a&gt; :&lt;/strong&gt;
Fine! thank you!
&lt;/blockquote&gt;
oh sorry, my reply was too fast.
After patching, ever get the same problem... no more attachment.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-3184"><p>
<strong><a href="#comment-3184" rel="nofollow">ledom</a> :</strong><br />
Fine! thank you!
</p></blockquote>
<p>oh sorry, my reply was too fast.<br />
After patching, ever get the same problem&#8230; no more attachment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shutter 0.85 released – get it now! by ledom</title>
		<link>http://shutter-project.org/2009/11/shutter-0-85-released-%e2%80%93-get-it-now/#comment-3184</link>
		<dc:creator>ledom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?p=890#comment-3184</guid>
		<description>Fine! thank you!</description>
		<content:encoded><![CDATA[<p>Fine! thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shutter 0.85 released – get it now! by Romario</title>
		<link>http://shutter-project.org/2009/11/shutter-0-85-released-%e2%80%93-get-it-now/#comment-3183</link>
		<dc:creator>Romario</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?p=890#comment-3183</guid>
		<description>&lt;a href=&quot;#comment-3170&quot; rel=&quot;nofollow&quot;&gt;@ledom&lt;/a&gt; 
Please have a look at the last comment by José Borges Ferreira here: 
https://bugs.launchpad.net/shutter/+bug/340762

Does this answer your question?</description>
		<content:encoded><![CDATA[<p><a href="#comment-3170" rel="nofollow">@ledom</a><br />
Please have a look at the last comment by José Borges Ferreira here:<br />
<a href="https://bugs.launchpad.net/shutter/+bug/340762" rel="nofollow">https://bugs.launchpad.net/shutter/+bug/340762</a></p>
<p>Does this answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloads by Ubuntuの漢字変換等 &#171; NEWミトコンドリア戦記</title>
		<link>http://shutter-project.org/downloads/#comment-3178</link>
		<dc:creator>Ubuntuの漢字変換等 &#171; NEWミトコンドリア戦記</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=17#comment-3178</guid>
		<description>[...] Shutter http://shutter-project.org/downloads/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Shutter <a href="http://shutter-project.org/downloads/" rel="nofollow">http://shutter-project.org/downloads/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shutter 0.85 released – get it now! by ledom</title>
		<link>http://shutter-project.org/2009/11/shutter-0-85-released-%e2%80%93-get-it-now/#comment-3170</link>
		<dc:creator>ledom</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?p=890#comment-3170</guid>
		<description>Shutter is a fine tool! Just a problem with the last version (0.85.1). When I try to send capture via email (files-&gt;send by email), a new thunderbird (3.0.2) email open but without any attachment...

ubuntu 9.10</description>
		<content:encoded><![CDATA[<p>Shutter is a fine tool! Just a problem with the last version (0.85.1). When I try to send capture via email (files-&gt;send by email), a new thunderbird (3.0.2) email open but without any attachment&#8230;</p>
<p>ubuntu 9.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Romario</title>
		<link>http://shutter-project.org/about/#comment-3167</link>
		<dc:creator>Romario</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=2#comment-3167</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-3159&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3159&quot; rel=&quot;nofollow&quot;&gt;anon-user&lt;/a&gt; :&lt;/strong&gt;
This looks very nice, but i would like to see extra features included such as start &amp; stop quick keys for a continued time delayed recording, 
&lt;/blockquote&gt;

You mean the possibility to stop &amp; resume the delay when capturing?
Please file a new bug for this (importance=wishlist):
https://bugs.launchpad.net/shutter

If you don&#039;t want to do this yourself, please contact me again so I can do this for you.

&lt;blockquote cite=&quot;#commentbody-3159&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3159&quot; rel=&quot;nofollow&quot;&gt;anon-user&lt;/a&gt; :&lt;/strong&gt;
also when i tried to capture gnome menu interactions using the PrtSc &amp; Alt+PrtSc the application failed to capture these requests which is something i was looking for.
&lt;/blockquote&gt;

Hotkeys do not work in general when a menu is active, because menus take the keyboard focus - this is not a bug in Shutter.
But you can easily capture a menu with Shutter anyway, see:
http://shutter-project.org/wp-content/uploads/capture_menu_0.85.ogv</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-3159"><p>
<strong><a href="#comment-3159" rel="nofollow">anon-user</a> :</strong><br />
This looks very nice, but i would like to see extra features included such as start &amp; stop quick keys for a continued time delayed recording,
</p></blockquote>
<p>You mean the possibility to stop &#038; resume the delay when capturing?<br />
Please file a new bug for this (importance=wishlist):<br />
<a href="https://bugs.launchpad.net/shutter" rel="nofollow">https://bugs.launchpad.net/shutter</a></p>
<p>If you don&#8217;t want to do this yourself, please contact me again so I can do this for you.</p>
<blockquote cite="#commentbody-3159"><p>
<strong><a href="#comment-3159" rel="nofollow">anon-user</a> :</strong><br />
also when i tried to capture gnome menu interactions using the PrtSc &amp; Alt+PrtSc the application failed to capture these requests which is something i was looking for.
</p></blockquote>
<p>Hotkeys do not work in general when a menu is active, because menus take the keyboard focus &#8211; this is not a bug in Shutter.<br />
But you can easily capture a menu with Shutter anyway, see:<br />
<a href="http://shutter-project.org/wp-content/uploads/capture_menu_0.85.ogv" rel="nofollow">http://shutter-project.org/wp-content/uploads/capture_menu_0.85.ogv</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Romario</title>
		<link>http://shutter-project.org/about/#comment-3166</link>
		<dc:creator>Romario</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=2#comment-3166</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-3129&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3129&quot; rel=&quot;nofollow&quot;&gt;nick&lt;/a&gt; :&lt;/strong&gt;
Is it possible to leave a rectangular area or capture unchanged for the next screensot? 
&lt;/blockquote&gt;

This feature is nearly finished and will be included in the next version of Shutter, see:
https://bugs.launchpad.net/shutter/+bug/344754

&lt;blockquote cite=&quot;#commentbody-3129&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3129&quot; rel=&quot;nofollow&quot;&gt;nick&lt;/a&gt; :&lt;/strong&gt;
And, better, add to application a mode of creating series of screensot with the same capturing parameters after specified interval?
&lt;/blockquote&gt;

There is already a bug for this, but there has been no effort to implement this yet:
https://bugs.launchpad.net/shutter/+bug/338964

Stay tuned...</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-3129"><p>
<strong><a href="#comment-3129" rel="nofollow">nick</a> :</strong><br />
Is it possible to leave a rectangular area or capture unchanged for the next screensot?
</p></blockquote>
<p>This feature is nearly finished and will be included in the next version of Shutter, see:<br />
<a href="https://bugs.launchpad.net/shutter/+bug/344754" rel="nofollow">https://bugs.launchpad.net/shutter/+bug/344754</a></p>
<blockquote cite="#commentbody-3129"><p>
<strong><a href="#comment-3129" rel="nofollow">nick</a> :</strong><br />
And, better, add to application a mode of creating series of screensot with the same capturing parameters after specified interval?
</p></blockquote>
<p>There is already a bug for this, but there has been no effort to implement this yet:<br />
<a href="https://bugs.launchpad.net/shutter/+bug/338964" rel="nofollow">https://bugs.launchpad.net/shutter/+bug/338964</a></p>
<p>Stay tuned&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by anon-user</title>
		<link>http://shutter-project.org/about/#comment-3159</link>
		<dc:creator>anon-user</dc:creator>
		<pubDate>Sat, 27 Feb 2010 16:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=2#comment-3159</guid>
		<description>This looks very nice, but i would like to see extra features included such as start &amp; stop quick keys for a continued time delayed recording, also when i tried to capture gnome menu interactions using the PrtSc &amp; Alt+PrtSc the application failed to capture these requests which is something i was looking for. cant wait to see an increase within the feature set as the concept and application look great.</description>
		<content:encoded><![CDATA[<p>This looks very nice, but i would like to see extra features included such as start &amp; stop quick keys for a continued time delayed recording, also when i tried to capture gnome menu interactions using the PrtSc &amp; Alt+PrtSc the application failed to capture these requests which is something i was looking for. cant wait to see an increase within the feature set as the concept and application look great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by nick</title>
		<link>http://shutter-project.org/about/#comment-3129</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://web214.webgo24-server6.de/dachschlange/wordpress/?page_id=2#comment-3129</guid>
		<description>Is it possible to leave a rectangular area or capture unchanged for the next screensot? And, better, add to application a mode of creating series of screensot with the same capturing parameters after specified interval? Use case: I want create screenshots of 10 different tabs of one window. I should set rectangular area once, set interval (for example 1-2 second), push button and create 10 screenshots into files named like file_1, file_2, ... Between every screenshot I expected to do some simple task such as switch to the next tab with the mouse or keyboard. It would be really greate!</description>
		<content:encoded><![CDATA[<p>Is it possible to leave a rectangular area or capture unchanged for the next screensot? And, better, add to application a mode of creating series of screensot with the same capturing parameters after specified interval? Use case: I want create screenshots of 10 different tabs of one window. I should set rectangular area once, set interval (for example 1-2 second), push button and create 10 screenshots into files named like file_1, file_2, &#8230; Between every screenshot I expected to do some simple task such as switch to the next tab with the mouse or keyboard. It would be really greate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Vadim P.</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3114</link>
		<dc:creator>Vadim P.</dc:creator>
		<pubDate>Fri, 19 Feb 2010 01:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3114</guid>
		<description>I do know the answer and I do know what you&#039;re asking... and I already answered.

Lets make this clear because you don&#039;t seem to get it: follow the instructions, uploading to flickr works. These are complete instructions. You do not need to edit the list, because the list is auto-generated. That is why that part is missing.

So, I do know what I&#039;m talking about, and if it&#039;s not working for you in Fedora, then that&#039;s unfortunate, because the following instructions haven&#039;t been tested. I asked to confirm that you are using the instructions for any of the listed distros here, instead you ask how to edit the list. It&#039;s nice to be smart, but it&#039;s even nicer to help people trying to help you.</description>
		<content:encoded><![CDATA[<p>I do know the answer and I do know what you&#8217;re asking&#8230; and I already answered.</p>
<p>Lets make this clear because you don&#8217;t seem to get it: follow the instructions, uploading to flickr works. These are complete instructions. You do not need to edit the list, because the list is auto-generated. That is why that part is missing.</p>
<p>So, I do know what I&#8217;m talking about, and if it&#8217;s not working for you in Fedora, then that&#8217;s unfortunate, because the following instructions haven&#8217;t been tested. I asked to confirm that you are using the instructions for any of the listed distros here, instead you ask how to edit the list. It&#8217;s nice to be smart, but it&#8217;s even nicer to help people trying to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Doug Whitfield</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3111</link>
		<dc:creator>Doug Whitfield</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3111</guid>
		<description>@vadim no, the instructions are how to upload if Postr is already on the list. I am asking how to edit the list.  Please stop responding to my questions if you don&#039;t know the answers or what I&#039;m asking...or at least ask for clarification.  I appreciate your attempts to help, but you aren&#039;t and you are wasting both of our time.</description>
		<content:encoded><![CDATA[<p>@vadim no, the instructions are how to upload if Postr is already on the list. I am asking how to edit the list.  Please stop responding to my questions if you don&#8217;t know the answers or what I&#8217;m asking&#8230;or at least ask for clarification.  I appreciate your attempts to help, but you aren&#8217;t and you are wasting both of our time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Vadim P.</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3110</link>
		<dc:creator>Vadim P.</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3110</guid>
		<description>The instructions are right here on this page.

Are you doing this in Ubuntu and it&#039;s not working as intended?</description>
		<content:encoded><![CDATA[<p>The instructions are right here on this page.</p>
<p>Are you doing this in Ubuntu and it&#8217;s not working as intended?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Doug Whitfield</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3109</link>
		<dc:creator>Doug Whitfield</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3109</guid>
		<description>um, why doesn&#039;t someone post Ubuntu instructions and I&#039;ll do it on Fedora?  Applications are all basically the same.  I use both distros and I&#039;ve never had a problem converting instructions except for very deep programs such as GNOME or X.  Installation/version # is the only difference and I can handle that either place.  I assure you that if someone gave Ubuntu instructions for adding things to send to, I could make it happen in Fedora.  Probably some conf file.  I&#039;ll post if I ever care to figure it out, which I probably won&#039;t.

NOTE: This question has nothing to do with postr. If I wanted to add foo or bar or programX to that list, it would be the same question.</description>
		<content:encoded><![CDATA[<p>um, why doesn&#8217;t someone post Ubuntu instructions and I&#8217;ll do it on Fedora?  Applications are all basically the same.  I use both distros and I&#8217;ve never had a problem converting instructions except for very deep programs such as GNOME or X.  Installation/version # is the only difference and I can handle that either place.  I assure you that if someone gave Ubuntu instructions for adding things to send to, I could make it happen in Fedora.  Probably some conf file.  I&#8217;ll post if I ever care to figure it out, which I probably won&#8217;t.</p>
<p>NOTE: This question has nothing to do with postr. If I wanted to add foo or bar or programX to that list, it would be the same question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Vadim P.</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3108</link>
		<dc:creator>Vadim P.</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3108</guid>
		<description>Unfortunately it does, every distro does things &quot;their own way&quot; and it&#039;s not feasible to test every single one of them for us to see which way is it on that specific distro. Should the user would like to use it, and finds a way to make it work on that OS, we wouldn&#039;t mind adding the instructions here.

postr is a third-party application and is thus outside of our domain.</description>
		<content:encoded><![CDATA[<p>Unfortunately it does, every distro does things &#8220;their own way&#8221; and it&#8217;s not feasible to test every single one of them for us to see which way is it on that specific distro. Should the user would like to use it, and finds a way to make it work on that OS, we wouldn&#8217;t mind adding the instructions here.</p>
<p>postr is a third-party application and is thus outside of our domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload to Flickr by Doug Whitfield</title>
		<link>http://shutter-project.org/faq-help/upload-to-flickr/#comment-3099</link>
		<dc:creator>Doug Whitfield</dc:creator>
		<pubDate>Wed, 17 Feb 2010 19:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://shutter-project.org/?page_id=516#comment-3099</guid>
		<description>@Romario No. I am using Fedora, but should it matter?  Shouldn&#039;t there be generic instructions for adding a new application to which you&#039;d like to send files?</description>
		<content:encoded><![CDATA[<p>@Romario No. I am using Fedora, but should it matter?  Shouldn&#8217;t there be generic instructions for adding a new application to which you&#8217;d like to send files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
