Howto Fix RSSOwl Internal Browser
Sponsored Link
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.
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
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 🙁