Magellan Linux

Annotation of /trunk/nxserver-freenx/patches/nxserver-freenx-0.5.0-fullscreen.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: 742 byte(s)
-moved to patches subdir

1 niro 151 --- usr/bin/nxnode 2006-10-05 21:24:20.000000000 +0200
2     +++ usr/bin/nxnode 2006-10-05 21:21:11.000000000 +0200
3     @@ -629,6 +629,10 @@
4     imagecompressionmethod=$(getparam imagecompressionmethod)
5     imagecompressionlevel=$(getparam imagecompressionlevel)
6     geometry=$(getparam geometry)
7     +
8     + # fullscreen variable added to fix fullscreen on client login
9     + fullscreen=$(getparam fullscreen)
10     +
11     keyboard=$(getparam keyboard)
12     kbtype=$(getparam kbtype)
13     media=$(getparam media)
14     @@ -664,7 +668,8 @@
15     status=$(getparam status)
16     host=$(getparam host)
17    
18     - fullscreen=""
19     +# commented out to fix fullscreen on client login
20     +# fullscreen=""
21     [ "$geometry" = "fullscreen" ] && fullscreen="1"
22    
23     [ "$EXPORT_USERIP" = "1" ] && export NXUSERIP="$userip"