<?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: Update Pidgin IM status on Ubuntu using cron</title>
	<atom:link href="http://earlruby.org/2008/08/update-pidgin-status-using-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/</link>
	<description>this must be the place</description>
	<lastBuildDate>Thu, 26 Apr 2012 09:30:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Can&#039;t get DBUS data for automatic statuschange of pidgin &#124; Q&#38;A System</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-675</link>
		<dc:creator>Can&#039;t get DBUS data for automatic statuschange of pidgin &#124; Q&#38;A System</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-675</guid>
		<description>[...] I&#8217;m producing utilization of the script dependent for the run posted here: Update pidgin standing producing utilization of cron [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m producing utilization of the script dependent for the run posted here: Update pidgin standing producing utilization of cron [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Change Your Skype Mood Text In Linux With Python &#124; Projects Blog</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-674</link>
		<dc:creator>Change Your Skype Mood Text In Linux With Python &#124; Projects Blog</dc:creator>
		<pubDate>Mon, 23 Jan 2012 02:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-674</guid>
		<description>[...] The first script, skype_mood.py, is a generic script. The second script imports the first one, grabs the relevant information from WDLXTV&#8217;s dashboard and if media is playing or paused, it will display the name or file name of the media as your mood status text in Skype. I had difficulty passing basic authentication credentials (urllib&#8217;s password manager or adding an authentication header) to my WDLXTV so I decided to remove the authentication altogether. If you want to run this with cron, you will need to configure some extra things detailed here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The first script, skype_mood.py, is a generic script. The second script imports the first one, grabs the relevant information from WDLXTV&#8217;s dashboard and if media is playing or paused, it will display the name or file name of the media as your mood status text in Skype. I had difficulty passing basic authentication credentials (urllib&#8217;s password manager or adding an authentication header) to my WDLXTV so I decided to remove the authentication altogether. If you want to run this with cron, you will need to configure some extra things detailed here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl Ruby</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-572</link>
		<dc:creator>Earl Ruby</dc:creator>
		<pubDate>Thu, 20 Oct 2011 00:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-572</guid>
		<description>Use single quotes around the text, rather than double-quotes. e.g., if you type:


purple-remote &#039;setstatus?status=available&amp;message=test$@%^*()test&#039;


This will change the message to &lt;strong&gt;test$@%^*()test&lt;/strong&gt;


You can&#039;t use &amp;, ? and # in the message. &amp; and ? are used as separators by the command, # is treated as &quot;start of a comment&quot; and is ignored.</description>
		<content:encoded><![CDATA[<p>Use single quotes around the text, rather than double-quotes. e.g., if you type:</p>
<p>purple-remote &#8216;setstatus?status=available&amp;message=test$@%^*()test&#8217;</p>
<p>This will change the message to <strong>test$@%^*()test</strong></p>
<p>You can&#8217;t use &amp;, ? and # in the message. &amp; and ? are used as separators by the command, # is treated as &#8220;start of a comment&#8221; and is ignored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-571</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 17 Oct 2011 06:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-571</guid>
		<description>Does anyone know how to escape characters in message text ?
Otherwise the message is truncated to the first non-alphanumeric/punctuation character.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to escape characters in message text ?<br />
Otherwise the message is truncated to the first non-alphanumeric/punctuation character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl Ruby</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-567</link>
		<dc:creator>Earl Ruby</dc:creator>
		<pubDate>Wed, 07 Sep 2011 19:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-567</guid>
		<description>Are you using each user&#039;s DBUS_SESSION_BUS_ADDRESS to notify them individually?</description>
		<content:encoded><![CDATA[<p>Are you using each user&#8217;s DBUS_SESSION_BUS_ADDRESS to notify them individually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-566</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-566</guid>
		<description>Hello,

It&#039;s excellent thanks a lot.

For a multi-user system, i have include this script in /etc/gdm/PreSessions for create the file each users. it works.
But i&#039;m surpised: i have a system routine with fcron (fcrontab -e -u systab), also the &quot;shutdown -P now&quot; works for all users, the notification message doesn&#039;t work.. have you any idea please?
Thanks,
Regards from France,
Philippe.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>It&#8217;s excellent thanks a lot.</p>
<p>For a multi-user system, i have include this script in /etc/gdm/PreSessions for create the file each users. it works.<br />
But i&#8217;m surpised: i have a system routine with fcron (fcrontab -e -u systab), also the &#8220;shutdown -P now&#8221; works for all users, the notification message doesn&#8217;t work.. have you any idea please?<br />
Thanks,<br />
Regards from France,<br />
Philippe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Tyler</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-539</link>
		<dc:creator>Keith Tyler</dc:creator>
		<pubDate>Thu, 24 Mar 2011 00:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-539</guid>
		<description>You&#039;re my hero, I&#039;ve been trying to make something like this work all day. I love the fact that you set a reminder to go home :) I totally need that.</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero, I&#8217;ve been trying to make something like this work all day. I love the fact that you set a reminder to go home <img src='http://earlruby.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I totally need that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl Ruby</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-428</link>
		<dc:creator>Earl Ruby</dc:creator>
		<pubDate>Thu, 26 Aug 2010 23:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-428</guid>
		<description>&quot;source&quot; is a shell script command. We&#039;re using bash in these examples.</description>
		<content:encoded><![CDATA[<p>&#8220;source&#8221; is a shell script command. We&#8217;re using bash in these examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ⬡</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-423</link>
		<dc:creator>⬡</dc:creator>
		<pubDate>Sun, 22 Aug 2010 07:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-423</guid>
		<description>Right on, but is there a way to call &quot;source&quot; from within a program?</description>
		<content:encoded><![CDATA[<p>Right on, but is there a way to call &#8220;source&#8221; from within a program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl Ruby</title>
		<link>http://earlruby.org/2008/08/update-pidgin-status-using-cron/comment-page-1/#comment-419</link>
		<dc:creator>Earl Ruby</dc:creator>
		<pubDate>Mon, 16 Aug 2010 03:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.earlruby.org/?p=3#comment-419</guid>
		<description>Good solution, that&#039;s much simpler. However, DBUS can leave old files in place in that directory (after a system crash, for example), so you want to make sure you&#039;re sourcing the latest file. You could do something like:

&lt;pre&gt;
for file in `ls -1tr ~/.dbus/session-bus/`; do
    source &quot;$file&quot;
done
&lt;/pre&gt;

... the last file sourced is always the latest file.</description>
		<content:encoded><![CDATA[<p>Good solution, that&#8217;s much simpler. However, DBUS can leave old files in place in that directory (after a system crash, for example), so you want to make sure you&#8217;re sourcing the latest file. You could do something like:</p>
<pre>
for file in `ls -1tr ~/.dbus/session-bus/`; do
    source "$file"
done
</pre>
<p>&#8230; the last file sourced is always the latest file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

