]> git.pld-linux.org Git - packages/freenx-server.git/blob - freenx-node-conf.patch
187b174bae5883f9fc295c389586a0fa253ef4c4
[packages/freenx-server.git] / freenx-node-conf.patch
1 diff -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
3 +++ freenx-0.5.0-test-2006-03-08-5/node.conf.sample     2006-05-23 01:21:41.000000000 -0600
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=""
33 +AGENT_EXTRA_OPTIONS_X="-fp /usr/share/X11/fonts/misc/,/usr/share/X11/fonts/100dpi/,/usr/share/X11/fonts/75dpi/,/usr/share/X11/fonts/Type1/,/usr/share/X11/fonts/TTF/"
34  
35  # The number of seconds we wait for the nxagent to start before
36  # deciding startup has failed
37 @@ -384,3 +390,5 @@
38  
39  # Extra options to nxproxy. See !M documentation for useful parameters.
40  #PROXY_EXTRA_OPTIONS=""
41 +
42 +APPLICATION_LIBRARY_PRELOAD="/usr/lib/libX11-nx.so.6.2:/usr/lib/libXext-nx.so.6.4:/usr/lib/libXcomp.so.1:/usr/lib/libXcompext.so.1:/usr/lib/libXrender-nx.so.1.2"
This page took 0.055728 seconds and 2 git commands to generate.