Re: Orbit and Metacity



Havoc Pennington wrote:

Stephane Chauveau <s chauveau chello nl> writes:
Could it be that the orbit configuration in gconf breaks the X11
hostname resolution?


Apparently, but god only knows why. ;-)

Be sure to file a bug report, thanks for the nice instructions on how
to reproduce.

Havoc
I was able to reduce the problem to a few lines of code (see below).
I will fill the bug in 'gconf'.

================

>>>> gcc -o test1 test1.c `pkg-config gtk+-2.0 glib-2.0 gconf-2.0 --cflags --libs`

#include <stdio.h>
#include <gtk/gtk.h>
#include <glib.h>
#include <X11/Xlib.h>

int main(int argc,char **argv)
{
 gconf_client_get_default ();
 if (!gtk_init_check (&argc, &argv))
   fprintf(stderr,"Unable to open X display '%s'\n", XDisplayName(NULL));
}






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]