This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [Fwd: Re: Multiple Session Question]


No that does not work - session1 starts, 
then session2 - overwrites/destroys session1.
Then it gets really weird....

Both are using the same "display" number (0.0)

Besides, this is problematic in another way.
I need to be able login/logout 
of the two accounts independently.
 
-Duane.


-----Original Message-----
From: Reid Thompson [mailto:Reid.Thompson@ateb.com] 
Sent: Thursday, June 07, 2007 11:10 AM
To: Duane Ellis
Subject: [Fwd: Re: Multiple Session Question]

failed to copy you on the reply to the list....


try

#!/bin/bash

TARGET=linxbox
TARGETONE=linxbox1

WHO=duane
WHO1=testaccount

export DISPLAY=127.0.0.1:0.0
#export DISPLAY=127.0.0.1:1.0
export PATH=/usr/X11R6/bin:"$PATH"
export XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
export XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
export XNLSPATH=/usr/X11R6/lib/X11/locale


XWin -clipboard -silent-dup-error &

echo "STARTING KDE REMOTEL"
ssh -l $WHO $TARGET "startkde" &
ssh -l $WHO1 $TARGETONE "startkde" &
echo "DONE RUNNING KDE REMOTELY"

exit

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]