<?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>Jacob A. Rau &#187; Bug fixes and workarounds</title>
	<atom:link href="http://jacobarau.com/category/bug-fixes-and-workarounds/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacobarau.com</link>
	<description>The personal blog of Jacob A. Rau</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fixing Eclipse&#8217;s Autocompletion Feature</title>
		<link>http://jacobarau.com/2009/11/fixing-eclipses-autocompletion-feature/</link>
		<comments>http://jacobarau.com/2009/11/fixing-eclipses-autocompletion-feature/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 18:05:27 +0000</pubDate>
		<dc:creator>Jacob A. Rau</dc:creator>
				<category><![CDATA[Bug fixes and workarounds]]></category>

		<guid isPermaLink="false">http://jacobarau.com/?p=134</guid>
		<description><![CDATA[When I upgraded to Ubuntu Karmic, I reloaded Eclipse from the repositories, and everything seemed to be happy. Except my cherished autocomplete! I dug around online, and found this site; the solution wasn&#8217;t in rebuilding my project, but rather in the comments. Go into Window &#62; Preferences &#62; Java &#62; Editor &#62; Content Assist &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>When I upgraded to Ubuntu Karmic, I reloaded Eclipse from the repositories, and everything seemed to be happy. Except my cherished autocomplete!</p>
<p>I dug around online, and found <a title="Tremend Tech Blog's page on Eclipse Autocomplete" href="http://blog.tremend.ro/2006/10/19/eclipse-java-autocompletion-not-working/" target="_blank">this site</a>; the solution wasn&#8217;t in rebuilding my project, but rather in the comments.</p>
<p>Go into Window &gt; Preferences &gt; Java &gt; Editor &gt; Content Assist &gt; Advanced and make sure &#8220;Java Proposals&#8221; is checked.</p>
<p>If you find that some members are missing, you may need to muck with some of the other checkboxes in that screen. However, when I checked &#8220;Java Non-Type Proposals&#8221;, &#8220;Java Proposals&#8221;, and &#8220;Java Type Proposals&#8221;, every member was duplicated in the list. That&#8217;s not damaging, but it is irritating. Just leaving &#8220;Java Proposals&#8221; checked seems to have made everything happy once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://jacobarau.com/2009/11/fixing-eclipses-autocompletion-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting K3b to burn MP3s</title>
		<link>http://jacobarau.com/2009/04/getting-k3b-to-burn-mp3s/</link>
		<comments>http://jacobarau.com/2009/04/getting-k3b-to-burn-mp3s/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 04:22:11 +0000</pubDate>
		<dc:creator>Jacob A. Rau</dc:creator>
				<category><![CDATA[Bug fixes and workarounds]]></category>
		<category><![CDATA[Linux tidbits]]></category>

		<guid isPermaLink="false">http://jacobarau.com/?p=57</guid>
		<description><![CDATA[K3b is a good CD burning app for Ubuntu. But it won&#8217;t burn MP3 files right out of the box. A bit of Googling and trial and error reveals the fix for this. (Soapbox) As long as the Ubuntu community thrashes and resists loading, BY DEFAULT, the codecs that everyone uses, Ubuntu will never be [...]]]></description>
			<content:encoded><![CDATA[<p>K3b is a good CD burning app for Ubuntu. But it won&#8217;t burn MP3 files right out of the box. A bit of Googling and trial and error reveals the fix for this.<span id="more-57"></span></p>
<p>(Soapbox) As long as the Ubuntu community thrashes and resists loading, BY DEFAULT, the codecs that everyone uses, Ubuntu will never be adopted as a viable desktop OS by the masses. The ability to handle media right out of the box is integral to making friends with the user. As a tangent to that, I still to this day have not found a good media player for Ubuntu. All of them are broken in one way or another. But that is a topic for another post&#8230; (Soapbox end)</p>
<p>Now that I&#8217;ve got that off my chest, here&#8217;s how to enable MP3 support in K3b.</p>
<ol>
<li>Close any running K3b windows. Since this process needs to work on K3b, it needs to not be running.</li>
<li>Open a terminal. This can be done via Applications, Accessories, Terminal.</li>
<li>Type &#8220;sudo apt-get install libk3b3-extracodecs&#8221;, without the quotes, and hit Enter. You should be prompted for your password; go ahead and enter it. You will be confronted with a list of packages your system needs to download. Press &#8220;y&#8221; for yes, and hit Enter. Aptitude (the program that manages the software on your computer) will download and install the extra pieces of K3b that allow it to open MP3s, as well as other formats that were not included in the K3b core. When this is finished, you can feel free to close the terminal window.</li>
</ol>
<p>And you&#8217;re done! You should now be able to use K3b with MP3 files.</p>
<p>If you encounter any problems, or have ideas for improvement of this tutorial, please leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://jacobarau.com/2009/04/getting-k3b-to-burn-mp3s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solved] WordPress: Broken Thumbnail Maker</title>
		<link>http://jacobarau.com/2009/03/wordpress-broken-thumbnail-maker/</link>
		<comments>http://jacobarau.com/2009/03/wordpress-broken-thumbnail-maker/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:36:39 +0000</pubDate>
		<dc:creator>Jacob A. Rau</dc:creator>
				<category><![CDATA[Bug fixes and workarounds]]></category>

		<guid isPermaLink="false">http://jacobarau.com/?p=13</guid>
		<description><![CDATA[I can&#8217;t figure this out just yet, but I haven&#8217;t had a lot of time to figure it out either. It looks like the option to insert a thumbnail is broken in the latest release of WordPress. (see bottom of this post. I did figure it out) I go to insert a picture into a [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">I can&#8217;t figure this out just yet, but I haven&#8217;t had a lot of time to figure it out either. It looks like the option to insert a thumbnail is broken in the latest release of WordPress.</span> (see bottom of this post. I did figure it out)</p>
<div id="attachment_24" class="wp-caption alignright" style="width: 160px"><a href="http://jacobarau.com/wp-content/uploads/2009/03/broken-thumbnail.png"><img class="size-thumbnail wp-image-24" title="Broken thumbnail creator" src="http://jacobarau.com/wp-content/uploads/2009/03/broken-thumbnail-150x150.png" alt="Broken thumbnail creator" width="150" height="150" /></a><p class="wp-caption-text">The thumbnail creation buttons are greyed out. (click to see full image)</p></div>
<p>I go to insert a picture into a post, and I get the screen with information about the picture I just uploaded. The option buttons allowing me to use a thumbnail-sized version of the picture are greyed out, however. <span style="text-decoration: line-through;">The picture inserted into this post is not a thumbnail, but rather a full-size, scaled down by the browser, not the server.</span></p>
<p>Since this site is currently hosted out of my own basement, I need to conserve bandwidth. I have a cap on my server&#8217;s upload speeds, so ultimately not being able to use thumbnails is going to hurt the end user; the site will just take forever to load.</p>
<p>Now, I&#8217;ve gotten <a href="http://wordpress.org/support/topic/216416" target="_blank">some hints</a> that this is an indication that I am missing GD in my Apache installation. It doesn&#8217;t show up in my phpinfo() dump, so that&#8217;s the first thing I&#8217;m going to try. I will post back when I&#8217;ve got it figured out.</p>
<p><strong>EDIT:</strong> Well, I figured out how to install GD; a bit of Googling around found <a href="http://www.linuxquestions.org/questions/debian-26/how-to-install-gd-image-library-on-debian-155068/" target="_blank">this</a>. It seems to be a bit dated; also, I am using PHP5, not PHP4. Issuing the command &#8220;apt-cache search gd&#8221; showed me all of the Debian packages with &#8220;gd&#8221; in the name; the one I want is &#8220;php5-gd &#8211; GD module for php5&#8243;. I ran &#8220;apt-get install php5-gd&#8221; to install the package. I restarted Apache by issuing the command &#8220;apache2ctl restart&#8221;, and the option buttons were enabled. Mystery solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://jacobarau.com/2009/03/wordpress-broken-thumbnail-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
