aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/008_add-nx-proxy-wrapper.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/008_add-nx-proxy-wrapper.patch b/debian/patches/008_add-nx-proxy-wrapper.patch
new file mode 100644
index 000000000..9c208e2e8
--- /dev/null
+++ b/debian/patches/008_add-nx-proxy-wrapper.patch
@@ -0,0 +1,13 @@
+--- /dev/null
++++ b/bin/nxproxy
+@@ -0,0 +1,9 @@
++#!/bin/bash
++
++NX_LIBS=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx
++
++export NX_LIBS
++export LD_LIBRARY_PATH
++
++exec /usr/lib/nx/nxproxy "$@"
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 00679755b..4cf8420de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
005_add_nxagent_wrapper.patch
006_remove-configure-files.patch
007_nxcompshad-clean-gch-files.patch
+008_add-nx-proxy-wrapper.patch