LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-10-2012, 03:59 PM   #1
joncr
Member
 
Registered: Jun 2012
Posts: 78

Rep: Reputation: Disabled
How Can I Get RSSOwl to Run??


I am trying to get RSSOwl to run in CentOS 6.3.

I have installed RSSOwl on several distributions. It has worked on only one, Linux Mint 13.

I copied all the RSSOwl files and directories from that working install to the CentOS installation.

It does not work. The app launches and displays correctly, synchs with Google Reader, pulls down feeds, and displays the list of feed names correctly.

But, clicking on a feed to display the individual items always produces an error.

The consistent error is that it cannot "create a browser for reading news", meaning it cannot display anything.

This is a very common error, with many users reporting it over many versions of RSSOwl. I've posted on the RSSOwl forum with no results.

The RSSOwl site identifies the error as caused by the app's dependence on an outdated version of xulrunner. The FAQ at the site specifies a workaround. That does not work. Contradicting the FAQ, the release notes indicate that the correct version of xulrunner ships with this version. That version is installed.

RSSOwl is a very good RSS reader, when it works. Anyone know the trick?
 
Old 07-10-2012, 04:35 PM   #2
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Best of luck.. I would suggest Straw or Liferea personally never used RSSOwl and wouldnt be able to help but it sounds like native application issues and unless you or someone re-writes the code it sounds pretty b0rked.

---------- Post added 07-10-12 at 02:36 PM ----------

http://liferea.sourceforge.net/
 
Old 07-10-2012, 04:39 PM   #3
joncr
Member
 
Registered: Jun 2012
Posts: 78

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Kustom42 View Post
Best of luck.. I would suggest Straw or Liferea personally never used RSSOwl and wouldnt be able to help but it sounds like native application issues and unless you or someone re-writes the code it sounds pretty b0rked.

---------- Post added 07-10-12 at 02:36 PM ----------

http://liferea.sourceforge.net/
Thanks. I've used LIferea and like it. But, for me at least, it eventually starts gobbling CPU and crashes.

RSSOwl, when it works, is actually a very nice piece of code.
 
Old 07-10-2012, 05:03 PM   #4
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
I threw your question at the guys in my linux user group, we'll see if I get any response. I did some quick searching on google as well and couldn't find anything. If anyone in my group can suggest something I'll post it here.
 
Old 07-10-2012, 05:16 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
RSSOwl works only with Xulrunner versions 1.9 or below. Since Firefox 4 almost any distro has only Xulrunner 2 and higher installed.
There is a workaround for 32 bit systems, I couldn't find one for 64 bit, so I finally changed to newsbeuter.
I heard that sometimes it should help to configure RSSOwl to use an external browser, didn't work for me.
 
Old 07-10-2012, 06:10 PM   #6
joncr
Member
 
Registered: Jun 2012
Posts: 78

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
RSSOwl works only with Xulrunner versions 1.9 or below. Since Firefox 4 almost any distro has only Xulrunner 2 and higher installed.
There is a workaround for 32 bit systems, I couldn't find one for 64 bit, so I finally changed to newsbeuter.
I heard that sometimes it should help to configure RSSOwl to use an external browser, didn't work for me.
I wondered about the 64-bit thing, since that's my system. But, RSSowl worked fine on my 64-bit Mint 13 installation on the 64-bit same hardware.
 
Old 07-10-2012, 06:28 PM   #7
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
Quote:
Originally Posted by joncr View Post
I am trying to get RSSOwl to run in CentOS 6.3.

But, clicking on a feed to display the individual items always produces an error.

The consistent error is that it cannot "create a browser for reading news", meaning it cannot display anything.
RSSOwl is a very good RSS reader, when it works. Anyone know the trick?
I don't use Cent OS, downloading it now though so I can play.

I do use RSSOwl, a great feed reader if you ask me.

I use Slackware, I have RSSOwl up and running with Slackware64-current. This is 100% 64-bit. I also have xulrunner 1.9.2.17 installed. RSSOwl uses it own run time version of xulrunner. I was having the same problem. Apparently RSSOwl also uses the hunspell libraries, specifically version 1.2, Slackware64-current uses hunspell version 1.3.2. The fix was to provide a symlink to the version that RSSOwl was looking for. In my case for Slackware64 it was.

Code:
ln -s /usr/lib64/libhunspell-1.3.so.0.0.0 /usr/lib64/libhunspell-1.2.so.0

Last edited by chrisretusn; 07-10-2012 at 06:32 PM.
 
Old 07-10-2012, 06:45 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
That is funny, I wasn't able to get it running on 64 bit Slackware -current, but it was fine on 32 bit -current. On 32 bit it also worked to use Firefox as browser for the feeds. But anyways, since I want to have consistency between my systems I chose a reader that worked on all systems (newsbeuter).

May be offtopic, but part of my decision to not use RSSOwl was also that I don't think I want to use software from developers that weren't able to port it to a supported version of xulrunner in more than 15 months.
 
Old 07-11-2012, 12:56 AM   #9
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
I like the features of RSSOwl, it works they way I like. I also want a GUI reader. It also works on all three OS's that I use.
 
Old 07-11-2012, 06:49 AM   #10
joncr
Member
 
Registered: Jun 2012
Posts: 78

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrisretusn View Post
I don't use Cent OS, downloading it now though so I can play.

I do use RSSOwl, a great feed reader if you ask me.

I use Slackware, I have RSSOwl up and running with Slackware64-current. This is 100% 64-bit. I also have xulrunner 1.9.2.17 installed. RSSOwl uses it own run time version of xulrunner. I was having the same problem. Apparently RSSOwl also uses the hunspell libraries, specifically version 1.2, Slackware64-current uses hunspell version 1.3.2. The fix was to provide a symlink to the version that RSSOwl was looking for. In my case for Slackware64 it was.

Code:
ln -s /usr/lib64/libhunspell-1.3.so.0.0.0 /usr/lib64/libhunspell-1.2.so.0
That libhunspell link is one fix listed at the RSSOwl site, but Centos 6 uses the 1.2 version RSSOwl wants.
 
Old 07-11-2012, 06:56 AM   #11
joncr
Member
 
Registered: Jun 2012
Posts: 78

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
That is funny, I wasn't able to get it running on 64 bit Slackware -current, but it was fine on 32 bit -current. On 32 bit it also worked to use Firefox as browser for the feeds. But anyways, since I want to have consistency between my systems I chose a reader that worked on all systems (newsbeuter).

May be offtopic, but part of my decision to not use RSSOwl was also that I don't think I want to use software from developers that weren't able to port it to a supported version of xulrunner in more than 15 months.
Hmm. Since it ran for me on Mint 13 I wonder if it looks for some 32-bit libraries when it runs on a 64-bit machine That might explain the reports that it works on 32-bit and is problematic on 64-bit.

Re: Slackware -- I'm waiting until 14 is officially released. I used Slackware great deal in the past, and KDE is looking pretty good these days.
 
  


Reply

Tags
rssowl



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: RSSOwl 2.1.2: The Best News Feed Reader for Ubuntu/Linux LXer Syndicated Linux News 0 04-16-2012 10:00 AM
KDE 4.8.1 and RSSOwl 2.1.2 chrisretusn Slackware 2 03-21-2012 06:54 PM
[SOLVED] RSSOwl and -current update Nov 29 chrisretusn Slackware 0 12-02-2010 07:24 AM
rssowl crash? fedora 6 johnnylinux Linux - Software 1 02-01-2007 06:24 PM
RSSOwl - Doesn't find class sundaraz Linux - Newbie 1 11-05-2005 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration