Howto Fix RSSOwl Internal Browser
Posted by admin on October 2nd, 2007
Email This Post
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.
If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!
