[Bug 333718] Re: Liferea takes approx 2 seconds to act from pressing "next" to displaying anything but white.

Rodrigo Linfati rodrigo at linfati.cl
Sat Apr 25 21:54:57 UTC 2009


i make a very ugly hack to fix this.

rlinfati at virtu:~$ uname -a
Linux virtu 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
rlinfati at virtu:~$ mount |grep ext4
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)

On /usr/src/libfsync/ i make the libfsync.c file
**** libfsync.c ****
int fsync (int fd) {
	return 0;
}
******************
and compile with "gcc -Wall libfsync.c -o libfsync.so -shared -fPIC -Wl,-soname,libfsync.so"

and, in the 2nd line of /usr/bin/liferea put "export
LD_PRELOAD=/usr/src/libfsync/libfsync.so"

and fixed!

NOW.... please remove excesive fsync of liferea to make a real fix!

Thanks!

-- 
Liferea takes approx 2 seconds to act from pressing "next" to displaying anything but white.
https://bugs.launchpad.net/bugs/333718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list