<?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>Alex Sleat &#187; fix</title>
	<atom:link href="http://alexsleat.co.uk/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>AL lib: pulseaudio.c:331: PulseAudio returned minreq &gt; tlength/2; expect break up &#8211; Ubuntu 11.10</title>
		<link>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:49:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[floating point exception]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ndof]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[spacenavd]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26522</guid>
		<description><![CDATA[<br/>./blender connect failed: No such file or directory ndof: spacenavd not found AL lib: pulseaudio.c:331: PulseAudio returned minreq &#62; tlength/2; expect break up Floating point exception <p>Download and install the associated package to your processor from here : https://launchpad.net/ubuntu/oneiric/+package/python-openal</p> <p>Restart your computer and the issue should now be resolved.</p> ]]></description>
			<content:encoded><![CDATA[<br/><div class="dean_ch" style="white-space: wrap;">./blender<br />
connect failed: No such <span class="kw2">file</span> or directory<br />
ndof: spacenavd not found<br />
AL lib: pulseaudio.c:<span class="nu0">331</span>: PulseAudio returned minreq &gt; tlength/<span class="nu0">2</span>; expect <span class="kw3">break</span> up<br />
Floating point exception</div>
<p>Download and install the associated package to your processor from here : <a href="https://launchpad.net/ubuntu/oneiric/+package/python-openal">https://launchpad.net/ubuntu/oneiric/+package/python-openal</a></p>
<p>Restart your computer and the issue should now be resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenNI &#8211; error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;</title>
		<link>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:41:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[ddl missing]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kinect]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24552</guid>
		<description><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: https://github.com/OpenNI/OpenNI, I came across this error:</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217; Compilation failed: 1 error(s), 0 warnings make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1 make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; make: *** [Samples/SimpleViewer.net] [...]]]></description>
			<content:encoded><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: <a href="https://github.com/OpenNI/OpenNI">https://github.com/OpenNI/OpenNI</a>, I came across this error:</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs<br />
error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;<br />
Compilation failed: 1 error(s), 0 warnings<br />
make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
make: *** [Samples/SimpleViewer.net] Error 2</p></blockquote>
<p>To fix it, simply install the following package:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> mono-<span class="kw3">complete</span></div>
<p>Once finished, re-make and make install and everything should be dandy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java &#8211; .jar Error 127 /bin/sh: javac: not found.</title>
		<link>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:33:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javac not found]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[sun-java6]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24549</guid>
		<description><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217; javac -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java /bin/sh: javac: not found make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
javac  -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java<br />
/bin/sh: javac: not found<br />
make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error 127<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
make: *** [Wrappers/OpenNI.java] Error 2</p></blockquote>
<p>FIX:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> sun-java6-jdk</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam in Wine, Repeated Windows</title>
		<link>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/</link>
		<comments>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 23:08:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[half life]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[how to install steam]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[repeated]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[team fortress]]></category>
		<category><![CDATA[valve]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16866</guid>
		<description><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p> Fix: <p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p>
<h3>Fix:</h3>
<p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from Windows XP mode to Windows 7, this fixed this bug and I now also have system borders on the steam windows.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5.png"><img class="aligncenter size-large wp-image-16868" title="Steam linux wine error" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5-1024x640.png" alt="" width="640" height="400" /></a></p>
<h3>Installing Wine:</h3>
<p>If you&#8217;re interested in getting steam installed I used this guide - <a href="https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam">https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam</a> &#8211; It&#8217;s pretty simple and only takes a few minutes to do. Below is a quick, simple breakdown of what that guide says to do.</p>
<p>Download wine:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> wine</div>
<p>Download the steam installer from here:</p>
<p><a href="http://www.steampowered.com/v/index.php">http://www.steampowered.com/v/index.php</a></p>
<p>Copy over the tahoma.ttf font from a Windows install (or Download it here &#8211; <a href="http://source.winehq.org/source/fonts/tahoma.ttf">http://source.winehq.org/source/fonts/tahoma.ttf</a> ). Do this command from the folder you downloaded the font to.</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">cp</span> tahoma.ttf ~/.wine/drive_c/windows/fonts/</div>
<p>(If it doesn&#8217;t work and says the folder is missing or somthing like that do the following and then re-do the cp)</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">mkdir</span> ~/.wine/drive_c/windows/fonts/</div>
<p>Finally install Steam (Do this command in the directory you downloaded the Steam installer to):</p>
<div class="dean_ch" style="white-space: wrap;">msiexec /i SteamInstall.msi</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNOME 3 &#8211; Delete Key Not Deleting/Working in Nautilus</title>
		<link>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/</link>
		<comments>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 19:17:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ctrl]]></category>
		<category><![CDATA[ctrl+del]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[not deleting]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16612</guid>
		<description><![CDATA[<br/><p>In GNOME 3 it seems that the keyboard shortcut to delete a file in Nautilus is actually Ctrl+Delete, this is fine I guess if it&#8217;s trying to stop people accidentally deleting files or something but it&#8217;s pretty annoying.</p> <p>To change the keyboard shortcut from Ctrl+Delete back to the usual Delete do the following:</p> <p>Open [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In GNOME 3 it seems that the keyboard shortcut to delete a file in Nautilus is actually Ctrl+Delete, this is fine I guess if it&#8217;s trying to stop people accidentally deleting files or something but it&#8217;s pretty annoying.</p>
<p>To change the keyboard shortcut from Ctrl+Delete back to the usual Delete do the following:</p>
<p>Open a terminal and type:</p>
<div class="dean_ch" style="white-space: wrap;">dconf-editor</div>
<p>If you don&#8217;t have it, install it the usual way.</p>
<p>In the application that just opened, on the sidebar click:</p>
<div class="dean_ch" style="white-space: wrap;">org &gt; gnome &gt; desktop &gt; interface</div>
<p>And check the box entitled: <strong>can-change-accels</strong>.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-2.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-2.png" alt="" title="dconf-editor" width="802" height="634" class="aligncenter size-full wp-image-16613" /></a></p>
<p>Now, leave this window open and open up Nautilus.</p>
<p>Select a file that you want deleting and then click on Edit in the Nautilus menu, hover over the Move To Trash button and here press the button you wish to assign to the action, so for example Delete. You may have to press it twice (the first time it will remove the old key-binding and the second will assign it the new one.)</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-3.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-3.png" alt="" title="Ctrl+Del to Del" width="697" height="567" class="aligncenter size-full wp-image-16615" /></a></p>
<p>Go back to dconf-editor and uncheck the <strong>can-change-accels</strong> option to stop any other keyboard shortcuts being changed and you&#8217;re all done!</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-4.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-4.png" alt="" title="Screenshot-4" width="336" height="49" class="aligncenter size-full wp-image-16616" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Fix: Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again</title>
		<link>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/</link>
		<comments>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:56:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[errno 14]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[not found]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repodata]]></category>
		<category><![CDATA[repomd]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16281</guid>
		<description><![CDATA[<br/><p>After installing dropbox from the RPM package availble on the site on a new Fedora 15 install, I was unable to use yum without coming across this error:</p> $ update Loaded plugins: langpacks, presto, refresh-packagekit http://linux.dropbox.com/fedora/15/repodata/repomd.xml: &#91;Errno 14&#93; HTTP Error 404 &#8211; Not Found : http://linux.dropbox.com/fedora/15/repodata/repomd.xml Trying other mirror. http://linux.dropbox.com/fedora/15/repodata/repomd.xml: &#91;Errno 14&#93; HTTP Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing dropbox from the RPM package availble on the site on a new Fedora 15 install, I was unable to use yum without coming across this error:</p>
<div class="dean_ch" style="white-space: wrap;">$ update<br />
Loaded plugins: langpacks, presto, refresh-packagekit<br />
http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml: <span class="br0">&#91;</span>Errno <span class="nu0">14</span><span class="br0">&#93;</span> HTTP Error <span class="nu0">404</span> &#8211; Not Found : http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml<br />
Trying other mirror.<br />
http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml: <span class="br0">&#91;</span>Errno <span class="nu0">14</span><span class="br0">&#93;</span> HTTP Error <span class="nu0">404</span> &#8211; Not Found : http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml<br />
Trying other mirror.<br />
Error: Cannot retrieve repository metadata <span class="br0">&#40;</span>repomd.xml<span class="br0">&#41;</span> <span class="kw1">for</span> repository: Dropbox. Please verify its path and try again</div>
<p>For some unknown reason dropbox repos dont seem to work past 13 so you&#8217;ll need to change the dropbox.repo file from detecting the current release to 13 like so:</p>
<p>Open the dropbox.repo file:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/yum.repos.d/dropbox.repo</div>
<p>Change the baseurl from $relesever to 13 like so:</p>
<p>Original:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="br0">&#91;</span>Dropbox<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Dropbox Repository<br />
<span class="re2">baseurl=</span>http://linux.dropbox.com/fedora/<span class="re1">$releasever</span>/<br />
<span class="re2">gpgkey=</span>http://linux.dropbox.com/fedora/rpm-public-key.asc</div>
<p>New:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="br0">&#91;</span>Dropbox<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Dropbox Repository<br />
<span class="re2">baseurl=</span>http://linux.dropbox.com/fedora/<span class="nu0">13</span>/<br />
<span class="re2">gpgkey=</span>http://linux.dropbox.com/fedora/rpm-public-key.asc</div>
<p>Save and close and everything should be working, try using sudo yum update to check and the error should have gone away. If not give a reboot a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>wicd Error During ArchBang Update</title>
		<link>http://alexsleat.co.uk/2011/05/13/wicd-error-during-archbang-update/</link>
		<comments>http://alexsleat.co.uk/2011/05/13/wicd-error-during-archbang-update/#comments</comments>
		<pubDate>Fri, 13 May 2011 21:15:28 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archbang]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wicd]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=15910</guid>
		<description><![CDATA[<br/><p>error: failed to commit transaction (conflicting files) wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem Errors occurred, [...]]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p>error: failed to commit transaction (conflicting files)<br />
wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem<br />
wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem<br />
Errors occurred, no packages were upgraded.</p></blockquote>
<p>Remove wicd:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> pacman -R wicd</div>
<p>Re-update the system:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> pacman -Syu</div>
<p>Re-install wicd (and wicd-gtk gui if you want that too)</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> pacman -Sy wicd wicd-gtk</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/13/wicd-error-during-archbang-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenShot, libmp3lame and Ubuntu</title>
		<link>http://alexsleat.co.uk/2011/04/28/openshot-libmp3lame-and-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2011/04/28/openshot-libmp3lame-and-ubuntu/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 22:36:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[libavformat]]></category>
		<category><![CDATA[libmp3lame]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[mov]]></category>
		<category><![CDATA[mpeg]]></category>
		<category><![CDATA[openshot]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=15424</guid>
		<description><![CDATA[<br/><p></p> <p>If you&#8217;re getting the following error while trying export a video under several different codecs in OpenShot including AVI, MOV and MPEG using (mpeg2, mpeg4 or h.264) chances are this might help you with that error.</p> <p>The following formats/codecs are missing from your system:</p> <p>libmp3lame</p> <p>You will not be able to use the [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/04/Screenshot-26.png"><img class="aligncenter size-full wp-image-15425" title="Screenshot-26" src="http://alexsleat.co.uk/wp-content/uploads/2011/04/Screenshot-26.png" alt="" width="478" height="214" /></a></p>
<p>If you&#8217;re getting the following error while trying export a video under several different codecs in OpenShot including AVI, MOV and MPEG using (mpeg2, mpeg4 or h.264) chances are this might help you with that error.</p>
<blockquote><p>The following formats/codecs are missing from your system:</p>
<p>libmp3lame</p>
<p>You will not be able to use the selected export profile. You will need to install the missing formats/codecs or choose a different export profile.</p></blockquote>
<p><strong>This is a simple fix:</strong></p>
<ul>
<li>Open up Synaptic Package Manager</li>
<li>Search &#8220;libavformat&#8221;,</li>
<ul>
<li>If the current package installed is <em>&#8220;libavformat52&#8243;</em> select <em>&#8220;libavformat-extra-52&#8243;</em> (alternativly <em>&#8220;libavformat-unstripped-52&#8243;</em> should also work).</li>
<li>Else the package might be <em>&#8220;libavformat53&#8243;</em> so simply change to<em> &#8220;libavformat-extra-53&#8243;, </em>basically it might end in different numbers, it should work the same.</li>
</ul>
<li>Hit Apply and approve the changes.</li>
</ul>
<div><a href="http://alexsleat.co.uk/wp-content/uploads/2011/04/Screenshot-261011-092555.png"><img class="aligncenter size-full wp-image-22763" title="Screenshot - 261011 - 09:25:55" src="http://alexsleat.co.uk/wp-content/uploads/2011/04/Screenshot-261011-092555.png" alt="" width="1019" height="688" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/04/28/openshot-libmp3lame-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error: &#8220;end_request: I/O error, dev sr0, sector xxxxx&#8221; &#8211; Linux</title>
		<link>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/</link>
		<comments>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 14:46:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[dev sr0]]></category>
		<category><![CDATA[end_request]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[io error]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[narwhal]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[Natty Narwhal]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=13114</guid>
		<description><![CDATA[<br/><p>Error:</p> end_request: I/O error, dev sr0, sector 537392 <p>If you&#8217;re getting a similar error filling your screen once you&#8217;ve installed Ubuntu, don&#8217;t panic. It&#8217;s pretty common which is basically because Ubuntu (or any other Linux distro) can&#8217;t control your CD/DVD drive properly, it&#8217;s probably trying to open/close it but doesn&#8217;t know if it has [...]]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Error:</strong></p>
<div class="dean_ch" style="white-space: wrap;">end_request: I/O error, dev sr0, sector <span class="nu0">537392</span></div>
<p>If you&#8217;re getting a similar error filling your screen once you&#8217;ve installed Ubuntu, don&#8217;t panic. It&#8217;s pretty common which is basically because Ubuntu (or any other Linux distro) can&#8217;t control your CD/DVD drive properly, it&#8217;s probably trying to open/close it but doesn&#8217;t know if it has or not. The problem is that you don&#8217;t get to see what Ubuntu wrote before because it&#8217;s filled your screen up with this error.</p>
<p>If you&#8217;ve just installed Ubuntu this probably happened when it wanted you to take the disc out and close the cd tray (if there is one) then hit Enter to finish the installation, so just do that and ignore this error.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to build Planner-0.14.4 in Arch Linux</title>
		<link>http://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/</link>
		<comments>http://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 10:35:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 1]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[planner]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python2 no such file]]></category>
		<category><![CDATA[symbolic link]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=12439</guid>
		<description><![CDATA[<br/><p>When trying to install Gnome Planner ( http://live.gnome.org/Planner ) in Arch Linux, I came across this error:</p> <p>Error:</p> /usr/bin/pygobject-codegen-2.0: line 11: /usr/bin/python2: No such file or directory make&#91;2&#93;: *** &#91;planner.c&#93; Error 127 make&#91;2&#93;: Leaving directory `/home/alex/Desktop/planner-0.14.4/python&#8216; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alex/Desktop/planner-0.14.4&#8242; make: *** &#91;all&#93; Error 2 <p>To fix this, I [...]]]></description>
			<content:encoded><![CDATA[<br/><p>When trying to install Gnome Planner ( http://live.gnome.org/Planner ) in Arch Linux, I came across this error:</p>
<p><strong>Error:</strong></p>
<div class="dean_ch" style="white-space: wrap;">/usr/bin/pygobject-codegen<span class="nu0">-2.0</span>: line <span class="nu0">11</span>: /usr/bin/python2: No such <span class="kw2">file</span> or directory<br />
<span class="kw2">make</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>: *** <span class="br0">&#91;</span>planner.c<span class="br0">&#93;</span> Error <span class="nu0">127</span><br />
<span class="kw2">make</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>: Leaving directory `/home/alex/Desktop/planner<span class="nu0">-0.14</span><span class="nu0">.4</span>/python<span class="st0">&#8216;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/home/alex/Desktop/planner-0.14.4&#8242;</span><br />
<span class="kw2">make</span>: *** <span class="br0">&#91;</span>all<span class="br0">&#93;</span> Error <span class="nu0">2</span></div>
<p>To fix this, I made a symbolic link from /usr/bin/python2.7 to /usr/bin/python2, this should work with other similar errors involving missing python2 file.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/bin/python2<span class="nu0">.7</span> /usr/bin/python2</div>
<p>Once you have made the made the symbolic link continue to make and install the program as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

