<?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: A notification server in Python</title>
	<atom:link href="http://derhofbauer.at/blog/a-notification-server-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://derhofbauer.at/blog/a-notification-server-in-python/</link>
	<description>bits, bites and beer for free</description>
	<lastBuildDate>Wed, 14 Dec 2011 19:17:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom Derks</title>
		<link>http://derhofbauer.at/blog/a-notification-server-in-python/#comment-138</link>
		<dc:creator>Tom Derks</dc:creator>
		<pubDate>Sat, 01 Jan 2011 15:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://derhofbauer.at/blog/?p=90#comment-138</guid>
		<description>I had to modify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips. Thus i ended with this:

#!/bin/bash

TEST=`synclient -l &#124; grep &quot;TouchpadOff             = 0&quot;`
I had to motdify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips.
thus i ended with this:

if [ &quot;$TEST&quot; != &quot;&quot; ]; then
    synclient TouchpadOff=1
    python send-notification.py --name=&quot;toggle-touchpad&quot; \
        --icon=&quot;input-mouse&quot; &quot;Input&quot; &quot;Touchpad disabled&quot;
else
    synclient TouchpadOff=0
    python send-notification.py --name=&quot;toggle-touchpad&quot; \
        --icon=&quot;input-mouse&quot; &quot;Input&quot; &quot;Touchpad enabled&quot;
fi</description>
		<content:encoded><![CDATA[<p>I had to modify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips. Thus i ended with this:</p>
<p>#!/bin/bash</p>
<p>TEST=`synclient -l | grep &#8220;TouchpadOff             = 0&#8243;`<br />
I had to motdify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips.<br />
thus i ended with this:</p>
<p>if [ "$TEST" != "" ]; then<br />
    synclient TouchpadOff=1<br />
    python send-notification.py &#8211;name=&#8221;toggle-touchpad&#8221; \<br />
        &#8211;icon=&#8221;input-mouse&#8221; &#8220;Input&#8221; &#8220;Touchpad disabled&#8221;<br />
else<br />
    synclient TouchpadOff=0<br />
    python send-notification.py &#8211;name=&#8221;toggle-touchpad&#8221; \<br />
        &#8211;icon=&#8221;input-mouse&#8221; &#8220;Input&#8221; &#8220;Touchpad enabled&#8221;<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Derks</title>
		<link>http://derhofbauer.at/blog/a-notification-server-in-python/#comment-137</link>
		<dc:creator>Tom Derks</dc:creator>
		<pubDate>Sat, 01 Jan 2011 15:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://derhofbauer.at/blog/?p=90#comment-137</guid>
		<description>#!/bin/bash

TEST=`synclient -l &#124; grep &quot;TouchpadOff             = 0&quot;`
I had to motdify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips.
thus i ended with this:

if [ &quot;$TEST&quot; != &quot;&quot; ]; then
    synclient TouchpadOff=1
    python send-notification.py --name=&quot;toggle-touchpad&quot; \
        --icon=&quot;input-mouse&quot; &quot;Input&quot; &quot;Touchpad disabled&quot;
else
    synclient TouchpadOff=0
    python send-notification.py --name=&quot;toggle-touchpad&quot; \
        --icon=&quot;input-mouse&quot; &quot;Input&quot; &quot;Touchpad enabled&quot;
fi</description>
		<content:encoded><![CDATA[<p>#!/bin/bash</p>
<p>TEST=`synclient -l | grep &#8220;TouchpadOff             = 0&#8243;`<br />
I had to motdify the shellscript a bit to get it running. I had to tell the system to use python for the .py scrips.<br />
thus i ended with this:</p>
<p>if [ "$TEST" != "" ]; then<br />
    synclient TouchpadOff=1<br />
    python send-notification.py &#8211;name=&#8221;toggle-touchpad&#8221; \<br />
        &#8211;icon=&#8221;input-mouse&#8221; &#8220;Input&#8221; &#8220;Touchpad disabled&#8221;<br />
else<br />
    synclient TouchpadOff=0<br />
    python send-notification.py &#8211;name=&#8221;toggle-touchpad&#8221; \<br />
        &#8211;icon=&#8221;input-mouse&#8221; &#8220;Input&#8221; &#8220;Touchpad enabled&#8221;<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derHofbauer.at/blog :: Well, some sync today</title>
		<link>http://derhofbauer.at/blog/a-notification-server-in-python/#comment-46</link>
		<dc:creator>derHofbauer.at/blog :: Well, some sync today</dc:creator>
		<pubDate>Thu, 27 May 2010 23:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://derhofbauer.at/blog/?p=90#comment-46</guid>
		<description>[...] it with my Notification Server you can use &#8220;bin/sync-now.sh&#8221; in a script and even get a nice notification after [...]</description>
		<content:encoded><![CDATA[<p>[...] it with my Notification Server you can use &#8220;bin/sync-now.sh&#8221; in a script and even get a nice notification after [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

