Date: 07 Jul 2002 03:50:19 -0400 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: gnome@FreeBSD.org Subject: Possible patch for nautilus freeze Message-ID: <1026028225.404.10.camel@gyros.marcuscom.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Guys, I need your help. I've been trying to hunt down why Nautilus
freezes when trying to thumbnail certain images. I think I found the
problem. It's in libeel. Attached is a patch that fixes my little test
kludge. I'm on the road again (another week, another Networkers), so I
can't test Nautilus for real.
I would really appreciate it, if someone could stick this file in
x11-toolkits/eel2/files, then rebuild and reinstall eel2. Then, try to
thumbnail some png or gif images, and let me know if the freeze problem
is gone in Nautilus. Thanks!
Joe
[-- Attachment #2 --]
--- eel/eel-gdk-pixbuf-extensions.c.orig Sun Jul 7 03:24:52 2002
+++ eel/eel-gdk-pixbuf-extensions.c Sun Jul 7 03:25:03 2002
@@ -101,7 +101,7 @@
{
GnomeVFSResult result;
GnomeVFSHandle *handle;
- char buffer[LOAD_BUFFER_SIZE];
+ static char buffer[LOAD_BUFFER_SIZE];
GnomeVFSFileSize bytes_read;
GdkPixbufLoader *loader;
GdkPixbuf *pixbuf;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1026028225.404.10.camel>
