<?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: Xvfb and Firefox headless screenshot generator</title>
	<atom:link href="http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/</link>
	<description>IT stuff and more...</description>
	<lastBuildDate>Thu, 09 Sep 2010 06:59:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom John</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-70</link>
		<dc:creator>Tom John</dc:creator>
		<pubDate>Wed, 28 Apr 2010 22:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-70</guid>
		<description>Hi, if you were interested in using the WebKit engine (backs Safari and Google Chrome) over Firefox&#039;s Gecko then check out webkit2png written in python.

There&#039;s a blog post that covers it in detail http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/ and it seems to have been standardised as a PyPi package at http://pypi.python.org/pypi/webkit2png.</description>
		<content:encoded><![CDATA[<p>Hi, if you were interested in using the WebKit engine (backs Safari and Google Chrome) over Firefox&#8217;s Gecko then check out webkit2png written in python.</p>
<p>There&#8217;s a blog post that covers it in detail <a href="http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/" rel="nofollow">http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/</a> and it seems to have been standardised as a PyPi package at <a href="http://pypi.python.org/pypi/webkit2png." rel="nofollow">http://pypi.python.org/pypi/webkit2png.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Villareal</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-65</link>
		<dc:creator>Ivan Villareal</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-65</guid>
		<description>I&#039;ve edited the settings with the about:config feature, after that I just saved the entire profile on the server and it was ready, besides that I used the imagemagick toolkit to crop the image</description>
		<content:encoded><![CDATA[<p>I&#8217;ve edited the settings with the about:config feature, after that I just saved the entire profile on the server and it was ready, besides that I used the imagemagick toolkit to crop the image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burak</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-63</link>
		<dc:creator>burak</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-63</guid>
		<description>how did you get around with firefox menu bar, search bar and other gui related stuff ?</description>
		<content:encoded><![CDATA[<p>how did you get around with firefox menu bar, search bar and other gui related stuff ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Villareal</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-7</link>
		<dc:creator>Ivan Villareal</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-7</guid>
		<description>&lt;a href=&quot;#comment-6&quot; rel=&quot;nofollow&quot;&gt;@methode &lt;/a&gt; 
No I don&#039;t think killing Xvfb had anything to do with this weird output you are getting, this is because I did a larger app and I&#039;m killing Xvfb everytime I need to restart the process and I didn&#039;t had this problem.

You can try to debug your issue by running manually every step, first run Xvfb and on a second terminal take a screenshot, if it looks ok, open firefox inside of that Xvfb session and take a screenshot again, an easier way to debug this is changing Xvfb to X, and do all your testing trough an ssh session, that way you can look how your script performs and get an idea of what is going wrong.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6" rel="nofollow">@methode </a><br />
No I don&#8217;t think killing Xvfb had anything to do with this weird output you are getting, this is because I did a larger app and I&#8217;m killing Xvfb everytime I need to restart the process and I didn&#8217;t had this problem.</p>
<p>You can try to debug your issue by running manually every step, first run Xvfb and on a second terminal take a screenshot, if it looks ok, open firefox inside of that Xvfb session and take a screenshot again, an easier way to debug this is changing Xvfb to X, and do all your testing trough an ssh session, that way you can look how your script performs and get an idea of what is going wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: methode</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-6</link>
		<dc:creator>methode</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-6</guid>
		<description>Excellent tutorial!

Ivan, a question: for some reason I get some weird colors instead of the real output when generating the image with import. I&#039;m not sure why but I smell it&#039;s because I killed Xvfb and that didn&#039;t start up properly the next time. The interesting is, that for the first time I took the screenshot it all worked properly; so I wrote a bash script to start and stop (with kill) the X and export the image. I assume stopping the X was a very stupid idea.
So now I&#039;m trying to fix these weird colors: http://picasaweb.google.com/lh/photo/2qWs1qIeM1W7lMKIwoJnqQ?authkey=Gv1sRgCNeRqrGLyufi9AE&amp;feat=directlink

Any idea on this?</description>
		<content:encoded><![CDATA[<p>Excellent tutorial!</p>
<p>Ivan, a question: for some reason I get some weird colors instead of the real output when generating the image with import. I&#8217;m not sure why but I smell it&#8217;s because I killed Xvfb and that didn&#8217;t start up properly the next time. The interesting is, that for the first time I took the screenshot it all worked properly; so I wrote a bash script to start and stop (with kill) the X and export the image. I assume stopping the X was a very stupid idea.<br />
So now I&#8217;m trying to fix these weird colors: <a href="http://picasaweb.google.com/lh/photo/2qWs1qIeM1W7lMKIwoJnqQ?authkey=Gv1sRgCNeRqrGLyufi9AE&amp;feat=directlink" rel="nofollow">http://picasaweb.google.com/lh/photo/2qWs1qIeM1W7lMKIwoJnqQ?authkey=Gv1sRgCNeRqrGLyufi9AE&amp;feat=directlink</a></p>
<p>Any idea on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Villareal</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-3</link>
		<dc:creator>Ivan Villareal</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-3</guid>
		<description>browser.sessionstore.resume_from_crash was set to false, what worked for me was to change some settings and add the extensions on another firefox instance and then copying all the .mozilla folder to the home directory of the user that will be running the Xvfb, I&#039;ve also used an extension to make firefox tabless, because I didn&#039;t found a way to close specific tabs.</description>
		<content:encoded><![CDATA[<p>browser.sessionstore.resume_from_crash was set to false, what worked for me was to change some settings and add the extensions on another firefox instance and then copying all the .mozilla folder to the home directory of the user that will be running the Xvfb, I&#8217;ve also used an extension to make firefox tabless, because I didn&#8217;t found a way to close specific tabs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Clemmons</title>
		<link>http://blog.ivanvillareal.info/linux/xvfb-and-firefox-headles-screenshot-generator/comment-page-1/#comment-2</link>
		<dc:creator>Eric Clemmons</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=10#comment-2</guid>
		<description>What settings in the profile did you modify to prevent the &quot;Firefox did not shutdown properly&quot; errors?</description>
		<content:encoded><![CDATA[<p>What settings in the profile did you modify to prevent the &#8220;Firefox did not shutdown properly&#8221; errors?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
