<?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: Toggle screensaver password applescript</title> <atom:link href="http://patjack.co.uk/toggle-screensaver-password-applescript/feed/" rel="self" type="application/rss+xml" /><link>http://patjack.co.uk/toggle-screensaver-password-applescript/</link> <description>Patrick Robertson</description> <lastBuildDate>Tue, 29 Nov 2011 20:14:44 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: John</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3680</link> <dc:creator>John</dc:creator> <pubDate>Thu, 21 Jul 2011 22:01:38 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3680</guid> <description>Script still works in Lion 10.7! :)  Just assigned a keyboard maestro shortcut to it so I don&#039;t launch it from launchbar anymore</description> <content:encoded><![CDATA[<p>Script still works in Lion 10.7! <img
src='http://patjack.co.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Just assigned a keyboard maestro shortcut to it so I don&#8217;t launch it from launchbar anymore</p> ]]></content:encoded> </item> <item><title>By: phriedrich</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3596</link> <dc:creator>phriedrich</dc:creator> <pubDate>Wed, 27 Apr 2011 16:38:45 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3596</guid> <description>Great script, thanks.If you only change the lock setting and leave the rest untouched, it also won&#039;t ask for your password:set properties to {require password to wake:true}andset properties to {require password to wake:false}If the preference pane is open, the change will not shown immediately, but it still works and after closing and re-opening the preferences the value is shown correctly</description> <content:encoded><![CDATA[<p>Great script, thanks.</p><p>If you only change the lock setting and leave the rest untouched, it also won&#8217;t ask for your password:</p><p> set properties to {require password to wake:true}</p><p>and</p><p> set properties to {require password to wake:false}</p><p>If the preference pane is open, the change will not shown immediately, but it still works and after closing and re-opening the preferences the value is shown correctly</p> ]]></content:encoded> </item> <item><title>By: Brannan Holland</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3216</link> <dc:creator>Brannan Holland</dc:creator> <pubDate>Fri, 25 Mar 2011 05:49:43 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3216</guid> <description>I renamed &quot;AppleScript - SSPass&quot; to &quot;password&quot; and it worked great with growl</description> <content:encoded><![CDATA[<p>I renamed &#8220;AppleScript &#8211; SSPass&#8221; to &#8220;password&#8221; and it worked great with growl</p> ]]></content:encoded> </item> <item><title>By: Andreas Kalt</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3210</link> <dc:creator>Andreas Kalt</dc:creator> <pubDate>Wed, 29 Dec 2010 20:09:04 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3210</guid> <description>I first didn&#039;t get Growl to work either. Turned out that displaying the script in the browser window there is  a problem with the character encoding so that a dash gets turned into some garbled characters.See line towards the bottom:&lt;code&gt;notify with name &quot;Screensaver Setting&quot; title &quot;Screensaver Setting&quot; description &quot;Passwords have been &quot; &amp; response &amp; &quot;!&quot; application name &quot;AppleScript â€“ SSPass&quot;&lt;/code&gt;That â€ after AppleScript should be a dash –Fixing that fixed the whole thing. Works fine now on Snow Leopard.</description> <content:encoded><![CDATA[<p>I first didn&#8217;t get Growl to work either. Turned out that displaying the script in the browser window there is  a problem with the character encoding so that a dash gets turned into some garbled characters.</p><p>See line towards the bottom:</p><p><code>notify with name "Screensaver Setting" title "Screensaver Setting" description "Passwords have been " &amp; response &amp; "!" application name "AppleScript â€“ SSPass"</code></p><p>That â€ after AppleScript should be a dash –</p><p>Fixing that fixed the whole thing. Works fine now on Snow Leopard.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3038</link> <dc:creator>John</dc:creator> <pubDate>Fri, 20 Aug 2010 18:41:31 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3038</guid> <description>Getting this in my log when I goto run it, Growl 1.2.121/08/10 6:34:17 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.
21/08/10 6:34:17 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.
21/08/10 6:34:18 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.
21/08/10 6:34:18 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.
21/08/10 6:34:18 AM	System Preferences[521]	.scriptSuite warning for result type of command &#039;timedLoad&#039; in suite &#039;SystemPreferences&#039;: the type NSNumber (&#039;long&#039;) doesn&#039;t match the result Apple event code (&#039;doub&#039;).
21/08/10 6:34:19 AM	com.apple.launchd[1]	(com.apple.netauth.sysagent[463]) Exited with exit code: 255
21/08/10 6:38:41 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.
21/08/10 6:38:41 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.</description> <content:encoded><![CDATA[<p>Getting this in my log when I goto run it, Growl 1.2.1</p><p>21/08/10 6:34:17 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.<br
/> 21/08/10 6:34:17 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.<br
/> 21/08/10 6:34:18 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.<br
/> 21/08/10 6:34:18 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.<br
/> 21/08/10 6:34:18 AM	System Preferences[521]	.scriptSuite warning for result type of command &#8216;timedLoad&#8217; in suite &#8216;SystemPreferences&#8217;: the type NSNumber (&#8216;long&#8217;) doesn&#8217;t match the result Apple event code (&#8216;doub&#8217;).<br
/> 21/08/10 6:34:19 AM	com.apple.launchd[1]	(com.apple.netauth.sysagent[463]) Exited with exit code: 255<br
/> 21/08/10 6:38:41 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.<br
/> 21/08/10 6:38:41 AM	com.apple.coreservicesd[57]	NOTE:  Using non-mach-based version of client -&gt; server communication, via direct function calls.</p> ]]></content:encoded> </item> <item><title>By: Patrick</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3037</link> <dc:creator>Patrick</dc:creator> <pubDate>Fri, 20 Aug 2010 12:57:32 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3037</guid> <description>Strange! The only thing I can suggest is trying to remove the AppleScript - SSPass from the Growl pref pane, then running the script again.Apart from that, I can only suggest looking for errors in the console or seeing if there&#039;s any info on the Growl forums.</description> <content:encoded><![CDATA[<p>Strange! The only thing I can suggest is trying to remove the AppleScript &#8211; SSPass from the Growl pref pane, then running the script again.</p><p>Apart from that, I can only suggest looking for errors in the console or seeing if there&#8217;s any info on the Growl forums.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3036</link> <dc:creator>John</dc:creator> <pubDate>Fri, 20 Aug 2010 10:39:26 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3036</guid> <description>script definately works, and growl is definately installed.  in the growl pref pane I can see AppleScript- SSPass. runs with no errors.  bizzare.</description> <content:encoded><![CDATA[<p>script definately works, and growl is definately installed.  in the growl pref pane I can see AppleScript- SSPass. runs with no errors.  bizzare.</p> ]]></content:encoded> </item> <item><title>By: Patrick</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3035</link> <dc:creator>Patrick</dc:creator> <pubDate>Thu, 19 Aug 2010 08:40:37 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3035</guid> <description>Still works fine for me on my Snow Leopard installation.If you open the script in script editor and run it do you get any errors?
Just to make sure - you&#039;re on Snow Leopard and have Growl installed! :P</description> <content:encoded><![CDATA[<p>Still works fine for me on my Snow Leopard installation.</p><p>If you open the script in script editor and run it do you get any errors?<br
/> Just to make sure &#8211; you&#8217;re on Snow Leopard and have Growl installed! <img
src='http://patjack.co.uk/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-2/#comment-3034</link> <dc:creator>John</dc:creator> <pubDate>Thu, 19 Aug 2010 08:30:17 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-3034</guid> <description>just grabbed the SL script and can&#039;t get growl to work either.  any advice?</description> <content:encoded><![CDATA[<p>just grabbed the SL script and can&#8217;t get growl to work either.  any advice?</p> ]]></content:encoded> </item> <item><title>By: eN0ch</title><link>http://patjack.co.uk/toggle-screensaver-password-applescript/comment-page-1/#comment-2991</link> <dc:creator>eN0ch</dc:creator> <pubDate>Thu, 01 Jul 2010 07:28:23 +0000</pubDate> <guid
isPermaLink="false">http://tyddynadda.co.uk/design/?p=77#comment-2991</guid> <description>Fantastic - thanks a heap for this :) .. But just one prob - I&#039;m not getting the growl notification. (I do have Growl running and many other notifications work fine.)macbook2.16G / 10.6.4.  Can anyone help?  Thanks.</description> <content:encoded><![CDATA[<p>Fantastic &#8211; thanks a heap for this <img
src='http://patjack.co.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. But just one prob &#8211; I&#8217;m not getting the growl notification. (I do have Growl running and many other notifications work fine.)</p><p>macbook2.16G / 10.6.4.  Can anyone help?  Thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: patjack.co.uk @ 2012-02-06 05:31:35 -->
