<?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: Snow Leopard: Are your zip files not unzipping?</title>
	<atom:link href="http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/</link>
	<description>Technology, Photography, Miscellanea</description>
	<lastBuildDate>Mon, 19 Jul 2010 10:39:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-3268</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 27 Mar 2010 05:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-3268</guid>
		<description>Hey Pete - none of my ZIP files auto-unzip on download. You may have selected the download option to open that file type instead of just downloading it. If you&#039;re using Safari, open Preferences and see whether or not there&#039;s a check mark next to the &quot;Open safe files after downloading&quot; option. By unchecking that option, downloaded files like ZIPs and DMGs will just download.

Jason</description>
		<content:encoded><![CDATA[<p>Hey Pete &#8211; none of my ZIP files auto-unzip on download. You may have selected the download option to open that file type instead of just downloading it. If you&#8217;re using Safari, open Preferences and see whether or not there&#8217;s a check mark next to the &#8220;Open safe files after downloading&#8221; option. By unchecking that option, downloaded files like ZIPs and DMGs will just download.</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-3146</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 18 Mar 2010 03:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-3146</guid>
		<description>Is it really necessary for Apple to make the decision for me and decide, the moment I download a ZIP file it should automatically be UN-zipped?

Why does Apple think that should be the way? Maybe I want to keep the file zipped and maybe I am old enough to make my own decision when to unzip such a file! 

And there is no help topic available neither (least not for snow leopard 10.6.2) on how to tell the Archive Utility.app to unzip on demand! It really needs to stay Apple&#039;s decision, right?</description>
		<content:encoded><![CDATA[<p>Is it really necessary for Apple to make the decision for me and decide, the moment I download a ZIP file it should automatically be UN-zipped?</p>
<p>Why does Apple think that should be the way? Maybe I want to keep the file zipped and maybe I am old enough to make my own decision when to unzip such a file! </p>
<p>And there is no help topic available neither (least not for snow leopard 10.6.2) on how to tell the Archive Utility.app to unzip on demand! It really needs to stay Apple&#8217;s decision, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiona</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-2623</link>
		<dc:creator>Fiona</dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-2623</guid>
		<description>Wow, thanks for that! First thing I&#039;ve tried and it works.</description>
		<content:encoded><![CDATA[<p>Wow, thanks for that! First thing I&#8217;ve tried and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry kittiver</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-843</link>
		<dc:creator>larry kittiver</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-843</guid>
		<description>I hadsame problem with Archive Utility frezzing up and had to use froce quit since file won&#039;t unzip. I did suggested and here&#039;s hoping it works</description>
		<content:encoded><![CDATA[<p>I hadsame problem with Archive Utility frezzing up and had to use froce quit since file won&#8217;t unzip. I did suggested and here&#8217;s hoping it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kazura</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-739</link>
		<dc:creator>Joe Kazura</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-739</guid>
		<description>Hi Jason - I can&#039;t stress enough how important it is to &quot;repair permissions&quot;, as you have discovered!  Another point I&#039;d like to add (which another poster corroborated) is re-starting AFTER repairing permissions.  You can automate this if you wish, create a &quot;weekly.local&quot; file in the &#039;etc&#039; directory:

In the Terminal app, type this:

    sudo nano /private/etc/weekly.local

and paste the following (between the dashed lines) into the nano editor:
----------
#!/bin/sh
echo &quot;&quot;
echo &quot;Repairing disk permissions:&quot;
echo &quot;&quot;
diskutil repairPermissions /
echo &quot;&quot;
shutdown -r now
----------

Cheers,

  Joe</description>
		<content:encoded><![CDATA[<p>Hi Jason &#8211; I can&#8217;t stress enough how important it is to &#8220;repair permissions&#8221;, as you have discovered!  Another point I&#8217;d like to add (which another poster corroborated) is re-starting AFTER repairing permissions.  You can automate this if you wish, create a &#8220;weekly.local&#8221; file in the &#8216;etc&#8217; directory:</p>
<p>In the Terminal app, type this:</p>
<p>    sudo nano /private/etc/weekly.local</p>
<p>and paste the following (between the dashed lines) into the nano editor:<br />
&#8212;&#8212;&#8212;-<br />
#!/bin/sh<br />
echo &#8220;&#8221;<br />
echo &#8220;Repairing disk permissions:&#8221;<br />
echo &#8220;&#8221;<br />
diskutil repairPermissions /<br />
echo &#8220;&#8221;<br />
shutdown -r now<br />
&#8212;&#8212;&#8212;-</p>
<p>Cheers,</p>
<p>  Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonTomczak</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-508</link>
		<dc:creator>JasonTomczak</dc:creator>
		<pubDate>Tue, 29 Sep 2009 16:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-508</guid>
		<description>Hi Marc,

This little zip/dmg bug seems to get more and more convoluted as time goes by. I filed a bug report at &lt;a class=&quot;bold&quot; href=&quot;http://www.apple.com/feedback/macosx.html&quot; rel=&quot;nofollow&quot;&gt;Apple OS X Feedback&lt;/a&gt;.  There&#039;s also a more official &lt;a class=&quot;bold&quot; href=&quot;http://bugreport.apple.com&quot; rel=&quot;nofollow&quot;&gt;Apple Bug Reporter&lt;/a&gt; that requires you log in with your Apple ID. Either will do.  I&#039;d suggest you file a report so Apple hears your voice, too. 

BTW, a full restart works, but a quick logout/in works for me.  I&#039;m looking forward to a fix in 10.6.2.</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>This little zip/dmg bug seems to get more and more convoluted as time goes by. I filed a bug report at <a class="bold" href="http://www.apple.com/feedback/macosx.html" rel="nofollow">Apple OS X Feedback</a>.  There&#8217;s also a more official <a class="bold" href="http://bugreport.apple.com" rel="nofollow">Apple Bug Reporter</a> that requires you log in with your Apple ID. Either will do.  I&#8217;d suggest you file a report so Apple hears your voice, too. </p>
<p>BTW, a full restart works, but a quick logout/in works for me.  I&#8217;m looking forward to a fix in 10.6.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-506</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-506</guid>
		<description>Thanks for posting this, I still had trouble with zip files after doing this, but restarting did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, I still had trouble with zip files after doing this, but restarting did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yapper</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-494</link>
		<dc:creator>yapper</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-494</guid>
		<description>Hi Tarun,

Thanks for your suggestion but ... zipped files were opening in The Unarchiver with a double click. All I got was an error message saying it couldn&#039;t do the job. I forced Archive Utility to open my zipped files ... it didn&#039;t work either. It just re-compressed the zip file. ???

So I downloaded Zipeg. It did the job. All OK.

I&#039;d prefer to stick with The Unarchiver so I&#039;ll do the permissions rebuild thing. Thanks Jas. Do you get Jas? I get Jas.</description>
		<content:encoded><![CDATA[<p>Hi Tarun,</p>
<p>Thanks for your suggestion but &#8230; zipped files were opening in The Unarchiver with a double click. All I got was an error message saying it couldn&#8217;t do the job. I forced Archive Utility to open my zipped files &#8230; it didn&#8217;t work either. It just re-compressed the zip file. ???</p>
<p>So I downloaded Zipeg. It did the job. All OK.</p>
<p>I&#8217;d prefer to stick with The Unarchiver so I&#8217;ll do the permissions rebuild thing. Thanks Jas. Do you get Jas? I get Jas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonTomczak</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-381</link>
		<dc:creator>JasonTomczak</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-381</guid>
		<description>Hi Tarun,

You&#039;re absolutely right - launching &quot;unarchiver.app&quot; and fiddling with preferences will work, but &lt;i&gt;only if unarchiver.app actually opens&lt;/i&gt;. 

In my case, neither &lt;b&gt;unarchiver.app&lt;/b&gt; nor Snow Leopard&#039;s native &lt;b&gt;archive utility.app&lt;/b&gt; would open.  Both would freeze up 100% of the time. 

In this extreme situation, the only apparent solution is to repair permissions or delete the “com.apple.finder.plist” file from your /Library/Preferences folder and reboot. 

Barring the above situation, your preferences tip is great. 

Jason</description>
		<content:encoded><![CDATA[<p>Hi Tarun,</p>
<p>You&#8217;re absolutely right &#8211; launching &#8220;unarchiver.app&#8221; and fiddling with preferences will work, but <i>only if unarchiver.app actually opens</i>. </p>
<p>In my case, neither <b>unarchiver.app</b> nor Snow Leopard&#8217;s native <b>archive utility.app</b> would open.  Both would freeze up 100% of the time. </p>
<p>In this extreme situation, the only apparent solution is to repair permissions or delete the “com.apple.finder.plist” file from your /Library/Preferences folder and reboot. </p>
<p>Barring the above situation, your preferences tip is great. </p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Upad</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-380</link>
		<dc:creator>Tarun Upad</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-380</guid>
		<description>Or you can:
a) launch the unarchiver app and open its preferences screen
b) go to &quot;archive formats&quot; and press &quot;select all&quot;. This will re-associate files with unarchiver app.</description>
		<content:encoded><![CDATA[<p>Or you can:<br />
a) launch the unarchiver app and open its preferences screen<br />
b) go to &#8220;archive formats&#8221; and press &#8220;select all&#8221;. This will re-associate files with unarchiver app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berno</title>
		<link>http://jasontomczak.com/2009/08/30/snow-leopard-are-your-zip-files-not-unzipping/comment-page-1/#comment-299</link>
		<dc:creator>berno</dc:creator>
		<pubDate>Sat, 05 Sep 2009 23:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://jasontomczak.com/?p=196#comment-299</guid>
		<description>thanks a lot ! after deleting the “com.apple.finder.plist” file
snow leo unzipps all the zipped files. i had a problem with the zip files and some dmg&#039;s won&#039;t open, but both is fixed right now ! 
thx</description>
		<content:encoded><![CDATA[<p>thanks a lot ! after deleting the “com.apple.finder.plist” file<br />
snow leo unzipps all the zipped files. i had a problem with the zip files and some dmg&#8217;s won&#8217;t open, but both is fixed right now !<br />
thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
