You are not logged in.

#1 2008-12-11 21:15:08

Flasher
Member
From: Bavaria / Germany
Registered: 2005-04-24
Posts: 126

RSSOwl internal browser problems!

Hi!

After installing rssowl (from AUR) successfully and starting the main application I can't open a feed.
The navigation on the left side contains the Feeds, but after double-clicking no windows (internal browser window) opens.

I tried the following:
setenv MOZILLA_FIVE_HOME /usr/lib/firefox-3.0
setenv LD_LIBRARY_PATH ${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}

but it didn't help. xulrunner is installed and I also installed swt for testing, but this wasn't the solution.

Does anybody have any an idea? I think it's a browser problem, but I can't fix it :-/

Best regards,

Flasher

Offline

#2 2009-01-16 03:14:53

Jams
Member
Registered: 2008-11-23
Posts: 9

Re: RSSOwl internal browser problems!

Hi, same problem here. I think it's some eclipse problem. Hopefully some solution appear soon.

Anyone has a recomendation of another rss feed reader? I tried using liferea but it works too slow when openning feeds and updating and the windows hang up for some seconds before i can correctly view the feeds.

Last edited by Jams (2009-01-16 03:39:22)

Offline

#3 2009-01-16 05:00:03

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: RSSOwl internal browser problems!

Hey, I'm the maintainer of the rssowl package in AUR. This is a known issue with the current stable release of rssowl. As soon as the next release becomes stable I will be updating the package for it. In the meantime, I posted an updated PKGBUILD in the comments section of the package that will allow you to install the current pre-alpha release. Among other things, this fixes the browser issue.

Here's a copy of the updated PKGBUILD:

# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=rssowl
pkgver=2.0M9Pre1
pkgrel=1
pkgdesc="A powerful java-based RSS reader (public preview)."
arch=('i686')
url="http://boreal.rssowl.org"
license=('GPL')
depends=('jre')
source=(http://www.rssowl.org/dl/rssowl-2_0/rssowl-2.0-M9-Preview1.linux.x86.zip rssowl.desktop)
md5sums=('273139a777ebdb08fafb9154834882c8' '4e9dcbe25291435d3bd8396ed88a1d62')

build() {
cd $startdir/src/$pkgname
mkdir -p $pkgdir/usr/{bin,share/$pkgname}
cp -R * $pkgdir/usr/share/$pkgname
echo -e "#!/bin/bash\n\n/usr/share/$pkgname/RSSOwl" >$pkgdir/usr/bin/$pkgname
chmod 755 $pkgdir/usr/bin/$pkgname
install -D -m644 $startdir/rssowl.desktop $pkgdir/usr/share/applications/rssowl.desktop
}

.:[My Blog] || [My GitHub]:.

Offline

#4 2009-01-16 16:09:19

Jams
Member
Registered: 2008-11-23
Posts: 9

Re: RSSOwl internal browser problems!

Remove rssowl aur package and hidden files (~.rssowl), reinstall rssowl aur package (via yaourt) but the problem still exists. Notice that the PKGBUILD of aur was exactly the same that you posted here. I'm started to think that maybe its related with the open Java jdk (openjdk6).

When i close rssowl appearently an error message appear but it closes itself soo fast that i can't read the content of the error.

Regards

EDIT: found this https://www.jfire.org/modules/phpwiki/i … serOnLinux
It says the problem its related to firefox 3 ands its incompatibilty with eclipse and swing internal browser stuff

Last edited by Jams (2009-01-16 16:15:24)

Offline

#5 2009-01-17 05:16:14

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: RSSOwl internal browser problems!

the PKGBUILD is most certainly not the same... the version number and MD5SUMs are different tongue


.:[My Blog] || [My GitHub]:.

Offline

Board footer

Powered by FluxBB