--- nx-X11/programs/Xserver/hw/nxagent/Rootless.c.orig 2009-01-23 18:34:36 +0300 +++ nx-X11/programs/Xserver/hw/nxagent/Rootless.c 2009-03-08 19:30:46 +0300 @@ -442,6 +442,7 @@ if (strncmp(propertyS, "WM_", 3) != 0 && strncmp(propertyS, "_NET_", 5) != 0 && + strncmp(propertyS, "_MOTIF_", 7) != 0 && strcmp(propertyS, "_KDE_NET_WM_SYSTEM_TRAY_WINDOW_FOR") != 0) { #ifdef TEST @@ -452,6 +453,8 @@ #endif } else if (strcmp(typeS, "STRING") == 0 || + strcmp(typeS, "COMPOUND_TEXT") == 0 || + strcmp(typeS, "_MOTIF_WM_HINTS") == 0 || #ifndef _XSERVER64 strcmp(typeS, "CARDINAL") == 0 || strcmp(typeS, "WM_SIZE_HINTS") == 0 ||