diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/101_nxagent_set-rgb-path.full.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/101_nxagent_set-rgb-path.full.patch b/debian/patches/101_nxagent_set-rgb-path.full.patch index 793b19d5b..9d20bee24 100644 --- a/debian/patches/101_nxagent_set-rgb-path.full.patch +++ b/debian/patches/101_nxagent_set-rgb-path.full.patch @@ -13,7 +13,7 @@ Last-Update: 2012-01-12 #include <unistd.h> -static char* nxAltRgbPaths[] = {"/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"}; -+static char* nxAltRgbPaths[] = {"/usr/share/nx/rgb", "/usr/local/share/nx/rgb", "/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"}; ++static char* nxAltRgbPaths[] = {"/etc/nxagent/rgb", "/usr/share/nx/rgb", "/usr/local/share/nx/rgb", "/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"}; static char _NXRgbPath[1024]; #endif |