<?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>Tech Notes &#187; dock</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/dock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Mon, 10 Aug 2009 18:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>OS X &#8211; Remove Glass Dock</title>
		<link>http://www.ryannitz.org/tech-notes/2009/06/05/os-x-remove-glass-dock/</link>
		<comments>http://www.ryannitz.org/tech-notes/2009/06/05/os-x-remove-glass-dock/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 18:12:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Config]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=160</guid>
		<description><![CDATA[When running OS X Leopard, many people are annoyed by the glass dock provided by default. There are serveral applications that can be downloaded to remove this but we found a very easy way of removing the glass dock. In a shell type: defaults write com.apple.dock no-glass -boolean YES Next, it is time to remove [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-137" title="apple_logo" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2009/02/apple_logo.jpg" alt="apple_logo" width="128" height="150" /></p>
<p>When running <a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5" target="_blank">OS X Leopard</a>, many people are annoyed by the glass <a href="http://en.wikipedia.org/wiki/Mac_OS_X_Dock" target="_blank">dock</a> provided by default. There are serveral applications that can be downloaded to remove this but we found a very easy way of removing the glass dock. In a shell type:</p>
<pre>defaults write com.apple.dock no-glass -boolean YES</pre>
<p>Next, it is time to remove a couple of files. Type the following:</p>
<pre>cd /System/Library/CoreServices/Dock.app/Contents/Resources</pre>
<p>Delete the glass dock images by typing:</p>
<pre>sudo rm -Rf bottom*.png</pre>
<p>Now it is time to restart your dock:</p>
<pre>killall Dock</pre>
<p>That is all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2009/06/05/os-x-remove-glass-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
