<?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: Screenwatcher</title>
	<atom:link href="http://postpostmodern.com/instructional/screenwatcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://postpostmodern.com/instructional/screenwatcher/</link>
	<description>Speaking of web development.</description>
	<lastBuildDate>Thu, 01 Mar 2012 21:53:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew</title>
		<link>http://postpostmodern.com/instructional/screenwatcher/comment-page-1/#comment-1919</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 27 Nov 2009 12:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.postpostmodern.com/2006/11/19/screenwatcher-a-visual-activity-log/#comment-1919</guid>
		<description>Try rescuetime</description>
		<content:encoded><![CDATA[<p>Try rescuetime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://postpostmodern.com/instructional/screenwatcher/comment-page-1/#comment-704</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 31 Oct 2008 11:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.postpostmodern.com/2006/11/19/screenwatcher-a-visual-activity-log/#comment-704</guid>
		<description>Ooops, something went horribly wrong with the comment so I provide the instructions at http://gist.github.com/21292</description>
		<content:encoded><![CDATA[<p>Ooops, something went horribly wrong with the comment so I provide the instructions at <a href="http://gist.github.com/21292" rel="nofollow">http://gist.github.com/21292</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://postpostmodern.com/instructional/screenwatcher/comment-page-1/#comment-703</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 31 Oct 2008 11:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.postpostmodern.com/2006/11/19/screenwatcher-a-visual-activity-log/#comment-703</guid>
		<description>Thank you very much for this great idea, except that your way doesn&#039;t really work on Leopard.

Here&#039;s the way I got it to work.

Change the shell script to:

&lt;pre&gt;&lt;code&gt;#!/bin/bash
# Get the PID of loginwindow.app
PID=`ps -ax &#124; grep loginwindow.app &#124; grep -v grep &#124; awk &#039;{print $1}&#039;`
# Change to a Screenwatcher directory in your home directory
cd /Users/patrick/Pictures/Screenwatcher
# Make a directory based on the date
mkdir -p `date &quot;+%Y-%m-%d&quot;`
# Capture in the context of the loginwindow.app so it works on Leopard
launchctl bsexec $PID screencapture -C `date &quot;+%Y-%m-%d&quot;`/`date &quot;+%H.%M&quot;`.png&lt;/code&gt;&lt;/pre&gt;


Type this in your Terminal if you already have gone through the above tutorial:

`launchctl unload ~/Library/LaunchAgents/`

`sudo cp launchctl unload ~/Library/LaunchAgents/ /Library/LaunchAgents/`

`sudo launchctl load /Library/LaunchAgents/`


That worked for me. I think the problem lies in the new permission system on Leopard.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great idea, except that your way doesn&#8217;t really work on Leopard.</p>

<p>Here&#8217;s the way I got it to work.</p>

<p>Change the shell script to:</p>

<pre><code>#!/bin/bash
# Get the PID of loginwindow.app
PID=`ps -ax | grep loginwindow.app | grep -v grep | awk '{print $1}'`
# Change to a Screenwatcher directory in your home directory
cd /Users/patrick/Pictures/Screenwatcher
# Make a directory based on the date
mkdir -p `date "+%Y-%m-%d"`
# Capture in the context of the loginwindow.app so it works on Leopard
launchctl bsexec $PID screencapture -C `date "+%Y-%m-%d"`/`date "+%H.%M"`.png</code></pre>

<p>Type this in your Terminal if you already have gone through the above tutorial:</p>

<p><code>launchctl unload ~/Library/LaunchAgents/</code></p>

<p><code>sudo cp launchctl unload ~/Library/LaunchAgents/ /Library/LaunchAgents/</code></p>

<p><code>sudo launchctl load /Library/LaunchAgents/</code></p>

<p>That worked for me. I think the problem lies in the new permission system on Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://postpostmodern.com/instructional/screenwatcher/comment-page-1/#comment-132</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Fri, 08 Feb 2008 16:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.postpostmodern.com/2006/11/19/screenwatcher-a-visual-activity-log/#comment-132</guid>
		<description>Any changes to how this is setup in Leopard?</description>
		<content:encoded><![CDATA[<p>Any changes to how this is setup in Leopard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://postpostmodern.com/instructional/screenwatcher/comment-page-1/#comment-122</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Sun, 18 Nov 2007 15:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.postpostmodern.com/2006/11/19/screenwatcher-a-visual-activity-log/#comment-122</guid>
		<description>About time to break out the Xcode and make this an app, don&#039;t ya think?</description>
		<content:encoded><![CDATA[<p>About time to break out the Xcode and make this an app, don&#8217;t ya think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

