]> git.pld-linux.org Git - packages/freenx-server.git/blame - freenx-node-conf.patch
- simply spec, added hack for 64bit systems
[packages/freenx-server.git] / freenx-node-conf.patch
CommitLineData
f3222b33
BZ
1--- freenx-0.7.1/node.conf.sample.orig 2007-10-15 00:25:14.000000000 +0200
2+++ freenx-0.7.1/node.conf.sample 2008-05-20 19:03:12.000000000 +0200
3@@ -394,7 +394,13 @@
3383fdc5 4
5 # The key that contains the name of the complete path of command name
6 # 'xauth'.
7-#COMMAND_XAUTH=/usr/X11R6/bin/xauth
8+COMMAND_XAUTH=xauth
9+
10+COMMAND_XSET=xset
11+
12+COMMAND_XMODMAP=xmodmap
13+
14+COMMAND_XKBCOMP=xkbcomp
15
16 # The key that contains the name of the complete path of command name
17 # 'smbmount'.
f3222b33
BZ
18@@ -413,7 +419,7 @@
19 #COMMAND_SMBUMOUNT_CIFS=/sbin/umount.cifs
3383fdc5 20
21 # The key that contains the name of the complete path of the 'netcat' command.
22-#COMMAND_NETCAT=netcat
23+COMMAND_NETCAT=nc
24
25 # The key that contains the name of the complete path of the 'ssh' and
26 # 'ssh-keygen' command.
f3222b33 27@@ -476,7 +482,7 @@
3383fdc5 28 # for examples of useful parameters.
29 #AGENT_EXTRA_OPTIONS_RFB=""
30 #AGENT_EXTRA_OPTIONS_RDP=""
31-#AGENT_EXTRA_OPTIONS_X=""
46443202 32+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 33
34 # The number of seconds we wait for the nxagent to start before
35 # deciding startup has failed
f3222b33 36@@ -498,6 +504,8 @@
c20b7896 37 # Extra options to nxproxy. See !M documentation for useful parameters.
38 #PROXY_EXTRA_OPTIONS=""
f3222b33 39
46443202 40+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"
f3222b33
BZ
41+
42 # In case you want to use an external 'rdesktop' command
43 # set this to "1".
44 #
This page took 0.108165 seconds and 4 git commands to generate.