<?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>gonium.net &#187; leopard</title>
	<atom:link href="http://gonium.net/md/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://gonium.net/md</link>
	<description>so much time, so little to do.</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:47:27 +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>Leopard+Terminal+Spaces workaround</title>
		<link>http://gonium.net/md/2007/11/26/leopardterminalspaces-workaround/</link>
		<comments>http://gonium.net/md/2007/11/26/leopardterminalspaces-workaround/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:25:45 +0000</pubDate>
		<dc:creator>md</dc:creator>
				<category><![CDATA[digital]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[nerdism]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[spaces]]></category>

		<guid isPermaLink="false">http://gonium.net/md/2007/11/26/leopardterminalspaces-workaround/</guid>
		<description><![CDATA[
Overall, I like the new Apple MacOS 10.5 aka Leopard. I used various virtual desktop solutions with older versions, but the new Spaces provides everything I need &#8211; almost. On a typical workday, I have various terminal windows opened &#8211; but not on one workspace! Spaces changes the screen to one that has a terminal [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://gonium.net/md/wp-content/uploads/2007/11/leopard.jpg' alt='leopard' /></p>
<p>Overall, I like the new Apple MacOS 10.5 aka Leopard. I used various virtual desktop solutions with older versions, but the new Spaces provides everything I need &#8211; almost. On a typical workday, I have various terminal windows opened &#8211; but not on one workspace! Spaces changes the screen to one that has a terminal currently running, which is a stupid behavior. There is also no way to change this. But a workaround&#8230;</p>
<p><span id="more-57"></span></p>
<p>If you have a terminal on space one and you&#8217;re on space three, clicking the terminal icon moves you to terminal one. What I would like to have is a new terminal on space three. You can do this with the following (trivial) applescript:</p>
<p><code><br />
tell application "Terminal"<br />
    do script ""<br />
end tell<br />
</code></p>
<p>So, basically the Terminal is asked to execute an empty script &#8211; which results in a new window <strong>without</strong> changing the current desktop.</p>
<p>Either you use the script editor to build your own applescript implementation, or you download a precompiled version below. I dropped the script into the dock for easy access. Now I have only two remaining questions:</p>
<ol>
<li>How can I change the icon of the applescript?</li>
<li>How can I assign a keyboard shortcut to it?</li>
</ol>
<p>Hopefully, Spaces allows you to deactivate the switching behavior in future revisions.</p>
<ul>
<li><a href='http://gonium.net/md/wp-content/uploads/2007/11/openterminal.zip' title='openterminal applescript'>openterminal applescript download</a></li>
</ul>
<p>The leopard pic was released under a CC-Attribution-No Derivative Works license by <a href="http://flickr.com/photos/pleeker/130658490/">Matt McGee</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gonium.net/md/2007/11/26/leopardterminalspaces-workaround/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
