Date: 07 Jul 2002 13:56:44 -0400 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Franz Klammer <klammer@webonaut.com> Cc: gnome@FreeBSD.org Subject: Re: Possible patch for nautilus freeze Message-ID: <1026064605.342.3.camel@gyros.marcuscom.com> In-Reply-To: <1026056303.25113.4.camel@ncc-1701.webonaut.com> References: <1026028225.404.10.camel@gyros.marcuscom.com> <1026056303.25113.4.camel@ncc-1701.webonaut.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2002-07-07 at 11:38, Franz Klammer wrote: > Am So, 2002-07-07 um 09.50 schrieb Joe Marcus Clarke: > > 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! > > everything works now. > thank you very much! Cool! I was finally able to X back nautilus last night, so I verified it worked for myself, too. Also, looks like some work is being done on eel to make it more multi-head friendly. I'll try to get this patch committed back to the eel developers. Thanks for testing, Franz. Joe > > franz. > > > > > Joe > > ---- > > > > > --- 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; > -- > WEBONAUT.com > http://webonaut.com > mailto:klammer@webonaut.com > Tel.: +43-664-3434708 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1026064605.342.3.camel>