Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: Jaunty - Liferea slow when updating/navigating feeds

  1. #1
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Jaunty - Liferea slow when updating/navigating feeds

    I've been a heavy user of liferea for a year or so. Its been a great program for RSS!

    Unfortunately after upgrading to Jaunty (and ext4), liferea (1.4.26) is PAINFULLY slow, hanging all the time (window greys out). Is this a known issue?

  2. #2
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: Jaunty - Liferea slow when updating/navigating feeds

    Quote Originally Posted by abhiroopb View Post
    I've been a heavy user of liferea for a year or so. Its been a great program for RSS!

    Unfortunately after upgrading to Jaunty (and ext4), liferea (1.4.26) is PAINFULLY slow, hanging all the time (window greys out). Is this a known issue?
    No idea.

    Start it from the terminal and look if it gives any error messages.

    If it gives error messages, create a launchpad bug report or something.

    You could always manually install an older version if it's bothering you that much, or use another rss feed reader.

  3. #3
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty - Liferea slow when updating/navigating feeds

    I noticed that the bug has been reported...

    https://bugs.launchpad.net/ubuntu/+s...ea/+bug/290666
    https://bugs.launchpad.net/ubuntu/+s...ea/+bug/335471

    Any suggestions for other RSS readers?

  4. #4
    Join Date
    May 2008
    Beans
    98

    Re: Jaunty - Liferea slow when updating/navigating feeds

    same issue here. tried all the rrs readers on gnomefiles but none comes close to liferea. 'straw' perhaps is the one ill migrate to cos liferea cant be used as it is now

  5. #5
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty - Liferea slow when updating/navigating feeds

    straw doesn't seem to support folders very well. I tried akregator and apart from it being a big install it seemed to re-update my feeds every time it started, downloading things I'd already read. Shame that liferea is broken

  6. #6
    Join Date
    Sep 2008
    Beans
    13

    Re: Jaunty - Liferea slow when updating/navigating feeds

    I love almost everything about Ubuntu, but somehow readers are a week point. I had the same problem with Akregator as abhiroopb. Liferea is better, but getting slower. I hope we'll get something like RSSOwl for Linux one day.

  7. #7
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty - Liferea slow when updating/navigating feeds

    RSSOwl seems to work in linux (as it is a java app). Still not as clean as liferea, but it definitely a good replacement for the moment.

  8. #8
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty - Liferea slow when updating/navigating feeds

    This is a temporary fix:

    enter the following in a terminal:
    Code:
    cd /usr/src
    mkdir libfsync
    sudo gedit libfsync.c
    Enter the following into the text file:
    Code:
    int fsync (int fd) {
     return 0;
    }
    Again in the terminal:
    Code:
    sudo gcc -Wall libfsync.c -o libfsync.so -shared -fPIC -Wl,-soname,libfsync.so
    sudo gedit /usr/bin/liferea

    Enter the following into the SECOND LINE of the text file:
    Code:
    export LD_PRELOAD=/usr/src/libfsync/libfsync.so
    No idea what it does, but it was suggested in the launchpud page and it worked for me (https://bugs.launchpad.net/ubuntu/+s...ea/+bug/333718).

  9. #9
    Join Date
    Oct 2007
    Beans
    10

    Re: Jaunty - Liferea slow when updating/navigating feeds

    worked for me! thanx!

  10. #10
    Join Date
    Aug 2005
    Location
    Santiago, Chile
    Beans
    33
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Jaunty - Liferea slow when updating/navigating feeds

    Things with Liferea 1.5.15 seem to be a little different. I can't edit the /usr/bin/liferea file.

    Does anyone know what file has to be edited in this version?

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •