<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Involution &#187; Snow Leopard</title>
	<atom:link href="http://involution.com/category/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com</link>
	<description>Tony Perrie&#039;s Weblog</description>
	<lastBuildDate>Fri, 19 Aug 2011 19:46:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adobe Photoshop CS5 Write Perimissions Error on Snow Leopard</title>
		<link>http://involution.com/2010/06/13/adobe-photoshop-cs5-write-perimissions-error-on-snow-leopard/</link>
		<comments>http://involution.com/2010/06/13/adobe-photoshop-cs5-write-perimissions-error-on-snow-leopard/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 19:33:09 +0000</pubDate>
		<dc:creator>Tony Perrie</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Adobe Photoshop CS5]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://involution.com/?p=1352</guid>
		<description><![CDATA[My upgrade to Adobe Photoshop CS5 on OS X 10.6 (Snow Leopard, 10.6.3) has been a complete shambles. Any operation involving writing to the temporary disk like &#8220;Save for Web &#038; Devices&#8221; would only result in an error dialog reading &#8220;The operation could not be completed: A write permissions error has occurred&#8221;. Also, on exit, [...]]]></description>
			<content:encoded><![CDATA[<p>My upgrade to Adobe Photoshop CS5 on OS X 10.6 (Snow Leopard, 10.6.3) has been a complete shambles.  Any operation involving writing to the temporary disk like &#8220;Save for Web &#038; Devices&#8221; would only result in an error dialog reading &#8220;<b>The operation could not be completed</b>: A write permissions error has occurred&#8221;.</p>
<p><img src="/images/cs5problem.gif" border=2 /></p>
<p>Also, on exit, CS5 would reliably crash with the error: &#8220;Could not save Preferences because the file is locked or you do not have the necessary access privileges&#8221;. </p>
<p>Fortunately, I&#8217;m not the only early adopter suffering from this <a href="http://forums.adobe.com/message/2885481#2885481">problem</a>.  The issue appears to be that Adobe&#8217;s DMG installer incorrectly sets some permissions under <code>~/Library/Preferences</code>.</p>
<p>What cleared up this issue was executing the following command ( in Applications -> Utilities -> Terminal ).</p>
<pre><code>sudo chmod -R u+w ~/Library/Preferences</code></pre>
<p>These are the specific directories that were errantly set to read-only after my CS5 install.</p>
<pre><code>~/Library/Preferences/Adobe/Extension Manager\ CS5
~/Library/Preferences/Adobe Photoshop\ CS5\ Settings
~/Library/Preferences/ExtendScript\ Toolkit
</code></pre>
<p>CNet has an <a href="http://reviews.cnet.com/8301-13727_7-20005310-263.html">article</a> mentioning other directories that can sometimes be affected.  So, if setting only Preferences didn&#8217;t work, you can try the following. </p>
<pre><code>sudo chmod -R u+rw ~/Library/Application\ Support
sudo chmod -R u+rw ~/Library/Adobe
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://involution.com/2010/06/13/adobe-photoshop-cs5-write-perimissions-error-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

