<?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 on: Ubuntu window screenshot with frame</title>
	<atom:link href="http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/</link>
	<description>The ramblings of a bochap guy</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:55:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ronald</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-658</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Wed, 16 Nov 2011 21:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-658</guid>
		<description>Hi again,

I&#039;ve posted my version of this excellent script, link at my name.

Note that the link is behind a self-signed HTTPS certificate, so your browser may bring that to your attention with anything from a simple notice to setting its hair on fire (I&#039;m looking at you, Firefox).

Also, Drupal wouldn&#039;t let me save the attachment with a *.sh name, so I had to call it *.txt: I suggest downloading &amp; renaming to *.sh, although simply setting it to executable (chmod +x [script-name]) should do it, regardless of file name extension.

If you try it, leave me a message via the Contact form on my site: I&#039;d love to hear from you.</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I&#8217;ve posted my version of this excellent script, link at my name.</p>
<p>Note that the link is behind a self-signed HTTPS certificate, so your browser may bring that to your attention with anything from a simple notice to setting its hair on fire (I&#8217;m looking at you, Firefox).</p>
<p>Also, Drupal wouldn&#8217;t let me save the attachment with a *.sh name, so I had to call it *.txt: I suggest downloading &amp; renaming to *.sh, although simply setting it to executable (chmod +x [script-name]) should do it, regardless of file name extension.</p>
<p>If you try it, leave me a message via the Contact form on my site: I&#8217;d love to hear from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chewearn</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-657</link>
		<dc:creator>chewearn</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-657</guid>
		<description>hi Ronald
Thanks for your update.  I did not post about Ubuntu for some time; the need to capture full windows have cease to be a problem :)

However, you are welcome to add a link to your script and I will point my blog&#039;s visitors to the page.</description>
		<content:encoded><![CDATA[<p>hi Ronald<br />
Thanks for your update.  I did not post about Ubuntu for some time; the need to capture full windows have cease to be a problem <img src='http://blog.chewearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>However, you are welcome to add a link to your script and I will point my blog&#8217;s visitors to the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-656</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Mon, 14 Nov 2011 17:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-656</guid>
		<description>Nice script, thank you!

I&#039;ve taken the liberty to modify it, rather dramatically:

* a Zenity pop-up to tell user to click INSIDE desired window (in case they miss the cross-hair cursor), with a Continue? Y/N option

* detects error if user clicked title bar (frame not available) and gives pop-up error message

* extracts screenshot file name from windows title and makes screenshot-$Title.png the default output file name

* uses zenity --file-selector --save --confirm-overwrite to allow user to store image where ever they please

I may post the script on one of my websites, if I can figure out an appropriate one, but wonder if you&#039;d like the updated script to post here?


Thanks again for your effort!

rb</description>
		<content:encoded><![CDATA[<p>Nice script, thank you!</p>
<p>I&#8217;ve taken the liberty to modify it, rather dramatically:</p>
<p>* a Zenity pop-up to tell user to click INSIDE desired window (in case they miss the cross-hair cursor), with a Continue? Y/N option</p>
<p>* detects error if user clicked title bar (frame not available) and gives pop-up error message</p>
<p>* extracts screenshot file name from windows title and makes screenshot-$Title.png the default output file name</p>
<p>* uses zenity &#8211;file-selector &#8211;save &#8211;confirm-overwrite to allow user to store image where ever they please</p>
<p>I may post the script on one of my websites, if I can figure out an appropriate one, but wonder if you&#8217;d like the updated script to post here?</p>
<p>Thanks again for your effort!</p>
<p>rb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanaoka</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-460</link>
		<dc:creator>hanaoka</dc:creator>
		<pubDate>Thu, 13 May 2010 04:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-460</guid>
		<description>I tried command:
import -frame -screen screenshot.png

Not everytime, but it takes the screenshot of the window with frame for me.</description>
		<content:encoded><![CDATA[<p>I tried command:<br />
import -frame -screen screenshot.png</p>
<p>Not everytime, but it takes the screenshot of the window with frame for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chewearn</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-440</link>
		<dc:creator>chewearn</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-440</guid>
		<description>hi Rod
Thanks for reading.

Yeah,  at this stage, there is little hope this bug will ever be fixed.

Compiz Fusion developers are going thru a rewrite to C++ in version 0.9.  Meanwhile, Gnome people is busy with Gnome Shell for Gnome 3.  Both sides have not had a good history of co-operating.</description>
		<content:encoded><![CDATA[<p>hi Rod<br />
Thanks for reading.</p>
<p>Yeah,  at this stage, there is little hope this bug will ever be fixed.</p>
<p>Compiz Fusion developers are going thru a rewrite to C++ in version 0.9.  Meanwhile, Gnome people is busy with Gnome Shell for Gnome 3.  Both sides have not had a good history of co-operating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-436</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-436</guid>
		<description>I was caught out by this bug recently. I was replacing the original Russian screenshots in an English help file for an application (Double Commander). I stupidly didn&#039;t notice that the screenshots were missing the titlebars and I had created about 3/4 of them. I had to switch to metacity  for the window decoration and recreate them all over again :-(

This bug still exists in Jaunty (and I wouldn&#039;t be surprised if it&#039;s in Karmic too). Thanks for your fix, it will be nice to take screenshots with my fancy compiz decorations :-)

Rod.</description>
		<content:encoded><![CDATA[<p>I was caught out by this bug recently. I was replacing the original Russian screenshots in an English help file for an application (Double Commander). I stupidly didn&#8217;t notice that the screenshots were missing the titlebars and I had created about 3/4 of them. I had to switch to metacity  for the window decoration and recreate them all over again <img src='http://blog.chewearn.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>This bug still exists in Jaunty (and I wouldn&#8217;t be surprised if it&#8217;s in Karmic too). Thanks for your fix, it will be nice to take screenshots with my fancy compiz decorations <img src='http://blog.chewearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Rod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chewearn</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-278</link>
		<dc:creator>chewearn</dc:creator>
		<pubDate>Sun, 22 Feb 2009 18:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-278</guid>
		<description>hi Kaho
Thanks for reading.

I guess it should be possible to automatically append a number to the filename, to prevent it from overwriting a previous file.  However, it&#039;s troublesome enough that I would not want to implement this.  Really, screenshots are not something I do frequently enough to warrant the effort.

To save the screenshot file to the desktop, simply change the three occurrences of &quot;screenshot.png&quot; to &quot;~/Desktop/screenshot.png&quot;.</description>
		<content:encoded><![CDATA[<p>hi Kaho<br />
Thanks for reading.</p>
<p>I guess it should be possible to automatically append a number to the filename, to prevent it from overwriting a previous file.  However, it&#8217;s troublesome enough that I would not want to implement this.  Really, screenshots are not something I do frequently enough to warrant the effort.</p>
<p>To save the screenshot file to the desktop, simply change the three occurrences of &#8220;screenshot.png&#8221; to &#8220;~/Desktop/screenshot.png&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaho</title>
		<link>http://blog.chewearn.com/2008/12/11/ubuntu-window-screenshot-with-frame/comment-page-1/#comment-277</link>
		<dc:creator>Kaho</dc:creator>
		<pubDate>Sun, 22 Feb 2009 17:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chewearn.com/?p=187#comment-277</guid>
		<description>Thanks, this is nice ! 
I used Ctrl+PrtScr keybinding to launch the script ^^
 
But if I take a new screenshot, it overwrites the  previous one... Is there a way to automatically name the files &quot;sreenshot1.png&quot;, &quot;screenshot2.png&quot;... ?
 Also I wanted to know if it was possible to have the screenshots saved on the desktop instead of the home directory ?</description>
		<content:encoded><![CDATA[<p>Thanks, this is nice !<br />
I used Ctrl+PrtScr keybinding to launch the script ^^</p>
<p>But if I take a new screenshot, it overwrites the  previous one&#8230; Is there a way to automatically name the files &#8220;sreenshot1.png&#8221;, &#8220;screenshot2.png&#8221;&#8230; ?<br />
 Also I wanted to know if it was possible to have the screenshots saved on the desktop instead of the home directory ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

