control-center-01-remote-x-no-kbd-layout.diff revision 19082
19082N/A--- gnome-control-center-2.30.1.orig/capplets/keyboard/gnome-keyboard-properties-dialog.ui 2010-06-01 13:35:44.209124944 +0200
19082N/A+++ gnome-control-center-2.30.1/capplets/keyboard/gnome-keyboard-properties-dialog.ui 2010-06-01 13:37:25.982521195 +0200
19082N/A--- gnome-control-center-2.30.1.orig/capplets/keyboard/gnome-keyboard-properties.c 2010-06-01 13:35:44.228217173 +0200
19082N/A+++ gnome-control-center-2.30.1/capplets/keyboard/gnome-keyboard-properties.c 2010-06-01 13:42:40.045501900 +0200
19082N/A #include "gnome-keyboard-properties-a11y.h"
19082N/A #include "gnome-keyboard-properties-xkb.h"
19082N/A+#include <sys/types.h>
19082N/A+#include <sys/stat.h>
19082N/A+#include <gdk/gdkx.h>
19082N/A+ if ((fstat(c, &statbuf) >= 0) && S_ISFIFO(statbuf.st_mode)) {
19082N/A+ /* Unless we have both xclient/xserver running in the local */