]> git.pld-linux.org Git - packages/freenx-server.git/blame - freenx-node-conf.patch
- fixed some paths for fonts and xorg/nx libraries (TODO - .../lib64/)
[packages/freenx-server.git] / freenx-node-conf.patch
CommitLineData
3383fdc5 1diff -ur freenx-0.5.0-test-2006-03-08-5-o/node.conf.sample freenx-0.5.0-test-2006-03-08-5/node.conf.sample
2--- freenx-0.5.0-test-2006-03-08-5-o/node.conf.sample 2005-08-29 05:44:59.000000000 -0600
c20b7896 3+++ freenx-0.5.0-test-2006-03-08-5/node.conf.sample 2006-05-23 01:21:41.000000000 -0600
3383fdc5 4@@ -305,7 +305,13 @@
5
6 # The key that contains the name of the complete path of command name
7 # 'xauth'.
8-#COMMAND_XAUTH=/usr/X11R6/bin/xauth
9+COMMAND_XAUTH=xauth
10+
11+COMMAND_XSET=xset
12+
13+COMMAND_XMODMAP=xmodmap
14+
15+COMMAND_XKBCOMP=xkbcomp
16
17 # The key that contains the name of the complete path of command name
18 # 'smbmount'.
19@@ -316,7 +322,7 @@
20 #COMMAND_SMBUMOUNT=smbumount
21
22 # The key that contains the name of the complete path of the 'netcat' command.
23-#COMMAND_NETCAT=netcat
24+COMMAND_NETCAT=nc
25
26 # The key that contains the name of the complete path of the 'ssh' and
27 # 'ssh-keygen' command.
28@@ -363,7 +369,7 @@
29 # for examples of useful parameters.
30 #AGENT_EXTRA_OPTIONS_RFB=""
31 #AGENT_EXTRA_OPTIONS_RDP=""
32-#AGENT_EXTRA_OPTIONS_X=""
46443202 33+AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/misc/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/"
3383fdc5 34
35 # The number of seconds we wait for the nxagent to start before
36 # deciding startup has failed
c20b7896 37@@ -384,3 +390,5 @@
38
39 # Extra options to nxproxy. See !M documentation for useful parameters.
40 #PROXY_EXTRA_OPTIONS=""
41+
46443202 42+APPLICATION_LIBRARY_PRELOAD="/usr/lib/libX11-nx.so.6:/usr/lib/libXext-nx.so.6:/usr/lib/libXcomp.so.2:/usr/lib/libXcompext.so.2:/usr/lib/libXrender-nx.so.1"
This page took 0.061562 seconds and 4 git commands to generate.