Re: problem starting xterm (resolved)

2004-08-03 Thread Yadin Y. Goldschmidt
I found out that the problem was that I installed the Nortel remote sslvpn application manager that makes some changes to the system. Once I undid those changes all X programs started to work fine again. It is interesting what kind of changes to the system can interfere with cygwin programs in

problem starting xterm

2004-08-02 Thread Yadin Y. Goldschmidt
I use the startxwin.bat to start x on an xp machine at work. At home it works fine. At work the X icon appears in the tray but the xterm does not open. If I type xterm in a cygwin window it starts. but if I type the full command as in xstartxwin.bat i.e. xterm -sl 1000 -sb -rightbar -ms red -fg

Re: problem starting xterm

2004-08-02 Thread Yadin Y. Goldschmidt
code 0x1 238 [main] rxvt 316 sync_with_child: *** child state child loading dlls rxvt: can't fork rxvt: aborting Yadin Y. Goldschmidt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I use the startxwin.bat to start x on an xp machine at work. At home it works fine. At work the X icon

RE: problem starting xterm

2004-08-02 Thread Yadin Y. Goldschmidt
I would like to add that if I try to start rxvt instead I get: $ C:\cygwin\bin\rxvt.exe (964): *** unable to remap C:\cygwin\usr\ X11R6\bin\cygX11-6.dll to same address as parent(0x96) != 0xB6 5 [main] rxvt 316 sync_with_child: child 964(0x120) died before initializa tion with status

Re: problem starting xterm

2004-08-02 Thread Yadin Y. Goldschmidt
Rebaseall helped with the rxvt problem but not with the xterm problem. Yadin Y. Goldschmidt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I use the startxwin.bat to start x on an xp machine at work. At home it works fine. At work the X icon appears in the tray but the xterm does

running netscape fails to open

2004-04-19 Thread Yadin Y. Goldschmidt
I connect to a unix host using ssh -X hostname. When I issue the command xemacs or emacs it opens a window on my desktop. but when I issue the command netscape I get the following error: (76) unixs1 % netscape [1] 15126 (77) unixs1 % Warning: Cannot convert string KeyEscape,_Key_Cancel to type

Re: compiling gv

2003-02-28 Thread Yadin Y. Goldschmidt
I also tried to compile this code with --enabe-runtime-pseudo reloc. It compiles, but when invoking the exe I get instead Warning: translation table syntax error: Unknown event type : EnterWindow Warning: ... found while parsing 'EnterWindow:highlight() ' Warning: String to

Re: Some undesirable behaviour in Test77

2003-01-31 Thread Yadin Y Goldschmidt
Raymond, Are you sure you are not running twm or any other window manager? you have to REM twm in the batch file. Raymond Kwong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Harold: The latest X server, Test 77, does not crash with -multiwindow -clipboard for

Re: using WindowMaker instead of twm

2003-01-30 Thread Yadin Y Goldschmidt
Be sure that your $HOME variable is not set to the default windows location, but set it to e.g. c:\cygwin\home\yourname. wmaker has a problem with c:\Documents and Settings\ Quan Ding [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I just downloaded and

Re: [ANNOUNCEMENT] Server Test 71

2003-01-15 Thread Yadin Y. Goldschmidt
Hi, This version works great! All the menus are now updated correctly (Win XP). Thanks Kensuke and Harold! To JS: Are you running any virus protection program? try disabling it. Yadin. Harold L Hunt II [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Links: I just

Re: New multiwindow mode is great

2003-01-15 Thread Yadin Y Goldschmidt
I don't have any root window up, it is minimized. You are right that it is not needed at all actually. Invoke XWin with a startxwin.bat batch file with start XWin -multiwindow run rxvt -sl 1000 -e bash -l this will insure your bash prompt wil appear if it is in .bashrc. You can also add stuff like

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread Yadin Y Goldschmidt
ust some wild guess, you are running the correct rxvt? Not the cygwin native rxvt? /Andy / Yadin Y Goldschmidt [EMAIL PROTECTED] wrote: | Hi Harold, | I would like to report success with windows xp. Multiwindow mode works! | However there is still one problem: | from startxwin.bat

RE: Server Test 70

2003-01-13 Thread Yadin Y Goldschmidt
Hi, I now realized that I can avoid the problem I reported before if I invoke rxvt (or xterm) from startxwin.bat without the run command. Usually i had a line run rxvt ... in order to avoid an open command window. If I delete the run then I have to minimize the command window by hand but all

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread Yadin Y. Goldschmidt
Following Kensuke's advice I deleted twm from startxwin.bat and now everything is fine even if I add the command run before rxvt (or xterm). Thanks Kensuke. Kensuke Matsuzaki [EMAIL PROTECTED] wrote in message news:15756.4580710188$[EMAIL PROTECTED]... In multiwindow mode, don't start window

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread Yadin Y. Goldschmidt
Yes, same file size. (although my time is 14:34 not 19:34). Maybe your problem is that you are running win 98se whereas all users that reported success use xp/win2k. J S [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... By the way, is this the same file size as your

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread Yadin Y. Goldschmidt
Yes, I see exactly the same behavior. The fact that after opening another window the problem is corrected means that it probably should not be difficult to correct. Milos Komarcevic [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I get the same problem with

Re: [ANNOUNCEMENT] Server Test 70

2003-01-12 Thread Yadin Y Goldschmidt
Hi Harold, I would like to report success with windows xp. Multiwindow mode works! However there is still one problem: from startxwin.bat I invoke rxvt and this starts fine. If from this rxvt I start xterm or another rxvt then first time it starts it kind of vibrate non stop and I have to kill it

Re: Rootless Mode

2003-01-09 Thread Yadin Y Goldschmidt
I have Window Maker working fine with the recent built. (including rootless) I don't know what stephen is refering to. Yadin. Harold L Hunt II [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Stephen, Kensuke Matsuzaki is working on the Windows-based window

Re: Rootless Mode

2003-01-09 Thread Yadin Y Goldschmidt
BTW, you have to add to the top of startxwin.bat the line set HOME=XXX where XXX is your home directory, otherwise wmaker is trying to use the variable HOME from windows environment c:\Documents and settings\... which does not work. Yadin Y Goldschmidt [EMAIL PROTECTED] wrote in message avl7kv$tup

state of multiwindow mode

2003-01-03 Thread Yadin Y. Goldschmidt
Harold, On 12/24 Kensuke advertised for a patch for the multiwindow mode problem. Why is the code not distributed with setup? If it works now when is it going to be available to a larger audience?