Howto Fix RSSOwl Internal Browser

Sponsored Link
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.

Sponsored Link

You may also like...

2 Responses

  1. karmic says:

    hello,

    i’ve followed these instruction to install it, but i couldn’t

    http://ubuntuguide.org/wiki/Ubuntu:Karmic#RSSOwl

    and i added to that file:

    ############
    export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
    cd /opt/rssowl
    ./run.sh
    ############

    it gives me the following:

    $ sudo runRSSOwl.sh
    /usr/bin/runRSSOwl.sh: 5: ./run.sh: not found

    where’s the problem?, is it a wrong install?
    please is there a way to tell me how to install it@karmic

    #iam newbie@linux so forgive my silly questions

  2. sangeek says:

    I did not find run.sh file in RSSOwl 2.1.
    I only wanted to change the internal browser because I as not able to the change the font of the viewed news.

    Any idea on how to increase the font of the news viewed inside RSSOwl. I tried out all the preferences for font .. it did not work out 🙁

Leave a Reply

Your email address will not be published.