Fixing Blogbridge Annonyances

posted 10:13PM Oct 27, 2007 with tags atom blogbridge macosx rss safari by Lars Trieloff

As much as a like the Blogbrigde feed reader, one thing has been annoying me since I am using it on Mac OS X: Opening articles in the browser always means changing the active application to the browser, so you cannot go through all new feed entries, open the interesting once in a background tab and read them afterwards.

This means unless you open the Blogbrigde preferences, select the section "Advanced" and select following command as Internet Browser:

open -g $URL$
The open command will open any URL in the default browser and the -g parameters tells Mac OS X not to raise the application to the foreground.