<?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>-: an everyday story of country folk :-</title>
	<atom:link href="http://blog.mattrudge.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mattrudge.net</link>
	<description>the view from the mattrudge.net tower</description>
	<lastBuildDate>Mon, 02 Jan 2012 23:52:13 +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>Batch convert raw NEF files to JPEG</title>
		<link>http://blog.mattrudge.net/2012/01/02/batch-convert-raw-nef-files-to-jpeg/</link>
		<comments>http://blog.mattrudge.net/2012/01/02/batch-convert-raw-nef-files-to-jpeg/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 23:52:13 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[raw]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ufraw]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=557</guid>
		<description><![CDATA[In the classic words of one Sheldon Lee Cooper &#8211; &#8220;Ah, Ubuntu, my favourite Linux-based operating system&#8221;. Sometimes Linux makes things so easy, it&#8217;s almost laughable. Take, for instance, my current requirement to batch convert hundreds of Nikon RAW (NEF) files to JPEG, and place them in a separate directory. It turns out that the [...]]]></description>
			<content:encoded><![CDATA[<p>In the classic words of one Sheldon Lee Cooper &#8211; &#8220;Ah, Ubuntu, my favourite Linux-based operating system&#8221;. Sometimes Linux makes things so easy, it&#8217;s almost laughable. Take, for instance, my current requirement to batch convert hundreds of Nikon RAW (NEF) files to JPEG, and place them in a separate directory. It turns out that the only way this could have been easier would have been if someone else had actually done it for me. It was <em>that easy!!</em><span id="more-557"></span></p>
<p>To do this, simply open a terminal window and type:</p>
<p><code>sudo apt-get install ufraw ufraw-batch</code></p>
<p>Now navigate to the folder where your NEF files are, and type:</p>
<p><code>ufraw-batch *.NEF --out-type=jpeg --out-folder ~/Pictures/JPEG012012</code></p>
<p>Now, naturally, you&#8217;re going to have to change the &#8220;out-folder&#8221; path. If you&#8217;re happy for the JPEG files to reside in the same folder as the NEFs, then just leave off the out-folder parameter entirely.</p>
<p>That&#8217;s it. Get a coffee and put your feet up while the magic happens!</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0439961439391875";
/* Post banner, 468x60 */
google_ad_slot = "4426269627";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2012/01/02/batch-convert-raw-nef-files-to-jpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a launcher in Ubuntu 11.10</title>
		<link>http://blog.mattrudge.net/2011/12/05/creating-a-launcher-in-ubuntu-11-10/</link>
		<comments>http://blog.mattrudge.net/2011/12/05/creating-a-launcher-in-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 09:16:02 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[oneiric ocelot]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=553</guid>
		<description><![CDATA[If you&#8217;ve recently upgraded to Ubuntu 11.10, then you may be pining for the days when you could just right-click on the desktop and create a new launcher (or &#8220;shortcut&#8221; &#8211; if you&#8217;re still using Windows-speak). I&#8217;m not sure why this function was deemed surplus to requirements, since it was one of the first things [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently upgraded to Ubuntu 11.10, then you may be pining for the days when you could just right-click on the desktop and create a new launcher (or &#8220;shortcut&#8221; &#8211; if you&#8217;re still using Windows-speak). I&#8217;m not sure why this function was deemed surplus to requirements, since it was one of the first things I went looking for. There is an answer but, as with all things with Linux, the trick is to ask the right questions.<span id="more-553"></span>Just as there are, allegedly, many ways to excoriate a feline, there are many ways to create a desktop launcher. We&#8217;re going to cover two ways &#8211; the GUI method and the text editor method.</p>
<p><strong>GUI Method</strong></p>
<p>This is as simple as opening a terminal window (ironically) and running:</p>
<p><code>gnome-desktop-item-edit ~/Desktop/ --create-new</code></p>
<p>If gnome-desktop-item-edit isn&#8217;t installed &#8211; as I believe is the case with a vanilla 11.10 installation, then install it by typing:</p>
<p><code>sudo apt-get install --no-install-recommends gnome-panel</code></p>
<p>When you run the gnome-desktop-item-edit command, you&#8217;ll be able to set the path, name and icon for the application.</p>
<div id="attachment_554" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.mattrudge.net/wp-content/uploads/2011/12/createlauncher.png"><img class="size-medium wp-image-554" title="Create Launcher window" src="http://blog.mattrudge.net/wp-content/uploads/2011/12/createlauncher-300x161.png" alt="Create Launcher window" width="300" height="161" /></a><p class="wp-caption-text">Create Launcher window</p></div>
<p><strong>Text Editor Method</strong></p>
<p>The text editor method is useful if you don&#8217;t want to install GNOME Panel, or other extra programs. Effectively what we do is manually create the launcher file.</p>
<p>Step one is to fire up your favourite text editor. Here I must confess my love for <code>vi</code>, but you can choose whatever flavour you want. In a blank text file, type or paste the following:</p>
<p><code>[Desktop Entry]<br />
Version=1.0<br />
Type=Application<br />
Terminal=<br />
Exec=<br />
Name=<br />
Icon=/</code></p>
<p>On the <code>Terminal</code> line type <em>true</em> after the = sign if the application runs in a terminal window. Type false if it&#8217;s a GUI application.</p>
<p>On the <code>Exec</code> line, type the path and command to the application you want to launch &#8211; e.g. /home/lechien/minecraft/minecraft.sh</p>
<p>On the <code>Name</code> line, type the name of the application. You can leave the Icon line alone for now.</p>
<p>Save this file to your Desktop folder and name it: APPNAME.desktop</p>
<p>Replace APPNAME with the name of your application, e.g: Minecraft.desktop</p>
<p>Close your text editor and your new launcher should appear on the desktop.</p>
<p>To change the icon, right-click on your launcher and click Properties from the context menu. Click on the current icon in the properties window and you will be prompted to choose a custom icon for your launcher.</p>
<p>And that&#8217;s it &#8211; two easy(ish) ways to create desktop launchers in Ubuntu.</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/12/05/creating-a-launcher-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Opaque orange box in Ubuntu 11.10</title>
		<link>http://blog.mattrudge.net/2011/11/05/opaque-orange-box-in-ubuntu-11-10/</link>
		<comments>http://blog.mattrudge.net/2011/11/05/opaque-orange-box-in-ubuntu-11-10/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 18:33:57 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[oneiric ocelot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=546</guid>
		<description><![CDATA[Continuing my series of fun things to fix after an upgrade, I had an interesting issue after my Ubuntu 11.10 Oneiric Ocelot upgrade. Intermittently, when moving the mouse to the left of the screen or changing into expo, an opaque orange snap box would appear on the left side of the screen. The box would [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing my series of fun things to fix after an upgrade, I had an interesting issue after my Ubuntu 11.10 <em>Oneiric Ocelot</em> upgrade. Intermittently, when moving the mouse to the left of the screen or changing into expo, an opaque orange snap box would appear on the left side of the screen. The box would persist through changing into and out of expo, and often would only go when I log out and back in again.</p>
<p>A screenshot of the problem is below:</p>
<p><a href="http://blog.mattrudge.net/wp-content/uploads/2011/11/snapbox.png"><img class="aligncenter size-medium wp-image-547" title="Opaque Orange Box in Ubuntu" src="http://blog.mattrudge.net/wp-content/uploads/2011/11/snapbox-300x187.png" alt="Opaque Orange Box in Ubuntu" width="300" height="187" /></a><span id="more-546"></span></p>
<p>I believe the issue has been documented at LaunchPad under bug number <a href="https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/879468">879648</a>, but no resolution has yet been posted.</p>
<p>It occurred to me that the issue could be do to with Compiz compositing, and after playing around with the Window Management settings, the problem seems to be resolved for me. The solution was as follows:</p>
<ul>
<li>Run the CompizConfig Settings Manager. If it&#8217;s not installed, then drop into a terminal window and type:</li>
</ul>
<p style="padding-left: 30px;"><code>sudo apt-get install compizconfig-settings-manager</code></p>
<ul>
<li>Click on <strong>Window Management</strong></li>
<li>Uncheck the the <strong>Grid</strong></li>
</ul>
<p>If you use the grid functions, then view this as a workaround. I never used the grid, so it&#8217;s no hassle for me to disable it. At least I can now switch workspaces and move the mouse around without having to look at my desktop through opaque orange glasses.</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/11/05/opaque-orange-box-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to switch on NumLock at Ubuntu login screen</title>
		<link>http://blog.mattrudge.net/2011/10/15/how-to-switch-on-numlock-at-ubuntu-login-screen/</link>
		<comments>http://blog.mattrudge.net/2011/10/15/how-to-switch-on-numlock-at-ubuntu-login-screen/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:39:13 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[numlock]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=543</guid>
		<description><![CDATA[Each time I upgrade Ubuntu, something small seems to stop working. Nothing too major &#8211; thankfully my trusty old Dell laptop seems to be quite Ubuntu-friendly. The upgrade to Unity seemed to stop my NumLock from working at the login screen. After I logged in to Ubuntu, NumLock would illuminate, but at the login screen [...]]]></description>
			<content:encoded><![CDATA[<p>Each time I upgrade Ubuntu, something small seems to stop working. Nothing too major &#8211; thankfully my trusty old Dell laptop seems to be quite Ubuntu-friendly.</p>
<p>The upgrade to Unity seemed to stop my NumLock from working at the login screen. After I logged in to Ubuntu, NumLock would illuminate, but at the login screen it remained off. It doesn&#8217;t take much to confound my less-than-stellar muscle memory, so since I always use the number pad to input the numbers in my password, logging in was frustrating.</p>
<p>Anyway, the good news is &#8211; if you have the same strange affliction &#8211; it&#8217;s not too difficult to fix.<span id="more-543"></span></p>
<p>As always, open a terminal window.</p>
<p>Type:</p>
<p style="padding-left: 30px;"><code>sudo apt-get install numlockx<br />
</code><br />
When this has finished, type:</p>
<p style="padding-left: 30px;"><code>gksu gedit /etc/gdm/Init/Default</code></p>
<p>At the end of the file, just before the line that says exit 0, insert the following lines:</p>
<p style="padding-left: 30px;"><code>if [ -x /usr/bin/numlockx ]; then</code></p>
<p style="padding-left: 60px;"><code>exec /usr/bin/numlockx on</code></p>
<p style="padding-left: 30px;"><code>fi</code></p>
<p>Now exit from the terminal, and reboot your computer. NumLock should now be enabled at the login screen.</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/10/15/how-to-switch-on-numlock-at-ubuntu-login-screen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Skype on Ubuntu 11.04</title>
		<link>http://blog.mattrudge.net/2011/07/04/skype-on-ubuntu-11-04/</link>
		<comments>http://blog.mattrudge.net/2011/07/04/skype-on-ubuntu-11-04/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 15:12:24 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=539</guid>
		<description><![CDATA[Good old Skype, it seems to have been in Linux Beta forever! I suppose now that Skype is part of the happy Microsoft &#8220;family&#8221;, it probably always will. Anyway, I recently had a problem where Skype would not open on my Ubuntu 11.04 laptop. Well, to be precise, Skype opened and closed immediately. The solution [...]]]></description>
			<content:encoded><![CDATA[<p>Good old Skype, it seems to have been in Linux Beta forever! I suppose now that Skype is part of the happy Microsoft &#8220;family&#8221;, it probably always will.</p>
<p>Anyway, I recently had a problem where Skype would not open on my Ubuntu 11.04 laptop. Well, to be precise, Skype opened and closed immediately. The solution was simple enough.<span id="more-539"></span></p>
<p>Firstly, open a terminal window</p>
<p>Type:</p>
<p style="padding-left: 30px;"><code>cd ~/.Skype<br />
rm shared.xml<br />
</code></p>
<p>When you have done this, restart Skype. You will need to supply your username and password, and maybe check any configuration options, but Skype will be working again!</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/07/04/skype-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unity Tweaks in Ubuntu 11.04</title>
		<link>http://blog.mattrudge.net/2011/05/02/unity-tweaks-in-ubuntu-11-04/</link>
		<comments>http://blog.mattrudge.net/2011/05/02/unity-tweaks-in-ubuntu-11-04/#comments</comments>
		<pubDate>Mon, 02 May 2011 16:06:05 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[home folder]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[natty narwhal]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=533</guid>
		<description><![CDATA[As I said in my previous post, my upgrade to Ubuntu 11.04 Natty Narwhal (love the name) was almost perfect. I&#8217;m getting to grips with &#8211; and actually quite liking &#8211; the new Unity interface. I know that everyone&#8217;s opinion varies, and that whether you like a new UI or not is entirely personal and [...]]]></description>
			<content:encoded><![CDATA[<p>As I said in my previous post, my upgrade to Ubuntu 11.04 <em>Natty Narwhal</em> (love the name) was almost perfect. I&#8217;m getting to grips with &#8211; and actually quite liking &#8211; the new Unity interface. I know that everyone&#8217;s opinion varies, and that whether you like a new UI or not is entirely personal and subjective. Here, though, are a few tweaks which have made Unity a bit more usable for me. Like adding your favourite folders (from the old &#8220;Places&#8221; menu) to the Home folder launcher.<span id="more-533"></span></p>
<p>A couple of my initial gripes with Unity centered around the fact that it seemed to take me a tad longer to get where I wanted to be. For instance, my Documents, Pictures, Downloads and root directory shortcuts had vanished along with the Places menu. This handy little tweak gives you the following menu, when you right click on the Home folder in the Unity launcher:</p>
<div id="attachment_534" class="wp-caption aligncenter" style="width: 276px"><a href="http://blog.mattrudge.net/wp-content/uploads/2011/05/Screenshot-74.png"><img class="size-full wp-image-534" title="Favourite Places" src="http://blog.mattrudge.net/wp-content/uploads/2011/05/Screenshot-74.png" alt="Favourite places restored" width="266" height="297" /></a><p class="wp-caption-text">Home launcher tweak</p></div>
<p>To get this, simply download the script from <a href="http://www.mattrudge.net/files/tweak_home_folder.sh">this link</a>.</p>
<p>When you have downloaded it (assuming it is in your Downloads folder), open a terminal window and type:</p>
<p style="padding-left: 30px;"><code>chmod +x ~/Downloads/tweak_home_folder.sh</code></p>
<p style="padding-left: 30px;"><code>sudo ~/Downloads/tweak_home_folder.sh</code></p>
<p>You may have to log out of Unity in order for the changes to take effect, but when you log back in simply right click on your Home folder in the Unity launcher to see the new menu.</p>
<p>Also, I found that task switching had slowed down in Unity. To speed things up again, do the following:</p>
<ul>
<li>Go to <strong>System Settings</strong></li>
<li>Run the <strong>CompizConfig Settings Manager</strong></li>
<li>If this is not visible, then drop to a terminal and type:</li>
</ul>
<p style="padding-left: 30px;"><code>sudo apt-get install compizconfig-settings-manager<br />
</code></p>
<ul>
<li>When you get into the <strong>CompizConfig Settings Manager</strong>, select the <strong>Window Management</strong> category</li>
<li>Then select the <strong>Scale</strong> applet</li>
<li>Click on <strong>Bindings</strong> and I chose the Bottom Right corner of the screen to initiate the window picker.</li>
</ul>
<p>Now all I have to do is flick my mouse pointer to the bottom right of the screen, and I can quickly task switch.</p>
<p>I also modified the default launcher behaviour through System Settings -> Launcher &#038; Menus, so that the launcher is now only activated when my mouse pointer is in the top left corner of the screen. This saves a lot of frustration when my wildly erratic movements take the mouse pointer too close to the left of the screen.</p>
<p>Hope you enjoy these. I&#8217;ll add more tweaks as I find them!</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/05/02/unity-tweaks-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Evolution Error Generating Message List</title>
		<link>http://blog.mattrudge.net/2011/05/02/evolution-error-generating-message-list/</link>
		<comments>http://blog.mattrudge.net/2011/05/02/evolution-error-generating-message-list/#comments</comments>
		<pubDate>Mon, 02 May 2011 15:08:01 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[narwhal]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=530</guid>
		<description><![CDATA[I don&#8217;t really use Evolution much &#8211; it&#8217;s not just that I don&#8217;t agree with evolution as a theory (which is a completely different subject), but that I don&#8217;t use POP mail too much, and so Evolution (the mail client) tends to be of little use. A common problem, though, after not using it for [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t really use Evolution much &#8211; it&#8217;s not just that I don&#8217;t agree with evolution as a theory (which is a completely different subject), but that I don&#8217;t use POP mail too much, and so Evolution (the mail client) tends to be of little use. A common problem, though, after not using it for a while can be the &#8220;Error Generating Message List&#8221; followed by other vague errors about corrupted disk images or folders. Fortunately the solution is quite simple.<span id="more-530"></span></p>
<p>Evolution stores its folder details in a small SQL database file called, strangely enough, folders.db! If this file is corrupted, then you will likely get the messages mentioned above. If it&#8217;s removed altogether, though, Evolution will rebuild it based on your current physical folder structure.</p>
<p>To do this, simply issue the following two commands after quitting from Evolution:</p>
<p><code>rm ~/.evolution/mail/local/folders.db<br />
rm ~/.local/share/evolution/mail/local/folders.db<br />
</code><br />
If you&#8217;re a little squeamish about wanton deleting of files, then I sympathise, and suggest that you &#8220;mv&#8221; the files elsewhere, rather than brutally &#8220;rm&#8221; them. As long as they&#8217;re moved out of Evolution&#8217;s folders, then you may do whatever you wish with them.</p>
<p>Restart Evolution and all should be well.</p>
<p>On a side note, I&#8217;ve recently upgraded my Maverick installation to 11.04 Natty Narwhal and, as usual, the upgrade was flawless. Kudos and thanks to the entire Ubuntu team! Although I don&#8217;t currently have the time to help out as a developer (although I&#8217;d <em>love</em> to &#8211; or maybe they&#8217;ve seen my code!!), I do like to get involved in the Ubuntu forums &#8211; particularly after a new release. It&#8217;s usually a mad, all-hands-on-deck scenario helping out users with upgrade issues, and this release was no exception. The forums are great and, I think, a really good way of giving something back and getting involved in the Ubuntu community. If you want to check out the forums, they&#8217;re <a href="http://ubuntuforums.org">here</a>. I&#8217;ve always found the help provided to be quick, friendly and, above all, accurate!</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/05/02/evolution-error-generating-message-list/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fullscreen Flash Freezing Fix</title>
		<link>http://blog.mattrudge.net/2011/04/21/fullscreen-flash-freezing-fix/</link>
		<comments>http://blog.mattrudge.net/2011/04/21/fullscreen-flash-freezing-fix/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 15:59:25 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[screen freeze]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=527</guid>
		<description><![CDATA[I love alliterative post titles! But I didn&#8217;t like the fact that even with my little 64-bit Flash for Ubuntu installer script (updated now, by the way), Flash videos would &#8220;freeze&#8221; in full-screen. The sound would continue, but the video would freeze. If I pressed Escape to exit full-screen mode, then everything would be fine [...]]]></description>
			<content:encoded><![CDATA[<p>I love alliterative post titles! But I didn&#8217;t like the fact that even with my little <a href="http://blog.mattrudge.net/2010/09/23/new-64-bit-flash-installer-for-ubuntu-10-04-lucid-lynx/">64-bit Flash for Ubuntu installer script</a> (updated now, by the way), Flash videos would &#8220;freeze&#8221; in full-screen. The sound would continue, but the video would freeze. If I pressed Escape to exit full-screen mode, then everything would be fine &#8211; it&#8217;s just that Flash would never run in full-screen. John Lewis commented about a <a href="http://johnlewis.ie/improving-flash-experience-in-ubuntu-64-bit/">PPA fix on his blog</a>, but I couldn&#8217;t get the PPA to work. I now have a different fix for this, which &#8211; so far &#8211; seems to be working.<span id="more-527"></span></p>
<p>There are two parts to this fix. Maybe only the first one will be necessary for you, but if you have an Nvidia or ATI graphics card, then you might have to do the second part as well.</p>
<p>Firstly, open a terminal window and type:</p>
<p style="padding-left: 30px;"><code>sudo mkdir /etc/adobe</code></p>
<p style="padding-left: 30px;"><code>sudo gedit /etc/adobe/mms.cfg</code></p>
<p>In the editor, type:</p>
<p style="padding-left: 30px;"><code>OverrideGPUValidation=true</code></p>
<p>Close and save the file.</p>
<p>Restart your browser and try running any full-screen Flash movie from YouTube, for example. If this works, then all well and good. If not, then try the following:</p>
<p>Edit the launcher for your chosen web browser, and insert the following before the launcher command:</p>
<p style="padding-left: 30px;"><code>env LD_PRELOAD=/usr/lib/libGL.so.1</code></p>
<p>I use Google Chrome (yes&#8230;I know!!), so the launcher command was: </p>
<p style="padding-left: 30px;"><code>/opt/google/chrome/google-chrome --enable-plugins %U</code></p>
<p>Which becomes:</p>
<p style="padding-left: 30px;"><code>env LD_PRELOAD=/usr/lib/libGL.so.1 /opt/google/chrome/google-chrome --enable-plugins %U</code></p>
<p>Again, restart your browser using this launcher, and see if full-screen Flash video works now.</p>
<p>I&#8217;m going to avoid the Steve Jobs-like rant with regard to Flash and why it seems to be terminally unstable and insecure, but hopefully this will be one step closer to getting an improved Flash experience on your Ubuntu installation.</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/04/21/fullscreen-flash-freezing-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reverting to GNOME 2 on Ubuntu 10.10</title>
		<link>http://blog.mattrudge.net/2011/04/19/reverting-to-gnome-2-on-ubuntu-10-10/</link>
		<comments>http://blog.mattrudge.net/2011/04/19/reverting-to-gnome-2-on-ubuntu-10-10/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 11:31:37 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[revert]]></category>
		<category><![CDATA[switch back]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=521</guid>
		<description><![CDATA[Maybe you tried my tutorial on installing GNOME 3 a couple of days ago and perhaps you were infected by the contagion of my excited spaniel mode, and so made GNOME 3 your primary window manager. If you&#8217;re now disillusioned with that decision and wish that you had left GNOME 3 in the sandbox (or [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe you tried my tutorial on installing GNOME 3 a couple of days ago and perhaps you were infected by the contagion of my excited spaniel mode, and so made GNOME 3 your primary window manager. If you&#8217;re now disillusioned with that decision and wish that you had left GNOME 3 in the sandbox (or &#8211; even worse &#8211; that you&#8217;d never read my blog post!!), then read on. Here is how to revert back to GNOME 2 &#8211; assuming you followed the steps in my previous tutorial.<span id="more-521"></span></p>
<p>Although it was certainly not due to good planning by me, the <a href="http://blog.mattrudge.net/2011/04/18/installing-gnome-3-on-ubuntu-10-10">build and install procedure I posted</a> a few days ago doesn&#8217;t actually replace any critical GNOME 2 files, so you can easily switch back if you wish.</p>
<p>It&#8217;s remarkably simple, so here is the procedure. Open a terminal window and type:</p>
<p style="padding-left: 30px;"><code>unlink ~/.local/share/applications/gnome-shell.desktop</code></p>
<p>This removes the symbolic link to the new GNOME desktop. We can put a link back to the old desktop by typing:</p>
<p style="padding-left: 30px;"><code>ln -s /usr/share/applications/gnome-shell.desktop ~/.local/share/applications/gnome-shell.desktop</code></p>
<p>Now all we need to do is change the window manager back:</p>
<p style="padding-left: 30px;"><code>gconftool-2 -s /desktop/gnome/session/required_components/windowmanager "compiz" -t string</code></p>
<p>I&#8217;m assuming you were using Compiz for compositing, like me. If you were using Metacity, then change the &#8220;compiz&#8221; string to &#8220;metacity&#8221;.</p>
<p>Now log out of GNOME &#8211; or even better &#8211; restart your computer. When it reboots, your familiar GNOME 2 desktop will be back. The sandbox version of GNOME 3 still exists, though, so try opening a terminal window and typing:</p>
<p style="padding-left: 30px;"><code>cd ~/gnome-shell/source/gnome-shell/src<br />
./gnome-shell --replace</code></p>
<p>This will replace your current GNOME shell with the sandbox version, so you can still play with GNOME 3 and get the bugs ironed out. A simple CTRL-C in the terminal window will return you to your old desktop.</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/04/19/reverting-to-gnome-2-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing GNOME 3 on Ubuntu 10.10</title>
		<link>http://blog.mattrudge.net/2011/04/18/installing-gnome-3-on-ubuntu-10-10/</link>
		<comments>http://blog.mattrudge.net/2011/04/18/installing-gnome-3-on-ubuntu-10-10/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 23:07:11 +0000</pubDate>
		<dc:creator>Matt Rudge</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[mutter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mattrudge.net/?p=509</guid>
		<description><![CDATA[Ok, so I haven&#8217;t been totally wasting my time while waiting for Natty to be released (well&#8230;after reading this post, you might think that I have been wasting my time!!), so I decided to replace the default GNOME desktop manager with GNOME 3, which was released earlier this month. There are plenty of posts about [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I haven&#8217;t been totally wasting my time while waiting for Natty to be released (well&#8230;after reading this post, you might think that I <em>have</em> been wasting my time!!), so I decided to replace the default GNOME desktop manager with GNOME 3, which was released earlier this month. There are plenty of posts about how to do this, but here is what worked on my installation.<span id="more-509"></span></p>
<p>Before I start, I should advise you that GNOME 3 is very different to the previous versions. For a start, it uses Mutter, which is based on Metacity, for compositing. If you&#8217;re not a big Compiz fan then this won&#8217;t mean much to you; however I was a little emotionally distraught to lose my expo function and easy hot-corner desktop switching. Even if you&#8217;re not using Compiz then your muscle memory will still get confused in GNOME 3, because it switches the close button back to the right hand side of the window, rather than the left in newer versions of Ubuntu. If you&#8217;ve already followed my previous instructions to set these buttons back to the right, then you&#8217;ll have spared yourself the agony that I&#8217;m currently going through (ok &#8211; so I exaggerate, it&#8217;s not like I&#8217;m walking across a bed of hot coals or anything!!).</p>
<div id="attachment_510" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.mattrudge.net/wp-content/uploads/2011/04/Screenshot-57.png"><img class="size-medium wp-image-510" title="GNOME 3 Window switcher" src="http://blog.mattrudge.net/wp-content/uploads/2011/04/Screenshot-57-300x187.png" alt="" width="300" height="187" /></a><p class="wp-caption-text">GNOME 3 Window switcher</p></div>
<p>That being said, GNOME 3 looks very sleek and pretty. It also seems faster than GNOME 2, but that could be because the compositing is now being handled in a more integrated manner, rather than with the Compiz overlay. So, if you want to do this, at the moment your only option is to build from source. Don&#8217;t panic &#8211; it&#8217;s really not as scary as it sounds. Here is the procedure I used (with thanks to the Ubuntu forums and GNOME project page &#8211; I managed to put my own install together using the details on both of these resources):</p>
<p>Firstly make sure that gcc is installed. I know this sounds obvious, but just make sure anyway! So, if opening a terminal window and running:</p>
<p style="padding-left: 30px;"><code>gcc --version</code></p>
<p>returns an error, then type:</p>
<p style="padding-left: 30px;"><code>sudo apt-get install gcc</code></p>
<p>Next, we can install the dependencies that are needed. Just copy and paste the following line:</p>
<p style="padding-left: 30px;"><code>sudo apt-get install curl libtiff4-dev libgstreamer0.10-dev libcroco3-dev xulrunner-dev mesa-utils mesa-common-dev libreadline5-dev libgl1-mesa-dev libwnck-dev librsvg2-dev libgnome-desktop-dev libgnome-menu-dev libffi-dev libgtk2.0-dev libgconf2-dev libdbus-glib-1-dev gtk-doc-tools gnome-common git-core flex bison automake build-essential icon-naming-utils autopoint libvorbis-dev libpam-dev libgcrypt-dev libtasn1-dev libtasn1-3-bin libgnome-keyring-dev libupower-glib-dev libxklavier16 libxklavier-dev xserver-xephyr python-dev libpulse-dev libjasper-dev jhbuild libgtop2-dev libsqlite3-dev libproxy-dev libdb-dev libproxy-dev libcups2-dev libusb-1.0-0-dev gperf</code></p>
<p>When they are happily installed, you must &#8211; and I mean absolutely <em>must</em> &#8211; remove the .la files from /usr/lib and /usr/lib64. It seems that these files contain hard-coded paths, which cause issues with the compilation of your new sandbox installation of GNOME 3. So, let&#8217;s get rid of them. The easiest way to do this is:</p>
<p style="padding-left: 30px;"><code>sudo find /usr/lib*/ -name "*.la" -delete</code></p>
<p>Trust me that this needs to be done. I didn&#8217;t know this at first, and spent a fruitless 3 hours trying to get GNOME 3 to compile properly. It didn&#8217;t help that I was watching Arsenal fail to beat Liverpool at the same time, but that&#8217;s a different rant altogether.</p>
<p>Still with me&#8230;or are you smarting over Arsenal too? Right, then we need to download and execute the setup script, but first add the following to the path:</p>
<p style="padding-left: 30px;"><code>export PATH=$PATH:/home/YOUR USERNAME/bin</code></p>
<p>Obviously, replace &#8220;YOUR USERNAME&#8221; with&#8230;your username. the bit before the @ sign in your command prompt, if you&#8217;re not sure. When you have done this, then type the following:</p>
<p style="padding-left: 30px;"><code>cd</p>
<p style="padding-left: 30px;">wget http://git.gnome.org/browse/gnome-shell/plain/tools/build/gnome-shell-build-setup.sh</p>
<p style="padding-left: 30px;">chmod +x ./gnome-shell-build-setup.sh</p>
<p style="padding-left: 30px;">./gnome-shell-build-setup.sh</code></p>
<p>This will produce a long screen of text, which will eventually bring you back to the prompt. Assuming no horrible errors are reported, then you can proceed to the next step.</p>
<p style="padding-left: 30px;"><code>jhbuild build</code></p>
<p>Now go off and do something productive. Leave this running because, depending on the speed of your Internet connection and computer, you could be waiting up to 3 hours for this to complete. I&#8217;d say 2 hours would be a reasonable average. So walk the dog, cook and eat a gourmet meal, re-create the Sistine chapel ceiling in your sitting room. Eventually what we&#8217;re hoping for is the last line of the output, which says &#8220;Success&#8221;. If you don&#8217;t get that, then have a look at the common problems <a href="http://live.gnome.org/GnomeShell/SwatList">here</a>.</p>
<p>In the manner of a Microsoft support person, I&#8217;m going to assume that you had no problems at all with this procedure, and now are waiting expectantly to see what to do next. To try out GNOME 3, simply type the following:</p>
<p style="padding-left: 30px;"><code>cd ~/gnome-shell/source/gnome-shell/src</p>
<p style="padding-left: 30px;">./gnome-shell --replace</code></p>
<p>This will give you a happy sandbox to play in. It won&#8217;t affect your current GNOME installation, and you can test out GNOME 3 to your heart&#8217;s content. To get back to your previous window manager, simply switch back to the terminal and hit CTRL-C.</p>
<p>If you have been utterly blown away by the GNOME 3 experience or &#8211; like me &#8211; you just decide to doggedly persevere until you get it working exactly as you want, then type the following lines to replace GNOME 2 with GNOME 3:</p>
<p style="padding-left: 30px;"><code>ln -s ~/gnome-shell/install/share/applications/gnome-shell.desktop ~/.local/share/applications/gnome-shell.desktop</p>
<p style="padding-left: 30px;">gconftool-2 -s /desktop/gnome/session/required_components/windowmanager "gnome-shell" -t string</code></p>
<p>When you log out and back in again, GNOME 3 will start automatically.</p>
<p>So far, I like the speed and look of GNOME 3, but I need to get an &#8220;expo&#8221; function working again. It&#8217;s (very) early days, but I haven&#8217;t even figured out how to shut down the computer yet!! I like the new &#8220;System Settings&#8221; applet, which is available from the &#8220;Activities&#8221; menu or the user menu on the right hand side. I also like the way it groups windows and has an automatic &#8220;hot corner&#8221; at the top left. I&#8217;m sure that I&#8217;ll come up with some more gripes and fixes in future, so watch this space as I continue to play with GNOME 3!</p>
<p><center></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattrudge.net/2011/04/18/installing-gnome-3-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>

