<?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 Filippo Argiolas</title>
	<atom:link href="http://blogs.gnome.org/fargiolas/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/fargiolas</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Tue, 26 May 2009 08:45:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dear lazyweb by fargiolas</title>
		<link>http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/comment-page-1/#comment-103</link>
		<dc:creator>fargiolas</dc:creator>
		<pubDate>Tue, 26 May 2009 08:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/fargiolas/?p=17#comment-103</guid>
		<description>set_size_request sets a minimum size for the drawing area.
gtk_widget_size_request gets the toplevel size computed summing all minimum sizes of its children widgets. Then set_default_size sets the initial size of the toplevel window to the one it would have with the current size constraints and set_size_request (area, -1, -1) removes those size limits. This way you get an initial drawing area of the wanted size but no scaling down restriction.</description>
		<content:encoded><![CDATA[<p>set_size_request sets a minimum size for the drawing area.<br />
gtk_widget_size_request gets the toplevel size computed summing all minimum sizes of its children widgets. Then set_default_size sets the initial size of the toplevel window to the one it would have with the current size constraints and set_size_request (area, -1, -1) removes those size limits. This way you get an initial drawing area of the wanted size but no scaling down restriction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear lazyweb by Anders</title>
		<link>http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/comment-page-1/#comment-102</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Tue, 26 May 2009 07:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/fargiolas/?p=17#comment-102</guid>
		<description>Would somebody care to explain in more detail how the solution from Owen works?</description>
		<content:encoded><![CDATA[<p>Would somebody care to explain in more detail how the solution from Owen works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear lazyweb by fargiolas</title>
		<link>http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/comment-page-1/#comment-101</link>
		<dc:creator>fargiolas</dc:creator>
		<pubDate>Tue, 26 May 2009 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/fargiolas/?p=17#comment-101</guid>
		<description>@Tristan: sure that&#039;s what I do now, but there was no way (that I knew of) to compute the right default size of the toplevel to get the drawing area of the size I wanted.

@Owen: oh that&#039;s handy! it works like a charm, thank you :)!</description>
		<content:encoded><![CDATA[<p>@<a href="http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/#comment-100">Tristan</a>: sure that&#8217;s what I do now, but there was no way (that I knew of) to compute the right default size of the toplevel to get the drawing area of the size I wanted.</p>
<p>@Owen: oh that&#8217;s handy! it works like a charm, thank you <img src='http://blogs.gnome.org/fargiolas/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear lazyweb by Tristan</title>
		<link>http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/comment-page-1/#comment-100</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Tue, 26 May 2009 00:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/fargiolas/?p=17#comment-100</guid>
		<description>Add your drawing area to a box or table, and
setup your packing properties (expand/fill = TRUE).

Then your drawing area will always fill the allocated
space of the parent, at the toplevel window you can
specify a default size.</description>
		<content:encoded><![CDATA[<p>Add your drawing area to a box or table, and<br />
setup your packing properties (expand/fill = TRUE).</p>
<p>Then your drawing area will always fill the allocated<br />
space of the parent, at the toplevel window you can<br />
specify a default size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear lazyweb by Owen Taylor</title>
		<link>http://blogs.gnome.org/fargiolas/2009/05/25/dear-lazyweb/comment-page-1/#comment-99</link>
		<dc:creator>Owen Taylor</dc:creator>
		<pubDate>Mon, 25 May 2009 22:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/fargiolas/?p=17#comment-99</guid>
		<description>One trick that can be handy:

 - Set the size request (minimum size) to the desired size
 - Call gtk_widget_size_request() on the toplevel to find out the minimum size for the toplevel with that size widget
 - Set that as the default size of the toplevel (gtk_window_set_default_size())
 - Set the size request of the widget back to -1, -1</description>
		<content:encoded><![CDATA[<p>One trick that can be handy:</p>
<p> &#8211; Set the size request (minimum size) to the desired size<br />
 &#8211; Call gtk_widget_size_request() on the toplevel to find out the minimum size for the toplevel with that size widget<br />
 &#8211; Set that as the default size of the toplevel (gtk_window_set_default_size())<br />
 &#8211; Set the size request of the widget back to -1, -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final SoC Report &#8211; screencasts, screencasts.. screencasts! by berlin</title>
		<link>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/comment-page-1/#comment-96</link>
		<dc:creator>berlin</dc:creator>
		<pubDate>Mon, 02 Mar 2009 03:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=8#comment-96</guid>
		<description>Gut!</description>
		<content:encoded><![CDATA[<p>Gut!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Support: FAIL by Shawn</title>
		<link>http://blogs.gnome.org/fargiolas/2009/01/12/hp-support-fail/comment-page-1/#comment-98</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=9#comment-98</guid>
		<description>I hate that.. I&#039;ve had no problem with my HP laptop.. but I did have customer service issues with my mega expensive Alienware. Purchased because it was supposed  to be higher quality and extraordinarily fast! And it was, for about 6 months. I figured Eh, no biggie, that&#039;s why I bought the extended ***ON-SITE*** warranty..

Needless to say, 1 year later.. YES 1 YEAR, i finally threw the POS away. They claimed their on-site warranty didn&#039;t cover diagnosis and they couldn&#039;t narrow down the over heating to the CPU or the GPU.. so, for the year, they ran me through red tape, unbelievable frustration, until the point I had had enough and finally  purchased an HP for a 10th the cost. It has worked longer and more reliably then my Alienware ever did!

A year after that, they sent me a special offer for their -valued- customers.. I wrote back and told them they had some nerve after the BS the put me through and repeated the entire story..

Needless to say, I still wasn&#039;t valued.. they responded, not even with an apology, let alone anything for my troubles, but instead an explanation that the email was automated without any research..

to anyone thinking of alienware.. RUN AWAY! I decided I&#039;d buy cheap from now on, with the understanding that I&#039;d probably just end up replacing it annually.. if I&#039;d stuck with that plan, I&#039;d have bought 2-3 laptops since then and still wouldn&#039;t have paid as much as I did for the one Alienware. Fortunately, I haven&#039;t had to buy another.. I runs gnome/linux swimingly!

I should take alberts advice and talk to the BBB. I threatened alienware with that, but was so frustrated by that point, I never followed through.. probably too late now. (I litterally threw it away)</description>
		<content:encoded><![CDATA[<p>I hate that.. I&#8217;ve had no problem with my HP laptop.. but I did have customer service issues with my mega expensive Alienware. Purchased because it was supposed  to be higher quality and extraordinarily fast! And it was, for about 6 months. I figured Eh, no biggie, that&#8217;s why I bought the extended ***ON-SITE*** warranty..</p>
<p>Needless to say, 1 year later.. YES 1 YEAR, i finally threw the POS away. They claimed their on-site warranty didn&#8217;t cover diagnosis and they couldn&#8217;t narrow down the over heating to the CPU or the GPU.. so, for the year, they ran me through red tape, unbelievable frustration, until the point I had had enough and finally  purchased an HP for a 10th the cost. It has worked longer and more reliably then my Alienware ever did!</p>
<p>A year after that, they sent me a special offer for their -valued- customers.. I wrote back and told them they had some nerve after the BS the put me through and repeated the entire story..</p>
<p>Needless to say, I still wasn&#8217;t valued.. they responded, not even with an apology, let alone anything for my troubles, but instead an explanation that the email was automated without any research..</p>
<p>to anyone thinking of alienware.. RUN AWAY! I decided I&#8217;d buy cheap from now on, with the understanding that I&#8217;d probably just end up replacing it annually.. if I&#8217;d stuck with that plan, I&#8217;d have bought 2-3 laptops since then and still wouldn&#8217;t have paid as much as I did for the one Alienware. Fortunately, I haven&#8217;t had to buy another.. I runs gnome/linux swimingly!</p>
<p>I should take alberts advice and talk to the BBB. I threatened alienware with that, but was so frustrated by that point, I never followed through.. probably too late now. (I litterally threw it away)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Support: FAIL by Albert</title>
		<link>http://blogs.gnome.org/fargiolas/2009/01/12/hp-support-fail/comment-page-1/#comment-97</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=9#comment-97</guid>
		<description>I had the same kind of experience with them. My problem was that the laptop was losing the connection with the hardrive, the system seemed to work for a time because of the ram but when I was rebooting the BIOS was telling me that no hard drive was installed. The first time I send the latptop to HP they saw Grub and linux so they format the laptop and re-install Windows... and so you can imagine that I lost my data but my backup... The second time I remove myself linux and I put in background the image of the bios with the &quot;no hard drive detected&quot; same things. After a year to fight with them they proposed me to re-imburse me but with the value of my pc decrease by the time I was &quot;using it&quot; so basically I was losing 2/3 of my money. By chance I was living in US and so I contact the better business bureau (BBB) an organisation to help you for this kind of problem and they did a good job. I have been reimburse 80% (not perfect but better than 30%...) and I will NEVER buy another HP laptop, never. They are just incompetent.</description>
		<content:encoded><![CDATA[<p>I had the same kind of experience with them. My problem was that the laptop was losing the connection with the hardrive, the system seemed to work for a time because of the ram but when I was rebooting the BIOS was telling me that no hard drive was installed. The first time I send the latptop to HP they saw Grub and linux so they format the laptop and re-install Windows&#8230; and so you can imagine that I lost my data but my backup&#8230; The second time I remove myself linux and I put in background the image of the bios with the &#8220;no hard drive detected&#8221; same things. After a year to fight with them they proposed me to re-imburse me but with the value of my pc decrease by the time I was &#8220;using it&#8221; so basically I was losing 2/3 of my money. By chance I was living in US and so I contact the better business bureau (BBB) an organisation to help you for this kind of problem and they did a good job. I have been reimburse 80% (not perfect but better than 30%&#8230;) and I will NEVER buy another HP laptop, never. They are just incompetent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final SoC Report &#8211; screencasts, screencasts.. screencasts! by .fosk.</title>
		<link>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/comment-page-1/#comment-55</link>
		<dc:creator>.fosk.</dc:creator>
		<pubDate>Tue, 26 Aug 2008 23:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=8#comment-55</guid>
		<description>Awesome work!!
I hope to see it on Cheese as soon as posible!
Thank you very much!</description>
		<content:encoded><![CDATA[<p>Awesome work!!<br />
I hope to see it on Cheese as soon as posible!<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Final SoC Report &#8211; screencasts, screencasts.. screencasts! by cap</title>
		<link>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/comment-page-1/#comment-54</link>
		<dc:creator>cap</dc:creator>
		<pubDate>Mon, 25 Aug 2008 11:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=8#comment-54</guid>
		<description>Excellent !
Note that having framebuffer_extension is now optional since yesterday.
But you still need it to use glfilters  (glfiltercube, gleffects, ...)</description>
		<content:encoded><![CDATA[<p>Excellent !<br />
Note that having framebuffer_extension is now optional since yesterday.<br />
But you still need it to use glfilters  (glfiltercube, gleffects, &#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
