Forum Replies Created
-
AuthorPosts
-
mehargagsParticipant
Yeah it is possible I tinkered way too much than needed lol
Server.cfg
ConfigFileVersion 4.0
EnableUPnP NX
EnablePasswordDB 0
ConnectPolicy autocreate=1,autoconnect=1,automigrate=0,desktop=0,dialog=0
ClientConnectionMethods NX,SSH,HTTP
SSHAuthorizedKeys authorized_keys
VirtualDesktopMode 0
VirtualDesktopAuthorization 1
PhysicalDesktopMode 0
PhysicalDesktopAuthorization 1
AvailableSessionTypes unix-remote,unix-console,unix-default,unix-application,physical-desktop,shadow,unix-xsession-default,unix-xdm
WebReferrer “”
WebRedirect “”
Section “Server”
Name “Connection to localhost”
Host 127.0.0.1
Protocol NX
Port 4000
Authentication password
EndSectionI think I might have tinkered node.cfg too
ConfigFileVersion 4.0
DefaultDesktopCommand “/usr/bin/lxsession -e LXDE”
AvailableSessionTypes unix-remote,unix-console,unix-default,unix-application,physical-desktop,shadow,unix-xsession-default,unix-xdm
EnableSmartcardSharing 1
AudioInterface disabled
EnableCUPSSupport 1
CUPSBinPath /usr/bin
CUPSSbinPath /usr/sbin
CUPSBackendPath /usr/lib/cups/backend
EnableSMBFSSupport 0
CommandFuser /usr/bin/fuser
CommandLsof /usr/bin/lsof
CommandXdpyInfo /usr/bin/xdpyinfo
CommandXmodmap /usr/bin/xmodmap
CommandXkbComp /usr/bin/xkbcomp
DefaultXSession “/etc/X11/Xsession default”
ClientConnectionMethods NX,SSH
DisplayServerThreads auto
DisplayEncoderThreads auto
EnableDirectXSupport 0
DefaultConsole xterm
EnableDbusLaunch 1mehargagsParticipantNo, I’m connecting 2 different sessions with same user to the same virtual desktop.
‘User1’ is running a desktop ‘U1D1’
I want another ‘person’ to connect 2nd session with same ‘User1’ to the same virtual desktop U1D1 in full collaborative mode. Is it possible or does he have to be another user2, user3 ?No, there is no accept connection or any such prompt.
mehargagsParticipantThanks @Britgirl for the link.
I did have ‘automigrate=0’ in server.cfg before but that alone did not help. I pasted the exact line
ConnectPolicy autocreate=1,autoconnect=1,automigrate=0,desktop=0,dialog=0and now the second session connects well… however, only read-only mode. I can’t click or do any action on the second session connected to the virtual desktop.
I’d also like the full access on second or third user connected to same virtual desktop session using HTTP so please tell me what config changes would allow that
Thanks
-
AuthorPosts