RE: Starting with startxwin.bat

2004-04-15 Thread Sterling Baker
... problem with the way that XWin and 'run' interact.
In other words, you can't use 'run' with XWin in certain 
modes... Instead use 'start /B' if you are on an NT-based 
platform...

Using this;

start /B XWin
run openbox
run xsetroot -solid aquamarine4

allows it to start with the 'startxwin.bat' ok, albeit, it does open a
separate terminal window.  I can easily work with this.

Thanks
Sterling


Re: Starting with startxwin.bat

2004-04-14 Thread Harold L Hunt II
You probably just need to grab the xterm package.

Harold

Sterling Baker wrote:

Anyone know why when I start cygwin with /usr/X11R6/bin/startxwin.bat all I
get is an 'X' in the tray but no actual window.  This worked correctly until
I applied the latest updates which change to the Xorg-X instead of the
XFree86.  I can still start cygwin in terminal mode and then use
/usr/X11R6/bin/startxwin.sh and it works correctly (although having to have
the extra window is a little annoying), both .sh and .bat are set to the
same options.  The only options from default I use are;
run XWin
run openbox
run xsetroot -solid aquamarine4
I don't know what setting may need to be different or added to get this to
work the way I've always used it before.
Thanks

Sterling Baker




Re: Starting with startxwin.bat

2004-04-14 Thread Alexander Gottwald
On Wed, 14 Apr 2004, Sterling Baker wrote:

 Anyone know why when I start cygwin with /usr/X11R6/bin/startxwin.bat all I
 get is an 'X' in the tray but no actual window.  

startxwin now starts XWin in multiwindow mode. If you want the old behaviour
edit /usr/X11R6/bin/startxwin.bat/usr/X11R6/bin/startxwin.bat and remove
the -multiwindow option

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


RE: Starting with startxwin.bat

2004-04-14 Thread Sterling Baker
You probably just need to grab the xterm package.

Harold

Already had it.

startxwin now starts XWin in multiwindow mode. If you want
the old behaviour edit /usr/X11R6/bin/startxwin.bat snip
and remove the -multiwindow option

bye
   ago

That was already done.

Sterling


Re: Starting with startxwin.bat

2004-04-14 Thread Harold L Hunt II
Sterling Baker wrote:

You probably just need to grab the xterm package.

Harold


Already had it.


startxwin now starts XWin in multiwindow mode. If you want
the old behaviour edit /usr/X11R6/bin/startxwin.bat snip
and remove the -multiwindow option
bye
ago
Oh, sorry, that is because a problem with the way that XWin and 'run' 
interact.  In other words, you can't use 'run' with XWin in certain 
modes, one of which is the mode that you are using.  Instead use 'start 
/B' if you are on an NT-based platform, else, you're stuck with a shell 
script for the time being.  Sorry.

Harold