RSSOwl 无法创建用于阅读新闻的浏览器

tes*_*unt 6 rss

我正在尝试在我的 Ubuntu(64 位)上启动 RSSOwl(版本:2.2.1/Build Id:2013-12-30)。两次,我从这里下载最新的 RSSOwl http://www.rssowl.org/download

有这样的错误:

RSSOwl was unable to create a browser for reading news. 
Please refer to the FAQ for further help.

Click 'Ok' to open the FAQ now.
Run Code Online (Sandbox Code Playgroud)

根据常见问题解答:http : //www.rssowl.org/help#item_6j

Download XULRunner 1.9 Runtime
Extract it to any directory that RSSOwl can read
Add a new startup property to rssowl named 
    -Dorg.eclipse.swt.browser.XULRunnerPath=[XULRunner Runtime Directory]
Start RSSOwl and it will pick up the browser from the provided location
Run Code Online (Sandbox Code Playgroud)

我无法理解这一点: Start RSSOwl and it will pick up the browser from the provided location

我已经将 XULRunner 的 tgz 提取到/usr/src

现在,我将以下一种方式启动 RSSOwl:

./RSSOwl -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/src/xulrunner/xulrunner/

没有任何作用...

我也试图直接/usr/lib/firefox/firefox在设置( Edit -> Preferences )中选择浏览器,太错误了。

Use the embedded browser——太不对劲了。同样的错误。

tes*_*unt 11

我在这里找到了解决方案:

对于我的安装,它看起来像:

sudo ln -fs /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0 \
/usr/lib/x86_64-linux-gnu/libhunspell-1.2.so.0
Run Code Online (Sandbox Code Playgroud)


小智 7

我在这里找到了一个更深刻/规定的 - 但核心当然是相同的 - 他的问题手册:http : //whilesurfing.blogspot.de/2012/06/make-rssowl-work-with-mint-13-maya。 html

可悲的是,RSSOwl 的作者本人还没有想出一个新的补丁版本来摆脱这个麻烦。甚至长期用户也因此而改用其他功能较少的软件。真是太可惜了。