<?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>Ruiz-Ade.com &#187; Mac OS X</title>
	<atom:link href="http://ruiz-ade.com/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruiz-ade.com</link>
	<description>Living life so you don't have to.</description>
	<lastBuildDate>Wed, 19 Oct 2011 20:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Dear Adobe Reader Safari Plugin: Die.</title>
		<link>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/</link>
		<comments>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:44:38 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[launchd]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/?p=134</guid>
		<description><![CDATA[If you&#8217;re anything like me, you have a strong dislike for all the stupidity that surrounds the Adobe Reader (formerly known as Acrobat Reader.) I won&#8217;t go into the details here (though this guy can explain it in great detail), but because I very occasionally need features of Adobe Reader, I still keep it installed [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, you have a strong dislike for all the stupidity that surrounds the Adobe Reader (formerly known as Acrobat Reader.)</p>
<p>I won&#8217;t go into the details here (though <a href="http://www.bynkii.com/">this guy</a> can explain it in great detail), but because I <em>very occasionally</em> need features of Adobe Reader, I still keep it installed on my Mac, while I use Preview for all my other PDF needs.  I&#8217;ve gone so far as to install the <a href="http://code.google.com/p/firefox-mac-pdf/">Firefox PDF Plugin for Mac</a> for when I use Firefox, <strong>just to avoid Adobe Reader</strong>.  And, really, there&#8217;s no point in Adobe Reader for most cases where you just want to be able to view or print PDF files.  Doubly so, since Mac OS X lets you print any document to a PDF file as a default feature of the OS.</p>
<p>There are, though, edge cases where having Adobe Reader installed and available are useful.  So I have it installed, but I refuse to use their web plugin.  Adobe doesn&#8217;t care, though, and will periodically, sometimes randomly, and sometimes even without my consent, <em>re-install the plugin.</em>  Even though I&#8217;ve told it not to.  Adobe Updater, I&#8217;m looking at you, here.</p>
<p>Sadly, my solution is heavy-handed.  I created a launchd task that will forcibly remove the Adobe Reader plugin from /Library/Internet Plugins whenever it&#8217;s created.  It&#8217;s fast, efficient, and works.</p>
<p>And, as soon as I can figure out the new wordpress theme, I&#8217;ll post it here in a legible form</p>
<p><strong>UPDATE:</strong> Thanks to <a href="https://twitter.com/LynneAndChad">Lynne and Chad</a> on <a href="https://twitter.com/">Twitter</a> for suggesting the <a href="http://coffee2code.com/wp-plugins/preserve-code-formatting/">Preserve Code Formatting</a> plugin!</p>
<p>And now, the Launchd config. Save this as:<br />
<code>&quot;/Library/LaunchDaemons/org.unnerving.RemoveAdobeReaderPlugin.plist&quot;</code></p>
<hr />
<div class="code">
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
&nbsp;&nbsp;&lt;key&gt;Label&lt;/key&gt;
&nbsp;&nbsp;&lt;string&gt;org.unnering.RemoveAdobeReaderPlugin&lt;/string&gt;
&nbsp;&nbsp;&lt;key&gt;ProgramArguments&lt;/key&gt;
&nbsp;&nbsp;&lt;array&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;rm&lt;/string&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;-rf&lt;/string&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;/Library/Internet Plug-Ins/AdobePDFViewer.plugin&lt;/string&gt;
&nbsp;&nbsp;&lt;/array&gt;
&nbsp;&nbsp;&lt;key&gt;QueueDirectories&lt;/key&gt;
&nbsp;&nbsp;&lt;array&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;/Library/Internet Plug-Ins/AdobePDFViewer.plugin&lt;/string&gt;
&nbsp;&nbsp;&lt;/array&gt;
&nbsp;&nbsp;&lt;key&gt;WatchPaths&lt;/key&gt;
&nbsp;&nbsp;&lt;array/&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</code></pre></div>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

