ssh2 in xterm problem

2002-03-14 Thread Hans Werner Strube
I have the Windows version of ssh2 (SSHWinClient-3.1.0-build235 from ssh.com) installed. Besides the Windows GUI client, there is also a command line client ssh2. This works well from the Cygwin login shell. But when I call it from an xterm shell in XFree86-4.2.0, the password prompt appears not

Re: Shell survives killing xterm

2002-03-20 Thread Hans Werner Strube
From strube Mon Mar 18 11:27:45 2002 When an xterm (running bash) is killed, e.g. by twm menu or by exiting the xinitrc, the bash survives in the background with PPID 1 and has to be killed manually with kill -HUP. The only way to exit xterm neatly seems to be calling exit in its shell.

lesstif mwm bug

2002-05-06 Thread Hans Werner Strube
The mwm from lesstif eats up 99 % of CPU time, both in the binary package and in a self-compiled version. I found that the select() calls in events.c do not wait but immediately fail with errno = EBADF, although fd_width is 256 and x_fd is 3 or 4 (printed out in mwm.c). I have not yet found the

Re: lesstif mwm bug

2002-05-07 Thread Hans Werner Strube
From: Hans Werner Strube [EMAIL PROTECTED] The mwm from lesstif eats up 99 % of CPU time, both in the binary package and in a self-compiled version. I found that the select() calls in events.c do not wait but immediately fail with errno = EBADF, although fd_width is 256 and x_fd is 3 or 4

RE: lesstif mwm bug

2002-05-10 Thread Hans Werner Strube
From: Harold Hunt [EMAIL PROTECTED] I'd like you to do two things for me so that I can correct the lesstif package: 1) Please recompile lesstif and write down the exact set of configure flags that allow lesstif to function correctly. Try compiling without the --enable-static

RE: lesstif mwm bug

2002-05-11 Thread Hans Werner Strube
From: Harold L Hunt [EMAIL PROTECTED] This is sort of a 'growing pain'. We'll be following the Cygwin standard of using the /usr prefix. I had discussed this on the list with Chris Faylor and others and the conclusion was to use /usr as the prefix. We will only change this is some

xterm title not shown

2002-05-15 Thread Hans Werner Strube
The title of xterm defined with option -T or -title does not appear in the title bar, instead the current directory is shown there. I do not know whether this is a problem of xterm or the window manager, but it happens both with twm and mwm.

X11 backing store

2002-07-23 Thread Hans Werner Strube
If X11 graphics programs request backing store, for instance, with drawattr.backing_store = Always; XChangeWindowAttributes(display, drawable, CWBackingStore, drawattr); this seems to have no effect. The same program works correctly in Solaris (SPARC) and IRIX (MIPS). The memory of my

Troubles using XFree86-Xaw3d-1.5-1

2002-08-01 Thread Hans Werner Strube
Some months ago I built xfig with an easily self-compiled static libXaw3d.a. Now after installing XFree86-Xaw3d-1.5-1, I rebuilt xfig. This failed with a plenty of errors indicating multiple entry-point definitions (from Xaw3d and Xt) and auto-import errors (with respect to SME). The X libraries

lesstif confuses app-defaults

2002-08-01 Thread Hans Werner Strube
After upgrading XFree86 and installing lesstif (so far, I had used my own lesstif), I found that the directory tree was confused: instead of a symlink /usr/X11R6/lib/X11/app-defaults - /etc/X11/app-defaults, there was a directory /usr/X11R6/lib/X11/app-defaults containing a symlink app-defaults

nedit-5.3, Cygwin

2002-10-04 Thread Hans Werner Strube
For building nedit-5.3 (or 5.1.1) in Cygwin 1.3.12 with XFree86 4.2.0 and lesstif 0.93.18, change /usr/X11R6.4/ to /usr/X11R6/ in makefiles/Makefile.cygwin, lines 10 and 12 (or 5 and 7 in nedit-5.1.1). ([EMAIL PROTECTED]: I am not subscribed to this mailing list)