#! /bin/sh /usr/share/dpatch/dpatch-run ## dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Change the path to the keyboard configuration file @DPATCH@ Index: nx-x11-ubuntu/programs/Xserver/os/oscolor.c =================================================================== --- nx-x11-ubuntu.orig/programs/Xserver/os/oscolor.c 2010-03-18 17:43:36.983684617 -0300 +++ nx-x11-ubuntu/programs/Xserver/os/oscolor.c 2010-03-18 17:46:08.033696419 -0300 @@ -53,7 +53,7 @@ #include #include -static char* nxAltRgbPaths[] = {"/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"}; +static char* nxAltRgbPaths[] = {"/usr/share/nxagent/rgb", "/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"}; static char _NXRgbPath[1024]; #endif