Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Howto Fix RSSOwl Internal Browser

Posted by admin on October 2nd, 2007 Email This Post Email This Post

Applications that collect data from RSS-compliant sites are called RSS readers or “aggregators.” RSSOwl is such an application. RSSOwl lets you gather, organize, update, and store information from any compliant source in a convenient, easy to use interface, save selected information in various formats for offline viewing and sharing, and much more. It’s easy to configure, available in many many languages and the best of all: It’s platform-independent.

RSSOwl is lack of HTML support. So here is the fix this problem

Install mozilla-browser Using the following command

sudo apt-get install mozilla-browser

Change run.sh in your rssowl directory to:

#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/mozilla/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
java -Xmx134217728 -Djava.library.path=. -jar rssowl.jar

In RSSOwl, go to Tools–>Preferences–>View

In the “Misc” section, check “View newstext in browser”

Go to Tools–>Preferences–>Browser

In the “Please enter path to executable” box, enter the path to your exectuable (lol). This is the app that you want to use to open in an external browser, so I wanted to use firefox. My path was “/usr/bin/firefox” but that’s not default. With a new system, it could be “/usr/bin/mozilla-firefox”

At the bottom, check “use external browser”

Now you should be able to view everything properly.

Share/Save/Bookmark

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>