Magellan Linux

Contents of /trunk/nxserver-freenx/patches/nxserver-freenx-0.6.1-fullscreen.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 204 - (show annotations) (download)
Mon May 21 12:21:47 2007 UTC (17 years ago) by niro
File size: 783 byte(s)
-re-diffed against 0.6.1-svn333

1 --- freenx-0.6.0/nxnode 2007-05-21 14:11:57.000000000 +0200
2 +++ freenx-0.6.0/nxnode.fullscreen 2007-05-21 14:14:19.000000000 +0200
3 @@ -972,6 +972,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 @@ -1011,7 +1015,8 @@
15 status=$(getparam status)
16 host=$(getparam host)
17
18 - fullscreen=$(getparam 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"