Hi Grant,

stty -a ..

speed 9600 baud; 
rows = 24 columns = 80; ypixels = 324 xpixels = 492
intr = ^?; quit = ^|; erase = #; kill = @;
eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
start = <undef>; stop = <undef>; susp = <undef>; dsusp = <undef>;
rprnt = <undef>; flush = <undef>; werase = <undef>; lnext = <undef>;
-parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk -parext 
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc 
ixon -ixany ixoff -imaxbel 
isig icanon -xcase echo echoe echok -echonl -noflsh 
-tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten 
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel 


I tried editing my .rc file (.cshrc in my case) but I couldn't work out the correct 
syntax. I kept getting a 'missing ]' message when I tried to source my .cshrc (I am 
not very familar with Unix, sorry),

Can you help me find the correct syntax?

thanks,

Kevin


-----Original Message-----
From: Grant McDorman [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 13, 2002 7:30 AM
To: Kevin Minney; 'vnc maillist'
Subject: Re: 3.3.5: Solaris7&8, cut/paste buffers not working


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> > -----Original Message-----
> > From: Kevin Minney [mailto:[EMAIL PROTECTED]]
> > Sent: vrijdag 13 december 2002 00:30
> > To: Grant McDorman; [EMAIL PROTECTED]
> > Subject: RE: 3.3.5: Solaris7&8, cut/paste buffers not working
> >
> >
> > Grant,
> >
> > I tried the xstartup I mentioned in my last message but
> > although the cut/paste buffers appeared to be working (using
> > autocutsel06) I had problems with my CDE.
>
> > CDE runs but I can no longer access some of the window setup
> > via the buttons on the 'toolbar' at the bottom of the screen
> > (such as the Application manager/desktop controls which I
> > typically use to set the wallpaper to none, to speed up the
> > connection). This isn't a real problem however as I am able
> > to set the desktop controls using the mouse ..

Odd. I have just tried it with both a native Solaris viewer and a viewer on a 
Windows 2000 system. The tool bar responds even if all of Num Lock, Caps Lock 
and Scroll Lock are on.

I'm not sure what's happening with this.

> > The only real problem I have with this setup is that my
> > Backspace and Delete keys are no longer recognized (really
> > annoying). Hitting the BS key just returns '^H', hitting the
> > delete key aborts what you had typed and issues a LF/new line.

Check your 'stty' settings (stty -a). You will probably find that the Delete 
key is 'interrupt', and backspace isn't bound to anything. (If I recall 
correctly, some terminal windows got confused about stty settings when no 
original terminal could be found.)

In your shell .rc file (.bashrc, if you're using bash), you'll need to add 
something like:
  if [ -t 0 ];then
    stty intr ^c erase ^h kill ^u
 end if

> > I am hoping this is something really simple, maybe with this
> > new setup (dtsession &) I now need to configure in my
> > .dtprofile, my .login or my .profile,

- -- 

Grant McDorman <[EMAIL PROTECTED]>, Sr. Software Design Consultant
Cedara Software Corp.  <URL:http://www.cedara.com>
  (formerly I.S.G. Technologies Inc.)
Mississauga, Ontario, Canada

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (SunOS)

iD8DBQE9+fztLVa+EmyjizARAsNTAKCYfvpk1olClO+N3nreau+n/iJzsACeP1sh
SiJHI+sgBehzko57O7pCWfQ=
=WJv+
-----END PGP SIGNATURE-----
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to