<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Unity Behind Diversity &#187; ubuntu</title>
	<atom:link href="http://blaise.ca/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blaise.ca/blog</link>
	<description>Searching for beauty in the dissonance</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:35:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/ca/</creativeCommons:license>		<item>
		<title>HOWTO: Sync Notes Between Tomboy and Conboy with Snowy [UPDATED]</title>
		<link>http://blaise.ca/blog/2010/05/06/howto-sync-notes-between-tomboy-and-conboy-with-unison/</link>
		<comments>http://blaise.ca/blog/2010/05/06/howto-sync-notes-between-tomboy-and-conboy-with-unison/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:52:19 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[conboy]]></category>
		<category><![CDATA[gnote]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[snowy]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[tomboy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1511</guid>
		<description><![CDATA[Updated: I&#8217;ve updated this guide to detail a proper sync with Snowy, rather than the old Unison hack (below), since Conboy now supports more than just Ubuntu One, and an experimental version Snowy is operational. I&#8217;ve been a regular user of the fantastic Tomboy note-taking application since I replaced my Palm Pilot with a Nokia [...]]]></description>
			<content:encoded><![CDATA[<p><ins datetime="2010-12-20T23:16:23+00:00"><strong>Updated:</strong> <em>I&#8217;ve updated this guide to detail a proper sync with Snowy, rather than the old Unison hack (below), since Conboy now supports more than just Ubuntu One, and an experimental version Snowy is operational.</em></ins></p>
<p>I&#8217;ve been a regular user of the fantastic Tomboy note-taking application since I replaced my Palm Pilot with a Nokia N900. With Conboy, a Tomboy client for Maemo, and Snowy, a web application for Tomboy notes, it seems like the perfect platform for uniting personal notes across the desktop, mobile and web (except for one drawback: Tomboy itself is a Mono application&#8230;). Initially, I used a hack with Unison to synchronize Tomboy files manually between my N900 and laptop, but I recently moved to proper, albeit still experimental, syncronization through my own Snowy server.</p>
<h3>Installing Snowy</h3>
<p><a href="http://live.gnome.org/Snowy">Snowy</a> is a Djano-based, AGPL web service for Tomboy notes, currently under heavy development (and still labelled as experimental). I installed Snowy on my own Ubuntu web server using the <a href="http://live.gnome.org/Snowy/Install">official installation guides</a>. I went with <a href="http://live.gnome.org/Snowy/Install/ApacheWSGIMysql">mod_wsgi</a>, though I have Django running via <a href="http://live.gnome.org/Snowy/Install/ModPython">mod_python</a> on another server.</p>
<p>Installation was very straightforward. Just a few notes:</p>
<ul>
<li>The debugmail step in the INSTALL file within the Snowy source directory didn&#8217;t seem to work for me, but I&#8217;m not too concerned about email yet. I&#8217;m just running this for me and my family. I&#8217;ll likely revisit this later.</li>
<li>Between the time that I followed the INSTALL steps and when I went to first sync from Tomboy, I had decided to switch the installation to a slightly different URL. I couldn&#8217;t figure out why the sync didn&#8217;t work, but it turns out I still had the old URL in the Django Sites table. Just a silly mistake on my part.</li>
<li>When you log in to your new Snowy server, in the current version, it isn&#8217;t obvious where to click to see your notes. You can click on your avatar in the top-right corner, or simply add /&lt;username&gt;  to the end of your Snowy URL (e.g. my username is balleyne, so http://&lt;my-snowy-url&gt;/balleyne brings me to my notes</li>
</ul>
<h3>Tomboy</h3>
<p>Tomboy comes packaged with the web sync plugin in recent versions of Ubuntu.</p>
<ol>
<li>Backup your notes!</li>
<li>Log into Snowy in your default web browser.</li>
<li>Open Tomboy, and go to Edit > Preferences > Syncronization</li>
<li>Select Tomboy Web as the Service, and put in the root URL of your Snowy installation as the server.</li>
<li>Follow the instructions to authenticate, save your settings (I set Tomboy to automatically sync every 60 minutes), and synchronize!</li>
</ol>
<h3>Conboy</h3>
<p>Conboy focused on supporting the proprietary Ubuntu One web service first, but it now supports synchronization to any Tomboy web service (though the feature is labelled Beta). The only problem I had setting this up was a strange error about a missing api-ref and local time, but it turns out Conboy just didn&#8217;t want a trailing slash in the URL (seems like the trailing slash prevented proper authentication at the sync stage).</p>
<ol>
<li>Backup your notes!</li>
<li>Log into Snowy in your default Maemo web browser.</li>
<li>Open Conboy, and go to Settings in the main application menu.</li>
<li>Enter your Snowy URL &#8212; without a trailing slash &#8212; as the Synchronization URL</li>
<li>Click Authenticate and follow the instructions.</li>
<li>Synchronize!</li>
</ol>
<h3>Conclusion</h3>
<p>I&#8217;m super happy that the Tomboy / Conboy / Snowy combination is now ready to use, but do pay attention to the beta nature of Conboy sync, and the experimental nature of Snowy &#8212; make sure to backup your notes regularly to avoid any data loss.</p>
<p>I&#8217;m happy to be a guinea pig myself.</p>
<h2>Old Way: Sync Notes Between Tomboy and Conboy With Unison</h2>
<p><em><strong>Disclaimer:</strong> this is a hack from someone who doesn&#8217;t know Tomboy well. It worked for me, but YMMV. And I have backups. And, mostly importantly&#8230; <ins datetime="2010-12-20T23:56:02+00:00"><strong>why aren&#8217;t you using Snowy now instead?</strong>. The instructions below should be treated as a <strong>hack preserved for historical purposes</strong></ins>.</em> </p>
<p>I wanted a way to sync Tomboy on my Ubuntu desktop with Conboy on my Nokia N900, but Conboy only syncs to Ubuntu One&mdash;a proprietary web service. Snowy synchronization support is supposed to be on the way, but Snowy itself is still under heavy development, so this might be a great option in the near future, but not today.</p>
<p>A <a href="http://talk.maemo.org/showpost.php?p=621628&#038;postcount=355">comment</a> on maemo.org made me think that rsync over ssh was a possibility, and a quick rsync showed this to work (as far as I can tell). The trick is being able to sync changes back and forth; rsync can&#8217;t handle updates to both the source and destination&mdash;it&#8217;s unidirectional.</p>
<p>Hence, <a href="http://www.cis.upenn.edu/~bcpierce/unison/">Unison</a>&mdash;a bidirectional synchronization utility. In case it&#8217;s useful to anyone else, this is how I&#8217;ve setup Unison to sync notes between Tomboy and Conboy.</p>
<h3>Step 0: Some things you should know</h3>
<p>First, I want to be clear that this is a temporary hack while I wait for proper synchronization support through Conboy with Snowy.</p>
<p><strong>Prerequisites:</strong> I already have OpenSSH running on my server, and I have key-based ssh access configured from both my laptop and N900. Unison syncs remotely over SSH.</p>
<p><strong>What this does:</strong> It allows me to synchronize notes and changes to notes from my N900 to my laptop, and potentially to <a href="http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#usingmultiple">any number of other computers</a>.</p>
<p><strong>What this doesn&#8217;t do:</strong> Unison has support for handling conflicts, but it&#8217;s not the least bit Tomboy-aware. A proper Tomboy sync might give you the option of renaming a note that has been changed in more than one place, but with Unison, you&#8217;ll be looking at diffs and merges of cryptically named XML files. So, I don&#8217;t recommend relying on Unison to sort out conflicts. I plan to sync often, backup often, and avoid conflicts as much as possible. <em>This is for advanced users.</em></p>
<p><strong>Tomboy Concerns:</strong> I&#8217;m using Tomboy, but actually quite uncomfortable with the <a href="http://www.fsf.org/news/dont-depend-on-mono">risk, since it depends on Mono.</a> I&#8217;ve considered switching to <a href="http://live.gnome.org/Gnote">Gnote</a>, but haven&#8217;t yet because I&#8217;m concerned about losing data/synchronization compatibility. But, this solution might work for Gnote too, and I may well s/Tomboy/Gnote/g in the near future.</p>
<h3>Step 1: Desktop</h3>
<h4>1A: Install Unison</h4>
<p>Unison is cross-platform and <a href="http://www.cis.upenn.edu/~bcpierce/unison/download.html">available for a variety of operating systems</a></p>
<p>I have Ubuntu on both my laptop and server right now, and I&#8217;m syncing through that server (instead of directly to my N900, which would be another option).</p>
<p>In Ubuntu, you can install unison with the command:<br />
<code>sudo apt-get install unison</code></p>
<p>Or, if you want a GUI:<br />
<code>sudo apt-get install unison-gtk</code></p>
<h4>1B: Create a Unison profile for Tomboy</h4>
<p>I created a file called ~/.unison/notes.prf with the following text:<br />
<code># Unison preferences file<br />
root = /home/balleyne/.local/share/tomboy/<br />
root = ssh://alleyne.to/.local/share/tomboy/</code></p>
<p>I decided to sync my notes with the Tomboy directory on my server, which is also a workstation.</p>
<p>Now, I can synchronize the notes on my laptop with my server by running the command:<br />
<code>unison notes</code></p>
<h4>1C: Enable NoteDirectoryWatcher Add-in for Tomboy</h4>
<p>Tomboy doesn&#8217;t automatically look for changes to notes on the file system unless you enable the NoteDirectoryWatcher Add-in: <strong><em>Edit > Preferences > Add-Ins > Tools > Note Directory Watcher > Enable</em></strong>. This way, Tomboy will accept any changes you get from the Unison sync.</p>
<h3>Step 2: Mobile</h3>
<h4>2A: Installing Unison in Maemo 5</h4>
<p>To compile Unison, you need the OCaml compiler. To compile OCaml, you need the gcc compiler. I <a href="http://ossguy.com/?p=475">began the process</a> of compiling compilers, but then realized that there were some <a href="http://talk.maemo.org/showthread.php?t=27426">unison .debs available already</a>:</p>
<ul>
<li><a href="http://www.bundyo.org/maemo/unison/unison_2.27.57-2_armel.deb">unison_2.27.57-2_armel.deb</a></li>
<li><a href="http://www.bundyo.org/maemo/unison/unison-gtk_2.27.57-2_armel.deb">unison-gtk_2.27.57-2_armel.deb</a></li>
</ul>
<p>These were compiled for an older version of Maemo, but the command line version seems to be working fine for me in Maemo 5. Note, that if you use the GUI, it&#8217;s standard GTK, not a Maemo port, so you might need the stylus to use it.</p>
<p>To install, I ran the following commands:<br />
<code>$ sudo gainroot<br />
# wget http://www.bundyo.org/maemo/unison/unison_2.27.57-2_armel.deb<br />
# dpkg -i unison_2.27.57-2_armel.deb</code></p>
<h4>2B: Create a Unison profile for Conboy</h4>
<p>Similar to step 1B, I created a file at ~/.unison/notes.prf:<br />
<code># Unison preferences file<br />
root = /home/user/.conboy<br />
root = ssh://alleyne.to/.local/share/tomboy</code></p>
<p>Now, I can sync my mobile computer with the server by running the command:<br />
<code>unison notes</code></p>
<p>And there was much rejoicing.</p>
<h3>Conclusion</h3>
<p>With Unison configured, I now have a basic, low-level sync between Tomboy and Conboy. I&#8217;m getting into the habit of syncing every time I change anything, to avoid conflicts. This should tie me over until a Conboy Snowy sync is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2010/05/06/howto-sync-notes-between-tomboy-and-conboy-with-unison/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SOLUTION: Firefox Fails When Upgrading After Using Mozilla PPA</title>
		<link>http://blaise.ca/blog/2010/05/01/solution-firefox-fails-when-upgrading-to-ubuntu-10-04-after-using-mozilla-ppa/</link>
		<comments>http://blaise.ca/blog/2010/05/01/solution-firefox-fails-when-upgrading-to-ubuntu-10-04-after-using-mozilla-ppa/#comments</comments>
		<pubDate>Sat, 01 May 2010 17:48:04 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1502</guid>
		<description><![CDATA[This is a quick fix for a problem I had when upgrading to Ubuntu 10.04, after having used the Mozilla PPA. The Firefox upgrade failed during the distribution upgrade process (from 9.10 to 10.04). I was told to run `dpkg -a &#8211;configure`, and the same error occurred again (it&#8217;s in bold). $ sudo dpkg -a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick fix for a problem I had when upgrading to Ubuntu 10.04, after having used the Mozilla PPA.</p>
<p>The Firefox upgrade failed during the distribution upgrade process (from 9.10 to 10.04). I was told to run `dpkg -a &#8211;configure`, and the same error occurred again (it&#8217;s in bold).</p>
<p><code>$ sudo dpkg -a --configure<br />
Setting up firefox (3.6.3+nobinonly-0ubuntu4) ...<br />
<strong>update-alternatives: error: alternative path /usr/bin/firefox doesn't exist.</strong><br />
dpkg: error processing firefox (--configure):<br />
 subprocess installed post-installation script returned error exit status 2<br />
dpkg: dependency problems prevent configuration of firefox-3.5:<br />
 firefox-3.5 depends on firefox; however:<br />
  Package firefox is not configured yet.<br />
dpkg: error processing firefox-3.5 (--configure):<br />
 dependency problems - leaving unconfigured<br />
dpkg: dependency problems prevent configuration of firefox-3.0:<br />
 firefox-3.0 depends on firefox; however:<br />
  Package firefox is not configured yet.<br />
dpkg: error processing firefox-3.0 (--configure):<br />
 dependency problems - leaving unconfigured<br />
dpkg: dependency problems prevent configuration of firefox-gnome-support:<br />
 firefox-gnome-support depends on firefox (= 3.6.3+nobinonly-0ubuntu4); however:<br />
  Package firefox is not configured yet.<br />
dpkg: error processing firefox-gnome-support (--configure):<br />
 dependency problems - leaving unconfigured<br />
dpkg: dependency problems prevent configuration of firefox-3.5-gnome-support:<br />
 firefox-3.5-gnome-support depends on firefox-gnome-support; however:<br />
  Package firefox-gnome-support is not configured yet.<br />
dpkg: error processing firefox-3.5-gnome-support (--configure):<br />
 dependency problems - leaving unconfigured<br />
Errors were encountered while processing:<br />
 firefox<br />
 firefox-3.5<br />
 firefox-3.0<br />
 firefox-gnome-support<br />
 firefox-3.5-gnome-support<br />
</code></p>
<p>A quick web search brought up <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/524947">a bug report</a>, and I was able to figure out this fix with the help of one of the comments:</p>
<p><ins datetime="2011-05-27T17:14:30+00:00"><strong>Update: Fixed.</strong>My original solution was only temporary, and had to be repeated for each Firefox update (all the way through every update with 10.04, 10.10, now 11.04&#8230;). I&#8217;ve found the root of the problem now, by comparing local dpkg diversions for Firefox on my affected machines against an unaffected clean Ubuntu install.</p>
<p>On my laptop:<br />
<code><br />
$ sudo dpkg-divert --list | grep firefox<br />
local diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu<br />
local diversion of /usr/bin/mozilla-firefox to /usr/bin/mozilla-firefox.ubuntu<br />
</code></p>
<p>The clean Ubuntu install returned no results for the above command. (Also, note that in the full output for dpkg-divert &#8211;list, those were the <em>only</em> local diversion &#8212; another hint that they were from the PPA upgrade rather than Ubuntu itself.)</p>
<p>So, I ran the following commands to remove the diversions:<br />
<code>$ sudo dpkg-divert --remove /usr/bin/mozilla-firefox<br />
$ sudo dpkg-divert --remove /usr/bin/firefox</code></p>
<p>Then, the most recent Firefox upgrades worked without a hitch on both of my affected machines. Finally fixed&#8230; *fingers crossed*</ins></p>
<p><del datetime="2011-05-27T17:14:30+00:00"><ins datetime="2010-09-17T23:12:58+00:00"><strong>Updated:</strong> This isn&#8217;t a complete fix, as the problem reoccurs every time Firefox is updated. If someone knows how to fix this for good, let me know&#8230;</ins></del></p>
<p><del datetime="2011-05-27T17:14:30+00:00">$ sudo rm /usr/bin/firefox<br />
$ cd /usr/bin<br />
$ sudo ln -s ../lib/firefox-&lt;your-current-version&gt;/firefox.sh firefox<br />
$ sudo chmod 0777 firefox<br />
$ sudo apt-get -f install</del></p>
<p><del datetime="2011-05-27T17:14:30+00:00">The symlink for /usr/bin/firefox had been pointing to /usr/bin/firefox-3.5, which no longer existed, so the commands above (1) remove the dead-end link; (2) add the proper link (YMMV depending on which version of Firefox you are upgrading to); (3) resume the upgrade process.</del></p>
<p>Hope that helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2010/05/01/solution-firefox-fails-when-upgrading-to-ubuntu-10-04-after-using-mozilla-ppa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOLUTION: Extract .exe archive with 7z in Ubunu 9.04, fix &#8220;Unsupported Method&#8221; error</title>
		<link>http://blaise.ca/blog/2009/06/14/solution-extract-exe-archive-with-7z-in-ubunu-9-04-fix-unsupported-method-error/</link>
		<comments>http://blaise.ca/blog/2009/06/14/solution-extract-exe-archive-with-7z-in-ubunu-9-04-fix-unsupported-method-error/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 19:28:30 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=909</guid>
		<description><![CDATA[Just posting a quick fix to a problem I had with using 7z to extract an archive. I could list the contents of the archive, but any attempts to extract gave an &#8220;Unsupported Method&#8221; error. Dan Jacobson posted a solution to the debian bug tracking system, which is to install the package p7zip-rar. In Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>Just posting a quick fix to a problem I had with using 7z to extract an archive. I could list the contents of the archive, but any attempts to extract gave an &#8220;Unsupported Method&#8221; error. Dan Jacobson posted a <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501254#22">solution</a> to the debian bug tracking system, which is to install the package p7zip-rar.</p>
<p>In Ubuntu 9.04, I ran:<br />
<code>sudo apt-get install p7zip-rar</code></p>
<p>Now, I can extract the contents of my file with 7z as follows:<br />
<code>7z e TekSavvyAM.exe</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2009/06/14/solution-extract-exe-archive-with-7z-in-ubunu-9-04-fix-unsupported-method-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solution: Amarok Won&#8217;t Play Anything After An Upgrade To Ubuntu 9.04</title>
		<link>http://blaise.ca/blog/2009/05/04/solution-amarok-wont-play-anything-after-an-upgrade-to-ubuntu-904/</link>
		<comments>http://blaise.ca/blog/2009/05/04/solution-amarok-wont-play-anything-after-an-upgrade-to-ubuntu-904/#comments</comments>
		<pubDate>Tue, 05 May 2009 03:21:28 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=771</guid>
		<description><![CDATA[I was happy to discover earlier today that Ubuntu 9.04 includes Amarok 2. But once I figured out how to queue up some music (which took a little time), I realized that nothing would play. This was the standard output when I ran it from the command line: balleyne@balleyne-laptop:~$ amarok amarok(14270) Phonon::KdePlatformPlugin::createBackend: using backend: "GStreamer" [...]]]></description>
			<content:encoded><![CDATA[<p>I was <a href="http://twitter.com/balleyne/status/1697964278">happy to discover</a> earlier today that Ubuntu 9.04 includes Amarok 2. But once I figured out how to queue up some music (which took a little time), I realized that <em>nothing would play</em>.</p>
<p>This was the standard output when I ran it from the command line:<br />
<code>balleyne@balleyne-laptop:~$ amarok<br />
amarok(14270) Phonon::KdePlatformPlugin::createBackend: using backend:  "GStreamer"<br />
Object::connect: No such slot MainWindow::showStatistics() in /build/buildd/amarok-2.0.2mysql5.1.30/amarok-2.0.2/src/MainWindow.cpp:692<br />
Object::connect:  (receiver name: 'MainWindow')<br />
QLayout: Attempting to add QLayout "" to MainWindow "MainWindow", which already has a layout<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
QWidget::insertAction: Attempt to insert null action<br />
amarok(14270) Plasma::Applet::save: saving to "1"<br />
amarok(14270) Context::ContextView::setContainment: "" Line:  599<br />
amarok(14270) Plasma::ThemePrivate::config: using theme for app "amarok"<br />
amarok(14270) Plasma::Applet::save: saving to "2"<br />
amarok(14270) Plasma::Applet::save: saving to "3"<br />
amarok(14270) Plasma::Applet::save: saving to "4"<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) Context::ColumnContainment::insertInGrid: "" Line:  603<br />
amarok(14270) Context::ColumnContainment::insertInGrid: "" Line:  603<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
Object::connect: No such slot FileBrowser::Widget::setDir( const QString&#038; ) in /build/buildd/amarok-2.0.2mysql5.1.30/amarok-2.0.2/src/browsers/filebrowser/FileBrowser.cpp:112<br />
Object::connect:  (sender name:   'KBookmarkHandler')<br />
Object::connect:  (receiver name: 'FileBrowser::Widget')<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
link XMLID_7_ hasn't been detected!<br />
link XMLID_7_ hasn't been detected!<br />
Couldn't resolve property: radialGradient3986<br />
balleyne@balleyne-laptop:~$ amarok(14270) MagnatuneConfig::load: load<br />
QPainter::begin: Cannot paint on a null pixmap<br />
QPainter::begin: Cannot paint on a null pixmap<br />
QPainter::begin: Cannot paint on a null pixmap<br />
QPainter::begin: Cannot paint on a null pixmap<br />
QPainter::begin: Cannot paint on a null pixmap<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) CoverFetcher::CoverFetcher: ""<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
QString::arg: Argument missing: Amarok - No track playing., 0:00<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated<br />
amarok(14270) Context::ContextView::clear: "" Line:  165<br />
amarok(14270) Context::ContextView::clear: "" Line:  165<br />
amarok(14270) Context::ContextView::clear: "" Line:  165<br />
amarok(14270) Context::ContextView::clear: "" Line:  165<br />
amarok(14270) CoverFetcher::~CoverFetcher: ""<br />
</code></p>
<p>The &#8220;QString::arg: Argument missing: Amarok &#8211; No track playing., 0:00&#8243; seemed to be the problem. I found the solution from <a href="http://amarok.kde.org/forum/index.php?topic=16568.0">Xavier Merino</a>:</p>
<p><code>sudo apt-get install phonon-backend-xine</code></p>
<p>I restarted Amarok and now it works fine.</p>
<p><ins datetime="2009-06-18T04:26:49+00:00"><strong>Update:</strong> People are reporting mixed results in the comments. This fix doesn&#8217;t work for everyone. Let me know if you become aware of a better solution and I&#8217;ll update here.</p>
<p>Another <a href="http://ubuntuforums.org/showpost.php?p=7134607&#038;postcount=6">suggestion</a> is <code>sudo apt-get install libxine1-ffmpeg</code></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2009/05/04/solution-amarok-wont-play-anything-after-an-upgrade-to-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Getting Started with the Openmoko FreeRunner: Installing Om 2008.12 in Ubuntu</title>
		<link>http://blaise.ca/blog/2009/03/14/getting-started-with-the-openmoko-freerunner-installing-om-200812-in-ubuntu/</link>
		<comments>http://blaise.ca/blog/2009/03/14/getting-started-with-the-openmoko-freerunner-installing-om-200812-in-ubuntu/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 11:40:27 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[dfu-util]]></category>
		<category><![CDATA[freerunner]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Om 2008.12]]></category>
		<category><![CDATA[openmoko]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=694</guid>
		<description><![CDATA[Heather, my girlfriend fianc&#233;e, was kind enough to buy me an OpenMoko Freerunner in January. I went out to get a new SIM card (since there were known issues with my current one) and I experimented with it for a couple weeks, but had to leave it be lately as the past couple months have [...]]]></description>
			<content:encoded><![CDATA[<p>Heather, my <del datetime="2009-06-01T10:39:26+00:00">girlfriend</del> <ins><a href="http://blaise.ca/blog/2009/03/15/engaged/">fianc&eacute;e</a></ins>, was <a href="http://twitter.com/balleyne/status/1092925650">kind enough</a> to buy me an OpenMoko Freerunner in January. I went out to get a new SIM card (since there were <a href="http://wiki.openmoko.org/wiki/Carriers/Rogers">known issues</a> with my current one) and I experimented with it for a couple weeks, but had to leave it be lately as the past couple months have been <a href="http://blaise.ca/blog/2009/03/06/singers-songs-and-strings/">very busy</a>.</p>
<p>This morning I got back into the game.</p>
<p>One thing I wish I&#8217;d known from the outset is that there are a bunch of different <a href="http://wiki.openmoko.org/wiki/Distributions">distributions</a> available. When I went into the IRC channel for help, I got several (polite) rtfms directing me to the Getting Started guide (which I was already looking at). Except, the <a href="http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner">Getting Started</a> guide and <a href="http://wiki.openmoko.org/wiki/FAQ#Getting_Started_with_your_Neo_FreeRunner">FAQ</a> provided a ton of contradictory information (which I&#8217;ve since tried to correct) about which distribution ships by default, nevermind a clear explanation <em>that there are different distributions</em> to begin with. Even worse, the FreeRunner ships with <a href="http://wiki.openmoko.org/wiki/Om_2007.2">Om 2007.2</a>, which is old, basic and not even supported anymore. (My mom asks, &#8220;so, would you say that it&#8217;s not quite ready for the average user yet?&#8221; Considering that the first order of business is to reflash it with a new distribution&#8230;) It took me a while to figure all that out. I hope to spend some more time soon trying to improve the documentation so that new users aren&#8217;t as confused as I was in the beginning.</p>
<p>I&#8217;ve decided to start with <a href="http://wiki.openmoko.org/wiki/Om_2008.12_Update">Om 2008.12 Update</a>, the latest official distribution. I may consider <a href="http://wiki.openmoko.org/wiki/FDOM">FAT and Dirty Openmoko</a> (FDOM) soon, which is just Om 2008.12 &#8220;updated with many ready-to-use applications.&#8221; <a href="http://wiki.openmoko.org/wiki/Qtopia">Qt Extended</a> is on my radar as the just-a-working-phone distribution (but where&#8217;s the fun in that?). Though, the next major step I think will be to dual-boot with <a href="http://wiki.openmoko.org/wiki/Android">Android</a>, as that seems like it may be the best option in the long-run (though it&#8217;s very much a work in progress now).</p>
<h3>Installing Om 2008.12 Update in Ubuntu</h3>
<p><a href="http://wiki.openmoko.org/wiki/Om_2008.12_Update#Installing_the_update">Installing Om 2008.12</a> was actually pretty easy in Ubuntu: <a href="http://downloads.openmoko.org/distro/releases/Om2008.12/">download</a> the kernel and rootfs, then follow the instructions to <a href="http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner">flash the NeoFreeRunner</a>. (I didn&#8217;t worry about a backup since I had nothing of value on there.)</p>
<p>I choose to use dfu-util instead of the NeoTool GUI because dfu-util is already in the Ubuntu 8.10 repositories.</p>
<p><code>sudo apt-get install dfu-util</code></p>
<p>I only encountered <em>one</em> problem when following the instructions. When I tried to run the dfu-util command, it detected <em>two</em> devices, even though I had nothing else plugged into my laptop but a power cord. The second one was named &#8220;UNDEFINED&#8221;, which wasn&#8217;t particularly helpful either.</p>
<p><code>$ sudo dfu-util --llist<br />
dfu-util - (C) 2007 by OpenMoko Inc.<br />
This program is Free Software and has ABSOLUTELY NO WARRANTY<br/><br />
Found Runtime: [0x1d50:0x5119] devnum=4, cfg=0, intf=2, alt=0, name="USB Device Firmware Upgrade"<br />
Found Runtime: [0x0a5c:0x2110] devnum=3, cfg=0, intf=3, alt=0, name="UNDEFINED"</code></p>
<p>According to the comments on <a href="http://docs.openmoko.org/trac/ticket/2039">this ticket</a>, it&#8217;s actually expected behaviour for dfu-util, and it could very well be my bluetooth interface that was showing up. Instead of disabling it, I just used the -d flag as suggested in the comments to specify which device to update. (Also, under Ubuntu, don&#8217;t forget <a href="http://xkcd.com/149/">sudo</a>&#8230;)</p>
<p><code>sudo dfu-util -a kernel -R -d 0x1d50:0x5119 -D Om2008.12-om-gta02.uImage.bin<br />
sudo dfu-util -a rootfs -R -d 0x1d50:0x5119 -D ./Om2008.12-om-gta02.rootfs.jffs2</code><br />
&#8230; where 0x1d50:0&#215;5119 is vendor/product ID of the FreeRunner (found via `dfu-util &#8211;list`).<br />
<br/>The FreeRunner can boot from flash memory or a microSD card. I plan to try Om 2008.12 (or a variant) in flash and I&#8217;ll probably dual-boot with Android on the microSD card at a later date. So far, I&#8217;ve just turned it on and sent Heather a message and added her as a contact, but I hope to finally be getting some real use out of it soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2009/03/14/getting-started-with-the-openmoko-freerunner-installing-om-200812-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: ThinkVantage Button in Ubuntu 8.10</title>
		<link>http://blaise.ca/blog/2008/11/08/howto-thinkvantage-button-in-ubuntu-810/</link>
		<comments>http://blaise.ca/blog/2008/11/08/howto-thinkvantage-button-in-ubuntu-810/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 12:33:39 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=423</guid>
		<description><![CDATA[I&#8217;m pretty sure this is the same fix I used in Gutsy and Hardy, but I had to do it again to get my ThinkVantage button working on my ThinkPad T61 in Ubuntu 8.10 Intrepid. I just added the following line to /usr/share/hotkey-setup/ibm.hk and it worked after a reboot. setkeycodes e017 148 #thinkvantage button]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty sure this is the <a href="http://www.thinkwiki.org/wiki/Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_Thinkpad_T400#ThinkVantage_Button_ThinkVantage">same fix</a> I used in Gutsy and Hardy, but I had to do it again to get my ThinkVantage button working on my ThinkPad T61 in Ubuntu 8.10 Intrepid. I just added the following line to /usr/share/hotkey-setup/ibm.hk and it worked after a reboot.</p>
<p><code>setkeycodes e017 148 #thinkvantage button</code> </p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2008/11/08/howto-thinkvantage-button-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Thinkpad scroll button in Ubuntu 8.10</title>
		<link>http://blaise.ca/blog/2008/11/08/howto-thinkpad-scroll-button-in-ubuntu-810/</link>
		<comments>http://blaise.ca/blog/2008/11/08/howto-thinkpad-scroll-button-in-ubuntu-810/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 10:57:06 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=420</guid>
		<description><![CDATA[Overall, I&#8217;ve been pretty happy after upgrading to Ubuntu 8.10, but there were a few annoyances. I noticed my Thinkpad scroll buttons stopped working, and when I checked xorg.conf, all my changes were commented out with a note &#8220;HAL is now used.&#8221; At least wasn&#8217;t too hard to figure out how to configure it through [...]]]></description>
			<content:encoded><![CDATA[<p>Overall, I&#8217;ve been pretty happy after upgrading to Ubuntu 8.10, but there were a few annoyances. I noticed my Thinkpad scroll buttons stopped working, and when I checked xorg.conf, all my changes were commented out with a note &#8220;HAL is now used.&#8221; At least wasn&#8217;t too hard to figure out <a href="http://samiux.wordpress.com/2008/11/02/howto-lenovo-thinkpad-scroll-button-on-ubuntu-810/">how to configure it through HAL</a>.</p>
<ol>
<li>Create a new file mouse-wheel.fdi at /etc/hal/fdi/policy : <code>sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi</code></li>
<li>Add the following lines to the file:<br />
<code>&lt;match key="info.product" string="TPPS/2 IBM TrackPoint"&gt;<br />
&lt;merge key="input.x11_options.EmulateWheel" type="string"&gt;true&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.EmulateWheelButton" type="string"&gt;2&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.YAxsisMapping" type="string"&gt;4 5&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.XAxsisMapping" type="string"&gt;6 7&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.ZAxsisMapping" type="string"&gt;4 5&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.Emulate3Buttons" type="string"&gt;true&lt;/merge&gt;<br />
&lt;/match&gt;</code></li>
<li>Restart and it should all be working.</li>
</ol>
<p>Now to get my ThinkVantage button working again&#8230; *sigh* <strong>Update:</strong> <a href="http://blaise.ca/blog/2008/11/08/howto-thinkvantage-button-in-ubuntu-810/">fixed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2008/11/08/howto-thinkpad-scroll-button-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Christian Edition: Don&#8217;t surf the web, walk on it</title>
		<link>http://blaise.ca/blog/2008/09/14/ubuntu-christian-edition-dont-surf-the-web-walk-on-it/</link>
		<comments>http://blaise.ca/blog/2008/09/14/ubuntu-christian-edition-dont-surf-the-web-walk-on-it/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:50:32 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Catholic]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=352</guid>
		<description><![CDATA[I found this a while back and it&#8217;s pretty old, but I just came across it again recently and had a good laugh. There&#8217;s an unofficial Ubuntu distribution called Ubuntu Christian Edition and this blog has a ton of hilarious[ly nerdy] &#8220;facts&#8221; about it, for example&#8230; In Ubuntu Christian Edition, all documents are saved by [...]]]></description>
			<content:encoded><![CDATA[<p>I found this a while back and it&#8217;s pretty old, but I just came across it again recently and had a good laugh. There&#8217;s an unofficial Ubuntu distribution called <a href="http://ubuntuce.com/">Ubuntu Christian Edition</a> and this blog has a ton of hilarious[ly nerdy] &#8220;<a href="http://christianubuntu.blogspot.com/">facts</a>&#8221; about it, for example&#8230;</p>
<ul>
<li>In Ubuntu Christian Edition, all documents are saved by grace through faith</li>
<li>With Ubuntu Christian Edition, you don&#8217;t need to surf the web &#8212; you can walk on it</li>
<li>For 40 days before Easter, Ubuntu Christian Edition works in text mode only</li>
<li>Ubuntu Christian Edition has the confess command that deletes your logs and caches</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2008/09/14/ubuntu-christian-edition-dont-surf-the-web-walk-on-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sox soxio: Failed reading : unknown file type</title>
		<link>http://blaise.ca/blog/2008/08/26/sox-soxio-failed-reading-unknown-file-type/</link>
		<comments>http://blaise.ca/blog/2008/08/26/sox-soxio-failed-reading-unknown-file-type/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:35:07 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[sox]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=312</guid>
		<description><![CDATA[I began receiving this error in Ubuntu (after upgrading to Hardy 8.04 I think) whenever I tried to use the sox or play commands. Turns out the solution is pretty simple, sox had just lost its available format libraries. sudo apt-get install libsox-fmt-all]]></description>
			<content:encoded><![CDATA[<p>I began receiving this error in Ubuntu (after upgrading to Hardy 8.04 I think) whenever I tried to use the sox or play commands. Turns out the <a href="http://blog.px.ns1.net/2008/06/27/sox-soxio-failed-reading-unknown-file-type/">solution</a> is pretty simple, sox had just lost its available format libraries.</p>
<p><code>sudo apt-get install libsox-fmt-all</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2008/08/26/sox-soxio-failed-reading-unknown-file-type/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Hydrogen to work with JACK in Ubuntu Studio</title>
		<link>http://blaise.ca/blog/2008/08/17/getting-hydrogen-to-work-with-jack-in-ubuntu-studio/</link>
		<comments>http://blaise.ca/blog/2008/08/17/getting-hydrogen-to-work-with-jack-in-ubuntu-studio/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 00:16:13 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Culture]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ardour]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[hydrogen]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu studio]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=285</guid>
		<description><![CDATA[I recently stumbled upon the Ubustu Feed when I began learning Ardour. They have a great tutorial on how to sync Hydrogen with Ardour: This tutorial will show you how to sync up the digital audio workstation, Ardour, and the advanced drum machine, Hydrogen. This will allow you to have a full featured drum machine [...]]]></description>
			<content:encoded><![CDATA[<p>I recently stumbled upon the Ubustu Feed when I began learning Ardour. They have a great tutorial on <a href="http://www.ubustu.com/globe/2007/09/19/how-to-sync-hydrogen-with-ardour/#more-85">how to sync Hydrogen with Ardour</a>:</p>
<blockquote><p>
This tutorial will show you how to sync up the digital audio workstation, <a href="http://ardour.org/" title="A free digital audio workstation for GNU/Linux">Ardour</a>, and the advanced drum machine, <a href="http://www.hydrogen-music.org/" title="An advanced drum machine for GNU/Linux">Hydrogen</a>. This will allow you to have a full featured drum machine playing in perfect time with your Ardour session. Or, one hell of a fancy click track.
</p></blockquote>
<p>I ran into one complication on my system though &#8212; getting Hydrogen to work with JACK. The output sockets just weren&#8217;t showing up when I opened Hydrogen, even though JACK was running and working fine. Thanks to a <a href="http://www.hydrogen-music.org/forum/?action=show_thread&#038;thread=545&#038;fid=5&#038;page=1#2749">post by schivmeister in the Hydrogen Forum</a>, I was able to get it working by changing &#8216;alsa_pcm&#8217; to &#8216;system&#8217; in the JACK portion of the ~/.hydrogen/hydrogen.conf file so that it reads as follows:<br />
<code><br />
&lt;jack_driver&gt;<br />
&lt;jack_port_name_1&gt;system:playback_1&lt;/jack_port_name_1&gt;<br />
&lt;jack_port_name_2&gt;system:playback_2&lt;/jack_port_name_2&gt;<br />
&lt;jack_transport_mode&gt;USE_JACK_TRANSPORT&lt;/jack_transport_mode&gt;<br />
&lt;jack_connect_defaults&gt;true&lt;/jack_connect_defaults&gt;<br />
&lt;jack_track_outs&gt;true&lt;/jack_track_outs&gt;<br />
&lt;/jack_driver&gt;<br />
</code></p>
<p>Best. Metronome. Ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2008/08/17/getting-hydrogen-to-work-with-jack-in-ubuntu-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

