[FreeNX-kNX] Copy and Paste >256kByte not working

Boris Savelev boris.savelev at gmail.com
Mon Mar 29 14:06:55 UTC 2010


2010/3/29 Markus Bachlechner <markus.bachlechner at gmail.com>:
>> from http://www.nomachine.com/fr/view.php?id=FR12E01957 I can see that
>> limitation comes with 'copysize' option. By default
>> there is no limits.
>> Boris
>
> Hi Boris, you are right, but the article you are referring to is the feature
> request. As I understand the problem, the commercial version from NoMachine
> allows to configure this parameter, freeNX does not.
>
> I assume this 256k limit is 'somewhere' in freeNX, because I tried that with
> different NX environments on different platforms too. Can someone confirm
> this limitation or are you able to cut and paste text >256k at once?
>
> Is there an idea where to search for in order to deal with this limitation?
> I need to get rid of this limitation which seems to be present even if the
> dokumentation says, it is not.
>
> Markus
>


override default value if option exist in config file ( ~/.nx/<sessid>/option )
http://git.altlinux.org/people/boris/packages/?p=nx.git;a=blob;f=nx-X11/programs/Xserver/hw/nxagent/Args.c;h=c2e58bd58b52af3a83f4cb052710b566bccdf8bc;hb=HEAD#l1218

the defaults is
http://git.altlinux.org/people/boris/packages/?p=nx.git;a=blob;f=nx-X11/programs/Xserver/hw/nxagent/Options.c;h=1f04b0daf1f122eb694068a1dad180a361d5eacd;hb=HEAD#l151

http://git.altlinux.org/people/boris/packages/?p=nx.git;a=blob;f=nx-X11/programs/Xserver/hw/nxagent/Options.h;h=1bc7eaa4cd89722f521c7dfb571abd5a97cd65be;hb=HEAD#l30

that means that in freenx, and in nx server from !M default value is 'unlimited'

freenx doesn't allow configure this value and use compiled-in
defaults. So there are no limitation with freenx by default. May be
someone add this feature to freenx, so you can look at
~/.nx/<sessid>/option and search 'copysize' string
Or your build of nxagent have another compiled-in default

-- 
Boris



More information about the FreeNX-kNX mailing list