Re: Cairo Crash when Displaying Remotely to Solaris 8

2007-03-19 Thread Erwann Chenede
Hi Richard, looks related to http://bugs.freedesktop.org/show_bug.cgi?id=4945 JDS uses this patch http://cvs.opensolaris.org/source/xref/jds/spec-files/trunk/patches/cairo-02-8bit-fix.diff to get around thT problem. HTH, Erwann Richard Boaz wrote: Hi, My program

Re: GTK+-2.1.0 and Sparc solaris

2002-10-29 Thread Erwann Chenede
Hi Salman, This bug has been fixed in cvs, so either try a later version or grab the source from cvs. HTH, Erwann Salman Sheikh wrote: I am attempting to recompile gnome-2.0 with the latest tarballs. I compiled pango-1.0.2, glib-2.0.6 and then gtk+-2.1.0, the latest. Whenever

Re: GdkDiplay

2002-07-25 Thread Erwann Chenede - Sun Microsystems
Hi Reham, You can use : gdk_display_get_default See http://developer.gnome.org/doc/API/2.0/gdk/index.html Multi-head Support Overview, GdkDisplay and GdkScreen should be of help. Erwann From: Reham Younis [EMAIL PROTECTED] Subject: GdkDiplay To: [EMAIL PROTECTED] Does anyone know how do I

Re: Drag from GTK+-2.0.2 Drop into Java freezes the Mouse Pointer

2002-05-20 Thread Erwann Chenede
Hi Dietmar, i tried to drag from the GTK+ 2.0.2 testdnd (gtk+-2.0.2/tests/testdnd) to a the java swing demo from sun (under jdk 1.4). You can find the demo under http://java.sun.com/j2se/1.4/docs/guide/swing/1.4/JLabelDragNDrop.java. When i Drag from the Drag Here Butten into the Textfield,

Re: Build on Solaris as non-root

2002-04-30 Thread Erwann Chenede
Hi Robert, Try setting your CPPFLAGS and CFLAGS to something like this : CPPFLAGS=-I/home/rlugg/include CFLAGS=-g -I/home/rlugg/include before running autogen.sh or configure HTH, Erwann From: Robert Lugg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Build on Solaris as non-root

Re: Solaris 8 Xinerama GDK BadMatch

2002-04-12 Thread Erwann Chenede
Hi David, Which version of gtk are you using ? Erwann From: David F. Newman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Solaris 8 Xinerama GDK BadMatch Hello, I'm not really sure where to start with regards to reporting this problem, but the error message has GDK in it so I figure it best

glib/gtk standard conformance

2001-10-16 Thread Erwann Chenede
Hi All, As you might know we at (Sun) have to take the various components of GNOME 2.0 through Sun's architectural review process. (http://developer.gnome.org/dotplan/archreview/) I am the Responsible Sun developer for glib/gtk+ (http://developer.gnome.org/dotplan/archreview/components.html)

bug in the key binding system ?

2000-07-21 Thread Erwann Chenede
Hello, I think there is a bug in the key bindings and GtkEditable signals. I've got the following in my gtkrc : binding "test" { bind "F3" { "debug-msg" ("Test Msg") } } class "GtkEditable" binding

key bindings problem (cut paste)

2000-07-14 Thread Erwann Chenede
Hi All, I'm trying to override the default cut paste key bindings to work with the SunKeys (Copy/Paste/cut), I've also tried on linux with other keys (F1/F2/F3). I can't get it to work. I'm using gtk 1.2.8. Here is how I'm defining the key bindings in my gtkrc : --- start gtkrc -