[Thinstation-general] Multiple Sessions Howto ?
Brought to you by:
doncuppjr
|
From: Dave B. <bo...@cn...> - 2016-11-30 16:59:43
|
I'm trying to figure out how to have multiple session types from which a user can choose, either via a menu or via ctrl-alt-Fx . It seems that there used to be a replimenu, but posts indicate that's broken. >From everything else I'm reading, I should be able to simply do: SESSION_0_configs SESSION_1_configs SESSION_2_configs and then have 3 sessions, the first on ctrl-alt-F3 and up. But that's not the case. The "first" session is always on F5 (even if I only have session 0 configured). And I only get one session, which seems to be the last (SESSION_2) ... nothing on any of the other terminals. It looks like it may have started each app on the same X display and on top of each other instead of on separate terminals. In thinstation.conf.buildtime, I have: SESSION_0_TYPE=thinlinc SESSION_0_THINLINC_SERVER=**** SESSION_0_THINLINC_OPTIONS="-u user -c -l server" SESSION_0_THINLINC_CONFIG_SOUND_ENABLED=1 SESSION_0_THINLINC_CONFIG_NFS_SERVER_ENABLED=1 SESSION_0_THINLINC_CONFIG_NFS_ROOT_WARNING=0 SESSION_0_THINLINC_CONFIG_NFS_EXPORTS=/mnt/usbdevice,rw RECONNECT_PROMPT=AUTO10 SESSION_0_AUTOSTART=on and then in thinstation.conf.network: SESSION_1_AUTOSTART=on SESSION_2_AUTOSTART=on SESSION_0_TITLE="CNF Thin" SESSION_1_TITLE="Desktop Everywhere" SESSION_2_TITLE="Desktop Everywhere - Secure" SESSION_1_TYPE=vmview SESSION_1_VMVIEW_SERVERURL=**** SESSION_1_VMVIEW_DOMAINNAME=CORNELL SESSION_1_VMVIEW_FULLSCREEN=true SESSION_2_TYPE=vmview SESSION_2_VMVIEW_SERVERURL=**** SESSION_2_VMVIEW_DOMAINNAME=CORNELL SESSION_2_VMVIEW_FULLSCREEN=true -- ******************************** David William Botsch Programmer/Analyst @CNFComputing bo...@cn... ******************************** |