Friday, December 1, 2006

How to have Firefox 2 add feeds to aKregator

Create a file named, say, /usr/local/bin/feed-akregator that contains this:


#!/bin/bash
/usr/bin/akregator -a $1 -g "New, Unsorted Feeds"


And use that as the default application to add feeds in Firefox.