Re: Failure of XWin -multiwindow -clipboard in W98

2006-05-17 Thread Dominique Brazziel
I finally got this to work. I start cygwin-X with startx and the key was also include the -emulate3buttons option because I have a Logitech Mouse with stupid Mouseware stuff bound to the wheel which won't honor the Paste binding. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Failure of XWin -multiwindow -clipboard in W98

2006-02-02 Thread Dominique Brazziel
I have the exact same problem on my Win98SE machine. If Xwin started with the -clipboard option results in the following messages: winClipboardProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - winInitClipboard returned. winClipboardProc - XOpenDisplay () returned and successfully opened t

Failure of XWin -multiwindow -clipboard in W98

2006-01-17 Thread Rodrigo Medina
the bug are the following >From a CMD-bash shell I type: $ export DISPLAY=127.0.0.1:0.0 $ XWin -multiwindow -clipboard & it writes the usual stuff that goes in XWin.log $ xterm & Appears the usual xterm window that functions OK until one selects a text. The selected text is in

RE: RE XWin multiwindow clipboard

2003-01-29 Thread Harold L Hunt II
ailto:[EMAIL PROTECTED]]On Behalf Of Raymond Kwong Sent: Wednesday, January 29, 2003 1:38 AM To: [EMAIL PROTECTED] Subject: RE XWin multiwindow clipboard Harold: I guess curosity got me going to try your suggestions on my laptop. The bottom line is: the X server still crashed. I used Test 76 this

RE: Re XWin multiwindow clipboard

2003-01-29 Thread Harold L Hunt II
:[EMAIL PROTECTED]]On Behalf Of Sylvain Petreolle Sent: Wednesday, January 29, 2003 7:19 AM To: [EMAIL PROTECTED] Subject: RE: Re XWin multiwindow clipboard Harold, If you use 'startx' to start your XWindow, the default display is set to :0.0. And I run startx -- -clipboard -multiwind

RE: Re XWin multiwindow clipboard

2003-01-29 Thread Sylvain Petreolle
Harold, If you use 'startx' to start your XWindow, the default display is set to :0.0. And I run startx -- -clipboard -multiwindow without problem. > Both the Clipboard Manager and the MultiWindow Window Manager try to > connect > to the local server via TCP/IP on 127.0.0.1:display.screen > > One

RE XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
" == "Windows_NT" goto OS_NT REM Windows 95/98/Me echo startxwin.bat - Starting on Windows 95/98/Me goto STARTUP :OS_NT REM Windows NT/2000/XP echo startxwin.bat - Starting on Windows NT/2000/XP :STARTUP REM REM Startup the programs REM REM Startup the X Server. start XWin -multi

RE Xwin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
Harold: While the script I sent contained -nolisten tcp, I had deleted it before and it did not make any difference: X still crashed. However, I have to say that I have had my DISPLAY variable set to :0.0 in place of 127.0.0.1:0.0 for quite some time. If that can cause a problem, I can test withou

RE: Re XWin multiwindow clipboard

2003-01-28 Thread Harold L Hunt II
27;s all for now, Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Raymond Kwong Sent: Tuesday, January 28, 2003 11:43 PM To: [EMAIL PROTECTED] Subject: Re XWin multiwindow clipboard Harold: I normally don't have xwinclip in my startup script. I just star

Re XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
M if "%OS%" == "Windows_NT" goto OS_NT REM Windows 95/98/Me echo startxwin.bat - Starting on Windows 95/98/Me goto STARTUP :OS_NT REM Windows NT/2000/XP echo startxwin.bat - Starting on Windows NT/2000/XP :STARTUP REM REM Startup the programs REM REM Startup th

RE: XWin multiwindow clipboard

2003-01-28 Thread Anders Wallgren
EMAIL PROTECTED] Subject: Re: XWin multiwindow clipboard Raymond, What we really need to see is the script file that you used to start XWin.exe, such as startxwin.bat, startxwin.sh, etc. You see, 99% of users seem to be missing the point that you have to remove xwinclip from your startup script if yo

Re: XWin multiwindow clipboard

2003-01-28 Thread Harold L Hunt II
Raymond, What we really need to see is the script file that you used to start XWin.exe, such as startxwin.bat, startxwin.sh, etc. You see, 99% of users seem to be missing the point that you have to remove xwinclip from your startup script if you intend to use the new -clipboard option. So, we

XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
I have tried the various X servers in the test series, and so far I have not had success with XWin -multiwindow -clipboard. Every one I have tried (73-75) all crashed without X starting up. I enclose the XWinrl.log file for Test-75