<?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>Objectively True &#187; foss</title>
	<atom:link href="http://www.objectivelytrue.com/tag/foss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectivelytrue.com</link>
	<description>forcibly extracting meaning from everything (syncretically)</description>
	<lastBuildDate>Wed, 17 Feb 2010 16:05:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing e17 on (k)ubuntu jaunty jackalope</title>
		<link>http://www.objectivelytrue.com/uncategorized/2009/05/03/installing-e17-on-kubuntu-jaunty-jackalope/</link>
		<comments>http://www.objectivelytrue.com/uncategorized/2009/05/03/installing-e17-on-kubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:27:20 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[e17]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[install guides]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.objectivelytrue.com/?p=219</guid>
		<description><![CDATA[Open a terminal. sudo apt-get install build-essential cvs subversion libglib-2.0-dev automake libtool libltdl3-dev automake1.9 autotools-dev libpopt-dev libcurl3-dev libx11-dev x11proto-xext-dev libbz2-dev libid3tag0-dev libpng12-dev libtiff4-dev libungif4-dev libjpeg62-dev libssl-dev libfreetype6-dev bison flex gettext libimlib2-dev libpam0g-dev libxml2-dev libxcursor-dev libgtk1.2-dev autoconf pkg-config libpng3-dev libxine-dev libxkbfile-dev libsqlite3-dev giblib-dev libxmu-dev libxdamage-dev libxcomposite-dev libtag1-dev libtagc0-dev giblib-dev libasound2-dev libdbus-1-dev libfontconfig-dev Say &#8220;y&#8221; to install&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Open a terminal.</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install build-essential cvs <span class="highlight">subversion</span> libglib-2.0-dev automake libtool libltdl3-dev automake1.9 autotools-dev libpopt-dev libcurl3-dev libx11-dev x11proto-xext-dev libbz2-dev libid3tag0-dev libpng12-dev libtiff4-dev libungif4-dev libjpeg62-dev libssl-dev libfreetype6-dev bison flex gettext libimlib2-dev libpam0g-dev libxml2-dev libxcursor-dev libgtk1.2-dev autoconf pkg-config libpng3-dev libxine-dev libxkbfile-dev libsqlite3-dev giblib-dev libxmu-dev libxdamage-dev libxcomposite-dev libtag1-dev libtagc0-dev giblib-dev libasound2-dev libdbus-1-dev libfontconfig-dev</pre>
<p>Say &#8220;y&#8221; to install&#8230; then try this&#8230;</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">wget http://omicron.homeip.net/projects/easy_e17/easy_e17.sh</pre>
<p>next, this:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">chmod +x easy_e17.sh
./easy_e17.sh -i -e</pre>
<p>After the install is finished, do this:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">sudo nano -w /usr/share/xsessions/e17.desktop</pre>
<p>You&#8217;ll be taken to a brand new document.  Paste this text in it:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 130px; text-align: left;" dir="ltr">[Desktop Entry]
Encoding=UTF-8
Name=E-17
Comment=
Exec=/opt/e17/bin/enlightenment_start
Icon=
Type=Application</pre>
<p>(click your mouse from the end of this text and drag it back to the beginning to copy it, middle-click to paste in a terminal)  Then hit Ctrl + x, say &#8220;y&#8221; to save changes.</p>
<p>Additionally, it&#8217;s a good idea to add e17 to your PATH:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">sudo nano -w /etc/environment</pre>
<p>go to the end of the line on this file, just inside the quotation marks, and add the text &#8220;:/opt/e17/bin&#8221; (no quotation marks), then Ctrl + x, and &#8220;y&#8221; to save changes.  Log out of your desktop environment and e17 should now be an option to select from GDM/XDM/KDM/etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.objectivelytrue.com/uncategorized/2009/05/03/installing-e17-on-kubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Recent sidetracking / progress</title>
		<link>http://www.objectivelytrue.com/interstice/2008/10/07/recent-sidetracking-progress/</link>
		<comments>http://www.objectivelytrue.com/interstice/2008/10/07/recent-sidetracking-progress/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:10:15 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[interstice]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.objectivelytrue.com/?p=96</guid>
		<description><![CDATA[So much for getting back into the habit of &#8220;blogging&#8221;.  So much, also, for the promises of new reviews, thoughts, comments, and readings.  I have not, of late, had quite the slew of time for which I had hoped, and that which I have been afforded was spent in ways previously unanticipated.  What I have [...]]]></description>
			<content:encoded><![CDATA[<p>So much for getting back into the habit of &#8220;blogging&#8221;.  So much, also, for the promises of new reviews, thoughts, comments, and readings.  I have not, of late, had quite the slew of time for which I had hoped, and that which I have been afforded was spent in ways previously unanticipated.  What I <em>have</em> accomplished thought, is some work on a new piece of &#8220;software&#8221;&#8211;a little mysql/php-based teaching application, inspired by the illustrious <a title="pauker website, go download it and  play with it" href="http://pauker.sourceforge.net" target="_blank">pauker</a>, and based loosely on the same Leitner cardfile method, but more adapted to my needs as a student more readily prone to a Deweyian process of education than the tedium of memorization.</p>
<p>In other news, I have actually begun my reviews of the Dead Science album and Appiah&#8217;s book, but both are incomplete.  My venture into Simon Critchley&#8217;s <em>Infinitely Demanding</em> has also begun, but I may set it aside now that I have acquired a few new postanalytical philosophy works.  Critchley was not uninformative.  Though the first 20 pages or so of his work it seemed to me held nothing particularly cogent except that which was a mere reformulation of Levinas, it seemed to simply be an attempt to come to terms in order to make a clearer point later in the work, and I will be eager to later resume my reading of <em>Infinitely Demanding</em>.  However, I have an alluring idea for a sustained study of postanalytic philosophy.  If this study bears any fruit, I will describe it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.objectivelytrue.com/interstice/2008/10/07/recent-sidetracking-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
