[FreeNX-kNX] problem: nomachine nxclient 1.5 as wallpaper

Nicholas Lee emptysands at gmail.com
Thu Oct 20 08:16:30 UTC 2005


One thing I noted with this problem, is that two NX windows are
created on resume.

With current version they have two didn't titles.  (GPL EDITION) and
CVS OS (GPL).

These are obviously based on NX_LICENSE and NX_VERSION.

Changing (GPL EDITION) three times in nxnode too "CVS $NXLICENSE"
makes both windows have the same title and doesn't fix the problem.

eg.

<               PATH="$PATH_BIN:$PATH" $PATH_BIN/nxagent $P $R -name
"NX - $user@$SERVER_NAME:$display - $session (GPL Edition)" -option
"$USER_FAKE_HOME/.nx/C-$sess_id/options" $K $G $B $FP :$display
$AGENT_EXTRA_OPTIONS_X 2>>$USER_FAKE_HOME/.nx/C-$sess_id/session &
---
>               PATH="$PATH_BIN:$PATH" $PATH_BIN/nxagent $P $R -name "NX - $user@$SERVER_NAME:$display - $session CVS $NX_LICENSE" -option "$USER_FAKE_HOME/.nx/C-$sess_id/options" $K $G $B $FP :$display $AGENT_EXTRA_OPTIONS_X 2>>$USER_FAKE_HOME/.nx/C-$sess_id/session &

Not sure exactly what this means.


Second thing is that this only happens on restore, not creates for me.
 Probably tracing the difference between

        --startsession)
                node_startsession
        ;;
        --resumesession)
                node_startsession "restore"

might lead too some futher clues.



More information about the FreeNX-kNX mailing list