<?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>Juggling Eggs &#187; Mac</title>
	<atom:link href="http://sonnygill.net/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Tue, 15 Feb 2011 10:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Maven on Intellij IDEA on Mac</title>
		<link>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/</link>
		<comments>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 19:05:05 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Note To Self]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[IDEA]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=270</guid>
		<description><![CDATA[To easily use Maven from Intellij IDEA on a Mac, create or modify the file ~/.MacOSX/environment.plist, and add an entry for M2_HOME]]></description>
			<content:encoded><![CDATA[<p>Running/Debugging a maven target on Intellij IDEA results in a big scary error message: -</p>
<p>﻿Error running [...]: No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system.</p>
<p>To fix, you have to add M2_HOME variable in the Mac specific way.</p>
<p>Create or modify the file ~/.MacOSX/environment.plist, and add an entry for M2_HOME</p>
<p>If that file is already there, you may find that you can&#8217;t edit in a text editor because it is a binary file. First you will have to convert it to plain text (xml), edit it, and then you can convert it back to the binary format.</p>
<p>$ plutil -convert xml1 environment.plist</p>
<p>$ vim environment.plist</p>
<p>$ plutil -convert binary1 environment.plist</p>
<p>Ref: ﻿<a href="http://youtrack.jetbrains.net/issue/IDEA-21225">http://youtrack.jetbrains.net/issue/IDEA-21225</a> and ﻿<a href="http://devnet.jetbrains.net/thread/278634">http://devnet.jetbrains.net/thread/278634</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/maven-intellij-idea-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Mac available in beta</title>
		<link>http://sonnygill.net/mac/google-chrome-mac-beta/</link>
		<comments>http://sonnygill.net/mac/google-chrome-mac-beta/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 04:24:14 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=245</guid>
		<description><![CDATA[Google Chrome for Mac is available in beta.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://sonnygill.net/2009/06/07/google-chrome-on-mac/">developer release of Google Chrome</a> for Mac has been around for a while.<br />
Finally, the general beta release is out &#8211;  <a href="http://www.google.com/chrome/intl/en/huzzah.html">Google Chrome for Mac</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/google-chrome-mac-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run multiple Firefox profiles as separate Applications on Mac</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/</link>
		<comments>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:24:09 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=232</guid>
		<description><![CDATA[A visual guide to running multiple Firefox profiles as separate applications on Snow Leopard.]]></description>
			<content:encoded><![CDATA[<p>Here is a visual guide to creating multiple <strong>Firefox profiles</strong> and set them up to run like separate applications on Snow Leopard.</p>
<h3>Creating a new Firefox profile</h3>
<p>Open terminal and execute the following command:</p>
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin --ProfileManager
</pre>
<p>This should bring up the Firefox Profile Manager -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-profile-manager.png" border="0" alt="Firefox_Profile_manager.png" width="610" height="432" /></div>
<p>Go ahead and create a brand new profile.</p>
<h3>Using Automator to run the new Firefox profile as an application</h3>
<p>Now, on to creating a proper Mac application to run Firefox with your chosen profile.<span id="more-232"></span></p>
<ol>
<li> Open Automator</li>
<li> Choose File -&gt; New -&gt; Application
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/automator.png" border="0" alt="Automator.png" width="700" height="468" /></div>
</li>
<li> Choose Utilities group under Library</li>
<li> Drag Run Shell Script to the workflow pane on the right</li>
<li> Paste the following script:
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P MyProfile -no-remote &amp;amp;amp;amp;&amp;amp;amp;gt; /dev/null &amp;amp;amp;amp;
</pre>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/utilities-run-shell-script-1.png" border="0" alt="Utilities_run_shell_script-1.png" width="700" height="240" /></div>
<p><em>Replace MyProfile with the name of the profile you created earlier</em></li>
<li> Choose File &#8211; Save As, and save it wherever you want to keep it. Leave the File Format as Application in the Save dialog.</li>
</ol>
<h3>Making it pretty &#8211; Changing the Application icon</h3>
<ul>
<li> Right click on the saved file and choose Get Info ( or use Cmd + I ) to bring up the Info window.<br />
Make sure that it is not locked (bottom right corner) -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-get-info.png" border="0" alt="Firefox_get_info.png" width="237" height="654" /></div>
</li>
<li> Open Finder and go to /Applications/Firefox.app/Contents/Resources directory.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/mac-firefox-icon.png" border="0" alt="mac_firefox_icon.png" width="600" height="190" /></div>
</li>
<li> Open firefox.icns file in Preview (just double click it).</li>
<li> Click on the image shown in the main Preview pane, copy it using Ctrl &#8211; C, click on the icon in the top of Info window and paste it using Ctrl &#8211; V.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/copy-firefox-icon.png" border="0" alt="Copy_firefox_icon.png" width="600" height="296" /></div>
</li>
</ul>
<p>And that is it, your new Firefox <em>Application</em> is ready to go. You can open this even when you have the default Firefox running. And, of course, you can create as many such application as you like.</p>
<p>If you&#8217;d like to give different icons to different profiles, just download an icon set and use that with the above steps. One of my favourites is <a href="http://leo6247.deviantart.com/art/Carbon-Firefox-109314348">Carbon Firefox</a>, or try a <a href="http://images.google.com/images?as_q=firefox&amp;imgsz=i">Google search for icons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/mac-multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Chrome on Mac</title>
		<link>http://sonnygill.net/tech/google-chrome-on-mac/</link>
		<comments>http://sonnygill.net/tech/google-chrome-on-mac/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 04:34:57 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=201</guid>
		<description><![CDATA[Google Chrome developer release on Mac -

Being a developer release, it is incomplete.
How incomplete? You can&#8217;t run YouTube videos for example, a bunch of other plugins don&#8217;t work, and lots of other good stuff missing.
GMail works though, that is what I will be using it for now.
Download it here &#8211; Chrome developer release, if you [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome developer release on Mac -</p>
<p style="text-align: center">
<div id="attachment_209" class="wp-caption aligncenter" style="width: 399px"><img class="size-full wp-image-209" src="http://sonnygill.net/wp_content/files/2009/06/chrome_on_mac.jpg" alt="Google Chrome on Mac" width="389" height="204" /><p class="wp-caption-text">Google Chrome on Mac</p></div>
<p>Being a developer release, it is incomplete.<br />
How incomplete? You can&#8217;t run YouTube videos for example, a bunch of other plugins don&#8217;t work, and lots of other good stuff missing.<br />
GMail works though, that is what I will be using it for now.</p>
<p>Download it here &#8211; <a title="Google Chrome for Mac developer release" href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">Chrome developer release</a>, if you can&#8217;t wait to see Chrome running on your Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/tech/google-chrome-on-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

