<?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>SWAT&#039;s blog &#187; GNOME</title>
	<atom:link href="http://blog.schauenburg.nl/category/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schauenburg.nl</link>
	<description></description>
	<lastBuildDate>Tue, 01 Mar 2011 15:32:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Jaunty Jackalope (9.04) jumped into the spotlight</title>
		<link>http://blog.schauenburg.nl/2009/04/23/jaunty-jackalope-904-jumped-into-the-spotlight/</link>
		<comments>http://blog.schauenburg.nl/2009/04/23/jaunty-jackalope-904-jumped-into-the-spotlight/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:06:30 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=342</guid>
		<description><![CDATA[Has it been 6 months already? Time flies when you are having fun or when you are very busy, it seems. The Dutch and English announcements can be found on the official Ubuntu wiki as well as the Dutch and English release notes. Another great upgrade, loaded with new stuff and changes. Here are some [...]]]></description>
			<content:encoded><![CDATA[<p>Has it been 6 months already? Time flies when you are having fun or when you are very busy, it seems. The <a href="https://wiki.ubuntu.com/JauntyJackalope/ReleaseAnnouncement/nl" target="_blank">Dutch</a> and <a href="https://wiki.ubuntu.com/JauntyJackalope/ReleaseAnnouncement" target="_blank">English</a> announcements can be found on the official Ubuntu wiki as well as the <a href="https://wiki.ubuntu.com/JauntyJackalope/ReleaseNotes/NL" target="_blank">Dutch</a> and <a href="https://wiki.ubuntu.com/JauntyJackalope/ReleaseNotes" target="_blank">English</a> release notes. Another great upgrade, loaded with new stuff and changes. Here are some tips to get you through the potentially &#8220;rough&#8221; part of it <img src='http://blog.schauenburg.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h1>Fast upgrade</h1>
<p>I gave a friend of mine a great tip. That tip enabled him to upgrade his system in less than an hour and downloading the updates took less than 10 minutes (at about 1.6 MB/s). I told him that the default is to use the official nl.archive.ubuntu.com as an update source and he should use an alternate local mirror if the main one is slow. Just add a line to your /etc/hosts :</p>
<blockquote><p>ip.of.the.alternate.mirror nl.archive.ubuntu.com</p></blockquote>
<p>Do not forget to undo this after the upgrade though <img src='http://blog.schauenburg.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h1>GNOME-RDP</h1>
<p>Apparently the <a href="http://sourceforge.net/projects/gnome-rdp" target="_blank">GNOME-RDP</a> database &#8220;breaks&#8221; again if you upgrade. This <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-rdp/+bug/314777" target="_blank">bugreport</a> also contained the &#8220;fix&#8221; (by Mick K), but make sure sqlite and sqlite3 are installed:</p>
<blockquote><p>sudo apt-get install sqlite sqlite3<br />
cp ~/.gnome-rdp.db ~/.gnome-rdp.db.backup<br />
mv ~/.gnome-rdp.db ~/.gnome-rdp.db.old<br />
# Open GNOME-RDP to create and initialize a new database and then close the application:<br />
gnome-rdp<br />
sqlite ~/.gnome-rdp.db.old &#8220;.dump session&#8221; | fgrep INSERT | sqlite3 ~/.gnome-rdp.db<br />
# Keyring support slows it down a lot (and produces errors) so disable it:<br />
sqlite3 ~/.gnome-rdp.db &#8220;INSERT INTO appOptions VALUES(&#8216;UseKeyring&#8217;,'False&#8217;);&#8221;</p></blockquote>
<p>Note: please keep your backup file in place (an extra backup is never a bad thing), since GNOME-RDP seems to have database issues when upgrading. I can not ensure this is &#8216;the&#8217; best way to fix your current database, so use with caution.</p>
<h1>Compiz and Intel</h1>
<p>I suddenly found myself unable to enable compiz (&#8220;Blacklisted PCIID &#8217;8086:2a02&#8242; found&#8221;). After a quick Launchpad error search I found <a href="https://bugs.launchpad.net/dell/+bug/141298" target="_blank">this bug</a> which referenced <a href="http://linux.dell.com/wiki/index.php/Ubuntu_7.10/Issues/Compiz_Fusion_965GM_Incompatibility" target="_blank">the Dell site</a>, which eventually contained the workaround. Just edit /etc/xdg/compiz/compiz-manager and add the following line:</p>
<blockquote><p>SKIP_CHECKS=&#8221;yes&#8221;</p></blockquote>
<h1>CTRL+ALT+BACKSPACE</h1>
<p>I really do <strong>NOT</strong> get this. This shortcut was disabled because some people accidentally triggered it and this restarts X. Which idiot accidentally presses CTRL+ALT+BACKSPACE? Anyway, this is how you get the famous shortcut back and working as intended:</p>
<blockquote><p>sudo dontzap &#8211;disable</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2009/04/23/jaunty-jackalope-904-jumped-into-the-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME-Do does it!</title>
		<link>http://blog.schauenburg.nl/2009/04/21/gnome-do-does-it/</link>
		<comments>http://blog.schauenburg.nl/2009/04/21/gnome-do-does-it/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:46:04 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=303</guid>
		<description><![CDATA[Eventually I also got convinced to use GNOME-Do (Launchpad)  and I do not regret it. I use the keyboard even more and use the mouse less, what is there not to love? You can even enable searching your bookmarks, contacts etc. which means that you can open up a conversation window or an e-mail draft [...]]]></description>
			<content:encoded><![CDATA[<p>Eventually I also got convinced to use <a href="http://do.davebsd.com/" target="_blank">GNOME-Do</a> (<a href="https://launchpad.net/do" target="_blank">Launchpad</a>)  and I do not regret it. I use the keyboard even more and use the mouse less, what is there not to love? You can even enable searching your bookmarks, contacts etc. which means that you can open up a conversation window or an e-mail draft right away (yes, it is that easy). Unfortunately all the really cool stuff is still upstream, so if you want to latest/greatest version you have 3 options available:</p>
<ol>
<li>Download it from the website (don&#8217;t do it, you want the packaged/maintained version)</li>
<li>Use the PPA of the <a href="https://launchpad.net/~do-core" target="_blank">GNOME Do Core Team</a> to get the latest upstream version which is packaged (I used this version which is for those of us who like to live on the edge)</li>
<li>Upgrade to Jaunty (the release is only 2 days away!)</li>
</ol>
<p>If you choose option 2), I can give you this small how-to:</p>
<ol>
<li>Add the PPA&#8217;s key to your system:<br />
<blockquote><p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com a5d19fdcaa6abb440cd3464628a8205077558dd0</p></blockquote>
<p><a href="https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories" target="_blank">Source</a></li>
<li>Add the repository to your /etc/apt/sources.list<br />
<blockquote><p>deb http://ppa.launchpad.net/do-core/ppa/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/do-core/ppa/ubuntu intrepid main</p></blockquote>
</li>
<li>Update your cache and install<br />
<blockquote><p>sudo apt-get update &amp;&amp; sudo apt-get install gnome-do gnome-do-plugins</p></blockquote>
</li>
</ol>
<p><em>Note for 64-bit users! There is a bug in Launchpad&#8217;s ppa that causes 64-bit mono package builds to fail, but David was in the marines for 12 years and only learned one thing- Leave no man behind. This message doesn&#8217;t apply to plugins, however. Plugins are architecture independent and build fine in the PPA. You should use plugins from the PPA, and for core we&#8217;ve got a package for you at http://launchpad.net/do/+download</em> (<a href="https://launchpad.net/~do-core/+archive/ppa" target="_blank">source</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2009/04/21/gnome-do-does-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

