<?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>SurlyJake &#187; IDE</title>
	<atom:link href="http://www.surlyjake.com/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a custom application launcher in GNOME3</title>
		<link>http://www.surlyjake.com/2011/12/create-a-custom-application-launcher-in-gnome3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-custom-application-launcher-in-gnome3</link>
		<comments>http://www.surlyjake.com/2011/12/create-a-custom-application-launcher-in-gnome3/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:26:51 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=879</guid>
		<description><![CDATA[On Arch, the system-wide shortcuts are stored in /usr/share/applications. Each one is a .desktop file with a few parameters. user-specific icons are stored in ~/.local/share/applications. I downloaded eclipse and extracted it in my home directory, so I&#8217;ll use eclipse as the example application. Create the .desktop file: nano ~/.local/share/applications/Eclipse.desktop Paste this in: [Desktop Entry] Encoding=UTF-8 [...]]]></description>
			<content:encoded><![CDATA[<p>On Arch, the system-wide shortcuts are stored in /usr/share/applications. Each one is a .desktop file with a few parameters. user-specific icons are stored in ~/.local/share/applications. I downloaded eclipse and extracted it in my home directory, so I&#8217;ll use eclipse as the example application.</p>
<ol>
<li><strong>Create the .desktop file:</strong>
<pre><code>nano ~/.local/share/applications/Eclipse.desktop</code></pre>
<p>Paste this in:</p>
<pre><code>[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=false
Exec=/path/to/eclipse/eclipse
Name=Eclipse Comment=Launcher for Eclipse</code></pre>
<p>Each line is pretty self-explanatory. Edit to suit your needs. As soon as you save the file, you will be able to see your new shortcut in the list.</li>
<li><strong>(Optional) Give the shortcut a nice-looking icon:</strong><br />
You probably noticed that your icon is an ugly diamond. To pretty it up, you simply have to add one more line to the desktop file.</p>
<pre><code> Icon=/path/to/eclipse/eclipse.<a href="http://www.surlyjake.com/tag/svg/" class="st_tag internal_tag" rel="tag" title="Posts tagged with svg">svg</a></code></pre>
<p>Your application may have included a png icon, but to make it really look nice, you should grab an SVG file of the logo from somewhere. Arch has a very simple packaging process which lets you examine all of the package building elements through their webpage at http://www.archlinux.org/packages/. I was able to grab the SVG which the package uses like this:</p>
<pre><code>wget -O eclipse.svg http://projects.archlinux.org/svntogit/packages.git/plain/trunk/eclipse.svg\?h\=packages/eclipse</code></pre>
</li>
</ol>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2011/12/create-a-custom-application-launcher-in-gnome3/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2011/12/create-a-custom-application-launcher-in-gnome3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xbox Media Center on original XBox</title>
		<link>http://www.surlyjake.com/2009/06/xbox-media-center-on-original-xbox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xbox-media-center-on-original-xbox</link>
		<comments>http://www.surlyjake.com/2009/06/xbox-media-center-on-original-xbox/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 02:23:13 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[trickery]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[XBox]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/uncategorized/xbox-media-center-on-original-xbox/</guid>
		<description><![CDATA[I picked up a refurbished original XBox specifically so i could install XBMC on it. Turns out it is a GREAT project, and through some trickery, was able to get it installed and running thanks to this post: http://www.boards.ie/vbulletin/showthread.php?t=2055256404 by &#8216;SuperCell&#8217; at boards.ie. I highly recommend using this &#8216;hotswap&#8217; method if you don&#8217;t already have [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up a refurbished original <a href="http://www.surlyjake.com/tag/xbox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XBox">XBox</a> specifically so i could install <a href="http://www.surlyjake.com/tag/xbmc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XBMC">XBMC</a> on it. Turns out it is a GREAT project, and through some <a href="http://www.surlyjake.com/tag/trickery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with trickery">trickery</a>, was able to get it installed and running thanks to this post: <a href="http://www.boards.ie/vbulletin/showthread.php?t=2055256404">http://www.boards.ie/vbulletin/showthread.php?t=2055256404</a> by &#8216;SuperCell&#8217; at boards.ie. I highly recommend using this &#8216;hotswap&#8217; method if you don&#8217;t already have the gear necesarry to mod an xbox with a chip, or by using a savegame exploit. It&#8217;ll save you some cash, plus who doesn&#8217;t like yanking an <a href="http://www.surlyjake.com/tag/ide/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IDE">IDE</a> cable from a spinning hard drive?</p>
<p>Best of all, all of the tools used in the process run perfectly in <a href="http://www.surlyjake.com/tag/wine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WINE">WINE</a>, or directly on my <a href="http://www.surlyjake.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> desktop.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/06/xbox-media-center-on-original-xbox/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/06/xbox-media-center-on-original-xbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

