<?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: Python Suspend Applet</title>
	<atom:link href="http://blog.chatonka.com/2009/03/python-suspend-applet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chatonka.com/2009/03/python-suspend-applet/</link>
	<description>Climb On</description>
	<lastBuildDate>Wed, 02 Jun 2010 20:45:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5774</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5774</guid>
		<description>I&#039;ve started a PyKDE4 DBus tutorial here:

http://techbase.kde.org/index.php?title=Development/Languages/Python/PyKDE_DBus_Tutorial

It&#039;s a work in progress for now</description>
		<content:encoded><![CDATA[<p>I&#8217;ve started a PyKDE4 DBus tutorial here:</p>
<p><a href="http://techbase.kde.org/index.php?title=Development/Languages/Python/PyKDE_DBus_Tutorial" rel="nofollow">http://techbase.kde.org/index.php?title=Development/Languages/Python/PyKDE_DBus_Tutorial</a></p>
<p>It&#8217;s a work in progress for now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Edwards</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5620</link>
		<dc:creator>Simon Edwards</dc:creator>
		<pubDate>Sun, 29 Mar 2009 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5620</guid>
		<description>It gives me a warm and fuzzy feeling to hear that people are enjoying and producing useful things with the Python support in Plasma. (especially after the turd-sandwich of an email some frustrated user sent me this morning. :-( )

A small request: Perhaps you could make a small tutorial on techbase explaining the code you use to talk to DBus. That would be handy and I think quite a few people would be interested in it. thanks.</description>
		<content:encoded><![CDATA[<p>It gives me a warm and fuzzy feeling to hear that people are enjoying and producing useful things with the Python support in Plasma. (especially after the turd-sandwich of an email some frustrated user sent me this morning. <img src='http://blog.chatonka.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  )</p>
<p>A small request: Perhaps you could make a small tutorial on techbase explaining the code you use to talk to DBus. That would be handy and I think quite a few people would be interested in it. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5596</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Sat, 28 Mar 2009 21:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5596</guid>
		<description>No particular reason at all, just the way it was coded. They&#039;re flipped now, you&#039;re right it makes more sense.</description>
		<content:encoded><![CDATA[<p>No particular reason at all, just the way it was coded. They&#8217;re flipped now, you&#8217;re right it makes more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chani</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5593</link>
		<dc:creator>Chani</dc:creator>
		<pubDate>Sat, 28 Mar 2009 20:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5593</guid>
		<description>nice :)

one little nitpick: why is &quot;turn display off&quot; in hte middle? I would&#039;ve expected it to be at the top, since it has the smallest effect, with hibernate (the &quot;biggest&quot; change) at the bottom.</description>
		<content:encoded><![CDATA[<p>nice <img src='http://blog.chatonka.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>one little nitpick: why is &#8220;turn display off&#8221; in hte middle? I would&#8217;ve expected it to be at the top, since it has the smallest effect, with hibernate (the &#8220;biggest&#8221; change) at the bottom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5591</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Sat, 28 Mar 2009 20:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5591</guid>
		<description>@sebas

Glad to help =). KDE technologies can be quite easy to work with.

@Michael
I think that&#039;s a byproduct of my theme. I didn&#039;t touch anything with icon alignment (And I don&#039;t think Plasma::PushButton has that capability anyways)

hmm... it actually seems to go away if I resize the applet a bit. I wonder if some layout thing is getting in the way. Wouldn&#039;t be the first time.</description>
		<content:encoded><![CDATA[<p>@sebas</p>
<p>Glad to help =). KDE technologies can be quite easy to work with.</p>
<p>@Michael<br />
I think that&#8217;s a byproduct of my theme. I didn&#8217;t touch anything with icon alignment (And I don&#8217;t think Plasma::PushButton has that capability anyways)</p>
<p>hmm&#8230; it actually seems to go away if I resize the applet a bit. I wonder if some layout thing is getting in the way. Wouldn&#8217;t be the first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5589</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5589</guid>
		<description>Cool stuff, thanks ;)
Just as a suggestion for the next version, center the icons vertically in the buttons, this looks even cooler than aligning at the top</description>
		<content:encoded><![CDATA[<p>Cool stuff, thanks <img src='http://blog.chatonka.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Just as a suggestion for the next version, center the icons vertically in the buttons, this looks even cooler than aligning at the top</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebas</title>
		<link>http://blog.chatonka.com/2009/03/python-suspend-applet/comment-page-1/#comment-5584</link>
		<dc:creator>sebas</dc:creator>
		<pubDate>Sat, 28 Mar 2009 17:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=180#comment-5584</guid>
		<description>Yay! Looks pretty much exactly how I want it, and as a bonus, it has DPMS support :-)

Now I&#039;ve got an excuse to compile the python plasma bindings, I guess</description>
		<content:encoded><![CDATA[<p>Yay! Looks pretty much exactly how I want it, and as a bonus, it has DPMS support <img src='http://blog.chatonka.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now I&#8217;ve got an excuse to compile the python plasma bindings, I guess</p>
]]></content:encoded>
	</item>
</channel>
</rss>
