Magellan Linux

Annotation of /trunk/nxserver-freenx/patches/nxserver-freenx-0.5.0-fullscreen-2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 151 - (hide annotations) (download)
Tue May 8 20:26:14 2007 UTC (17 years ago) by niro
File size: 811 byte(s)
-moved to patches subdir

1 niro 151 diff -Naur freenx-0.5.0.orig/nxnode freenx-0.5.0/nxnode
2     --- freenx-0.5.0.orig/nxnode 2007-01-03 19:39:59.000000000 +0100
3     +++ freenx-0.5.0/nxnode 2007-01-03 19:42:20.000000000 +0100
4     @@ -752,6 +752,10 @@
5     imagecompressionmethod=$(getparam imagecompressionmethod)
6     imagecompressionlevel=$(getparam imagecompressionlevel)
7     geometry=$(getparam geometry)
8     +
9     + # fullscreen variable added to fix fullscreen on client login
10     + fullscreen=$(getparam fullscreen)
11     +
12     keyboard=$(getparam keyboard)
13     kbtype=$(getparam kbtype)
14     media=$(getparam media)
15     @@ -787,7 +791,8 @@
16     status=$(getparam status)
17     host=$(getparam host)
18    
19     - fullscreen=""
20     +# commented out to fix fullscreen on client login
21     +# fullscreen=""
22     [ "$geometry" = "fullscreen" ] && fullscreen="1"
23    
24     [ "$EXPORT_USERIP" = "1" ] && export NXUSERIP="$userip"