<?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>Martin Notes &#187; intrepid ibex</title>
	<atom:link href="http://martinnotes.com/tag/intrepid-ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Build Google Gadgets on Ubuntu 8.10</title>
		<link>http://martinnotes.com/2008/11/09/89/</link>
		<comments>http://martinnotes.com/2008/11/09/89/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 09:08:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[Google Gadgets]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=89</guid>
		<description><![CDATA[There is a new code release of Google Gadgets. I&#8217;ve been looking for a .deb file all over, but apparently the interest is gone since the first release. So the only thing left to do is: compile it myself. Luckily Google has already posted most of the dependencies on their how-to-build page, that saves a [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new code release of Google Gadgets. I&#8217;ve been looking for a .deb file all over, but apparently the interest is gone since the first release. So the only thing left to do is: compile it myself. Luckily Google has already posted most of the dependencies on their how-to-build page, that saves a lot of make time. I&#8217;ve described the build for Gnome GTK here:</p>
<p>Download the Google Gadgets source</p>
<pre><code>wget http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-0.10.3.tar.bz2</code></pre>
<p>Install the dependencies</p>
<pre><code>sudo apt-get install libdbus-1-dev libmozjs-dev libxml2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libltdl3-dev libxt-dev libxul-dev libgtk2.0-dev librsvg2-dev libcurl4-openssl-dev</code></pre>
<p>I&#8217;ve added the &#8220;libxt-dev&#8221; which was missed in the Google instructions.</p>
<p>Configure the build</p>
<pre><code>./configure --prefix=/usr</code></pre>
<p>Google advises to add the prefix to avoid library linking problems.</p>
<p>Make the application</p>
<pre><code>make</code></pre>
<p>Install the application</p>
<pre><code>sudo make install</code></pre>
<p>And start it</p>
<pre><code>ggl-gtk</code></pre>
<p>I haven&#8217;t seen any major updates to the last release yet. All I can say is that it feels a bit faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/11/09/89/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intrepid Ibex (Ubuntu 8.10) is released</title>
		<link>http://martinnotes.com/2008/10/31/intrepid-ibex-ubuntu-810-is-released/</link>
		<comments>http://martinnotes.com/2008/10/31/intrepid-ibex-ubuntu-810-is-released/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 22:00:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=84</guid>
		<description><![CDATA[It&#8217;s already old news, but Intrepid Ibex has been release. Get it while it&#8217;s hot. It&#8217;s worth the download. Look at my Current install page for an overview of what I install after the default install.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s already old news, but <a href="http://www.ubuntu.com/">Intrepid Ibex</a> has been release. Get it while it&#8217;s hot. It&#8217;s worth the download.</p>
<p>Look at my <a href="http://martinnotes.com/current-install/">Current install</a> page for an overview of what I install after the default install.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/31/intrepid-ibex-ubuntu-810-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 RC &#8211; small review</title>
		<link>http://martinnotes.com/2008/10/24/ubuntu-810-rc-small-review/</link>
		<comments>http://martinnotes.com/2008/10/24/ubuntu-810-rc-small-review/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 20:53:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=81</guid>
		<description><![CDATA[I only ran Ibex from the Live CD. The suspend seems to have stopped working, when I suspend and resume then I get a working system, but no mouse cursor and a black screen. Killing X works, but it&#8217;s not nice. That made me not upgrade. Very positive is that it&#8217;s FAST. Not only Gnome [...]]]></description>
			<content:encoded><![CDATA[<p>I only ran Ibex from the Live CD. The suspend seems to have stopped working, when I suspend and resume then I get a working system, but no mouse cursor and a black screen. Killing X works, but it&#8217;s not nice. That made me not upgrade.</p>
<p>Very positive is that it&#8217;s FAST. Not only Gnome works smoothly, but Firefox is just incredible. I&#8217;ve visited sites that I know have a lot of, very slow, javascript and they worked just amazingly fast. The bug that the passwords for multiple wireless networks are lost seems to be fixed.</p>
<p>It looks good, not special, but I knew that. I&#8217;m a bit disappointed about the suspend/resume not working. I hope that will be fixed before the release, because I&#8217;ve thoroughly enjoyed the fast resume in the beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/24/ubuntu-810-rc-small-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 RC</title>
		<link>http://martinnotes.com/2008/10/24/ubuntu-810-rc/</link>
		<comments>http://martinnotes.com/2008/10/24/ubuntu-810-rc/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:02:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=80</guid>
		<description><![CDATA[Owwww, we&#8217;re almost there! The Ubuntu 8.10 release candidate has been released.]]></description>
			<content:encoded><![CDATA[<p>Owwww, we&#8217;re almost there! The <a href="http://www.ubuntu.com/getubuntu/releasenotes/810">Ubuntu 8.10 release candidate</a> has been released.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/24/ubuntu-810-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 Flash update</title>
		<link>http://martinnotes.com/2008/10/18/ubuntu-810-flash-update/</link>
		<comments>http://martinnotes.com/2008/10/18/ubuntu-810-flash-update/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 20:53:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=78</guid>
		<description><![CDATA[I usually don&#8217;t run any updates on a beta release. For the Flash update in Intrepid Ibex I&#8217;ve made an exception: each page I opened that contained Flash (and in these days, which doesn&#8217;t?) pulled my CPU to 100%. That&#8217;s annoying. If you have the same problem, just search for the flash update in your [...]]]></description>
			<content:encoded><![CDATA[<p>I usually don&#8217;t run any updates on a beta release. For the Flash update in Intrepid Ibex I&#8217;ve made an exception: each page I opened that contained Flash (and in these days, which doesn&#8217;t?) pulled my CPU to 100%. That&#8217;s annoying.</p>
<p>If you have the same problem, just search for the flash update in your Update Manager and install it. Richt click in the list, select &#8220;Uncheck all&#8221; and select only the flash update. After a restart of firefox you should be OK.</p>
<p>In my install the Update Manager started complaining that  it wanted to do a Partial update. Don&#8217;t worry, just click &#8220;Close&#8221;.</p>
<p>Overall 8.10 is running extremely well. There are a few bugs that are annoying:</p>
<ul>
<li>NetworkManager forgets the password if you use multiple wireless networks.</li>
<li>The dimming of the screen still doesn&#8217;t work right. If I plug in then it will dim to a fixed value, even if I selected it to be at a lower value. And plugging it in will select a higher value.</li>
<li>Suspend and Wakeup works very good on my Sony. But it seems that changing anything during sleep kills the stability. I mean stuff like: unplug, or plug, the AC or attached (yes, or detach) an external monitor. I understand that&#8217;s complicated stuff: you wake up and the world has changed. I have that every day.</li>
<li>I still had to do some tweaking to make the external monitor work. What&#8217;s good: at least it tried to adjust the Virtual setting in xorg.xonf.</li>
<li>Compiz still can&#8217;t handle more then 2048&#215;2048. Is it just me, or is that a bit outdated?</li>
</ul>
<p>What I miss in the release is the USP, the killer app, &#8230; Of course it&#8217;s faster, uses less memory, works better with the hardware, but what makes this release special? It should have been the theme, but that is too weak for me.</p>
<p>It&#8217;s going to be a good release. Probably it will bring Ubuntu up to the level where XP was after about 7 or 8 years: stable and just working. Let&#8217;s hope the next release will take that step extra that pulls it above M$ and Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/18/ubuntu-810-flash-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting for Intrepid Ibex&#8230;.</title>
		<link>http://martinnotes.com/2008/10/11/waiting-for-intrepid-ibex/</link>
		<comments>http://martinnotes.com/2008/10/11/waiting-for-intrepid-ibex/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 08:40:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=76</guid>
		<description><![CDATA[The beta is realy remarkebly good. Suspend works like it should now, and the while system feels more snappy and stable then Hardy ever did for me. I don&#8217;t get the rave about the NewHuman theme. For me it shows all the same problems as the other dark themes: some applications (try CompizConfig) just don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/"><img class="alignleft size-thumbnail wp-image-66" style="float: left;" title="Ubuntu 8.10 - Coming October 30!" src="http://nancib.files.wordpress.com/2008/10/countdown_8_10_a_date.png" alt="Ubuntu 8.10 - Coming October 30!" width="180" height="150" /><br />
</a>The beta is realy remarkebly good. Suspend works like it should now, and the while system feels more snappy and stable then Hardy ever did for me.</p>
<p>I don&#8217;t get the rave about the NewHuman theme. For me it shows all the same problems as the other dark themes: some applications (try CompizConfig) just don&#8217;t work with it.</p>
<p>But overall the release looks promising. I&#8217;m really looking forward to the final!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/11/waiting-for-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Intrepid Ibix beta II</title>
		<link>http://martinnotes.com/2008/10/06/ubuntu-intrepid-ibix-beta-ii/</link>
		<comments>http://martinnotes.com/2008/10/06/ubuntu-intrepid-ibix-beta-ii/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 21:33:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=75</guid>
		<description><![CDATA[Of course I couldn&#8217;t resists the temptation and I installed the beta 8.10 release. It&#8217;s really good. The suspend has improved a 100 times and the overall feel has become more performant and stable. So far I&#8217;m very much impressed.]]></description>
			<content:encoded><![CDATA[<p>Of course I couldn&#8217;t resists the temptation and I installed the beta 8.10 release. It&#8217;s really good. The suspend has improved a 100 times and the overall feel has become more performant and stable. So far I&#8217;m very much impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/06/ubuntu-intrepid-ibix-beta-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Intrepid Ibex beta</title>
		<link>http://martinnotes.com/2008/10/04/ubuntu-intrepid-ibex-beta/</link>
		<comments>http://martinnotes.com/2008/10/04/ubuntu-intrepid-ibex-beta/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 09:51:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=73</guid>
		<description><![CDATA[How could I have missed this? I must have been too busy at work or something. Intrepid Ibex is in beta, download here: http://www.ubuntu.com/testing/intrepid/beta]]></description>
			<content:encoded><![CDATA[<p>How could I have missed this? I must have been too busy at work or something. Intrepid Ibex is in beta, download here: <a href="http://www.ubuntu.com/testing/intrepid/beta">http://www.ubuntu.com/testing/intrepid/beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/10/04/ubuntu-intrepid-ibex-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

