FIX: graphics/cairo

2006-06-03 Thread Eric Faurot
Hi, There was indeed a mistake in the previous fix. Color channels were messed up on some archs, due to a misinterpretation of cairo expected pixel layout (oddly enough, mozilla was not sensible to this...). Here are the changes in this patch: - fix the channel mix up, - improved palette handl

UPDATE+FIX: graphics/cairo

2006-03-27 Thread Eric Faurot
Hi all, Here is a "diff -N -u" updating cairo to 1.0.4. More importantly, I have written a (rather simple) workaround to support PseudoColor and StaticColor modes on X11. It is not too fast, especially on a remote display, but at least it does not crash (I hope). It should even produce reasonnabl

Re: FIX: graphics/cairo

2006-06-05 Thread steven mestdagh
Eric Faurot [2006-06-03, 18:44:21]: > Hi, > > There was indeed a mistake in the previous fix. Color channels were > messed up on some archs, due to a misinterpretation of cairo expected > pixel layout (oddly enough, mozilla was not sensible to this...). > > Here are the changes in this patch: >

Re: FIX: graphics/cairo

2006-06-05 Thread Eric Faurot
On 6/5/06, steven mestdagh <[EMAIL PROTECTED]> wrote: both gtk-demo with the color selector, and gftp, crash when started through ssh -X. Is it this kind of crash? The program 'gtk-demo' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (

Re: FIX: graphics/cairo

2006-06-05 Thread steven mestdagh
Eric Faurot [2006-06-05, 18:10:18]: > On 6/5/06, steven mestdagh <[EMAIL PROTECTED]> wrote: > > >both gtk-demo with the color selector, and gftp, crash when started > >through ssh -X. > > Is it this kind of crash? > > The program 'gtk-demo' received an X Window System error. > This probably refl

Re: FIX: graphics/cairo

2006-06-09 Thread Eric Faurot
On 6/5/06, steven mestdagh <[EMAIL PROTECTED]> wrote: Eric Faurot [2006-06-05, 18:10:18]: > On 6/5/06, steven mestdagh <[EMAIL PROTECTED]> wrote: > > >both gtk-demo with the color selector, and gftp, crash when started > >through ssh -X. > > Is it this kind of crash? > > The program 'gtk-demo' re

Re: FIX: graphics/cairo

2006-06-10 Thread steven mestdagh
Eric Faurot [2006-06-09, 11:20:26]: > >> >both gtk-demo with the color selector, and gftp, crash when started > >> >through ssh -X. > >> > >> Is it this kind of crash? > >> > >> The program 'gtk-demo' received an X Window System error. > >> This probably reflects a bug in the program. > >> The erro

Re: FIX: graphics/cairo

2006-06-10 Thread Eric Faurot
On 6/10/06, steven mestdagh <[EMAIL PROTECTED]> wrote: well, we have tested this situation and the crash also happens with gtk 2.6, so i think this is not related to cairo. I noticed a similar crash with emacs and ssh -X when trying to select a region with the mouse. Eric.

Re: FIX: graphics/cairo

2006-06-10 Thread Matthieu Herrb
Eric Faurot wrote: On 6/10/06, steven mestdagh <[EMAIL PROTECTED]> wrote: well, we have tested this situation and the crash also happens with gtk 2.6, so i think this is not related to cairo. I noticed a similar crash with emacs and ssh -X when trying to select a region with the mouse. Hi,

Re: FIX: graphics/cairo

2006-06-10 Thread Brad
On Sat, Jun 10, 2006 at 11:39:41AM +0200, Matthieu Herrb wrote: > Eric Faurot wrote: > >On 6/10/06, steven mestdagh <[EMAIL PROTECTED]> wrote: > > > >>well, we have tested this situation and the crash also happens with > >>gtk 2.6, so i think this is not related to cairo. > > > >I noticed a similar

Re: FIX: graphics/cairo

2006-06-10 Thread Damien Miller
Eric Faurot wrote: > On 6/10/06, steven mestdagh <[EMAIL PROTECTED]> wrote: > >> well, we have tested this situation and the crash also happens with >> gtk 2.6, so i think this is not related to cairo. > > I noticed a similar crash with emacs and ssh -X when trying to select > a region with the m

Re: FIX: graphics/cairo

2006-06-10 Thread Eric Faurot
On 6/10/06, Damien Miller <[EMAIL PROTECTED]> wrote: > I noticed a similar crash with emacs and ssh -X when trying to select > a region with the mouse. Does it happen when using "ssh -Y"? Quite a few applications fail when the X11 SECURITY extension is restricting things. ssh -Y works fine fo

Re: UPDATE+FIX: graphics/cairo

2006-04-28 Thread Kurt Miller
On Monday 27 March 2006 7:39 am, Eric Faurot wrote: > Hi all, > > Here is a "diff -N -u" updating cairo to 1.0.4. The diff didn't apply cleanly. I've attached a working one in case anyone else would like to try. > More importantly, I have written a (rather simple) workaround to > support PseudoC

gtk+2 fix untrusted X11 clients (was Re: FIX: graphics/cairo)

2006-06-10 Thread steven mestdagh
Brad [2006-06-10, 06:06:07]: > I noticed this from the Gtk+ 2.9.2 release notes.. > > * Make GTK+ work as an untrused X client applies reasonably well to the in tree version. i did some very minimal testing on i386, it seems to work. obviously, more testing with this is appreciated... Index: Mak

Re: gtk+2 fix untrusted X11 clients (was Re: FIX: graphics/cairo)

2006-06-15 Thread Chris Kuethe
running on current... it seems to work with gvim, so far... On 6/10/06, steven mestdagh <[EMAIL PROTECTED]> wrote: Brad [2006-06-10, 06:06:07]: > I noticed this from the Gtk+ 2.9.2 release notes.. > > * Make GTK+ work as an untrused X client applies reasonably well to the in tree version. i did

Re: gtk+2 fix untrusted X11 clients (was Re: FIX: graphics/cairo)

2006-06-16 Thread David Krause
works fine here on i386, tested gaim, gqview, gvim, and xnmap both locally and remote through ssh -X mozilla-firefox didn't work however, but there's probably more to it than just fixing gtk+ ok david@ * steven mestdagh <[EMAIL PROTECTED]> [060610 08:38]: > Brad [2006-06-10, 06:06:07]: > > I not