Re: cx-logos

2002-04-05 Thread Nikolaus Bates-Haus

You're right. I missed the message when it came through;
http://sources.redhat.com/ml/cygwin-xfree/2002-02/msg00234.html

Logo by Tucker McLean; I like it.

-nik

On Fri, Apr 05, 2002 at 12:04:25PM -0500, Christopher Faylor wrote:
> On Fri, Apr 05, 2002 at 12:02:04PM -0500, Nikolaus Bates-Haus wrote:
> >Thanks for taking the time to put these together; I even have a suggestion!
> >
> >I agree that a plain "CX" doesn't really convey Cygwin/XFree86; but the
> >Cygwin logo ( http://sources.redhat.com/cygwin/cygwin-icon.gif )
> >combined with the X logo ( generally available in
> >/usr/X11R6/include/X11/bitmaps/xlogo64 ) _would_ be clear.
> 
> Didn't someone post a really cool 3-d version of the cygwin icon + X a
> couple of weeks ago?
> 
> cgf



Re: cx-logos

2002-04-05 Thread Nikolaus Bates-Haus

Thanks for taking the time to put these together; I even have a suggestion!

I agree that a plain "CX" doesn't really convey Cygwin/XFree86; but the
Cygwin logo ( http://sources.redhat.com/cygwin/cygwin-icon.gif ) combined
with the X logo ( generally available in /usr/X11R6/include/X11/bitmaps/xlogo64 ) 
_would_ be clear.

-nik


On Fri, Apr 05, 2002 at 11:34:32AM +, David Starks-Browning wrote:
> On Thursday 4 Apr 02, Saurabh Nupur writes:
> > hello all,
> > 
> > i made some logos.
> > 
> > http://www.geocities.com/nupursarpal/logo_2.jpg
> > http://www.geocities.com/nupursarpal/logo_3.jpg
> > http://www.geocities.com/nupursarpal/logo_4.jpg
> > http://www.geocities.com/nupursarpal/logo_1.jpg
> > 
> > suggestions and comments are welcome
> 
> Personally, I don't find that "CX" conveys "Cygwin/XFree86" very
> well.  But I don't have other suggestions, sorry.
> 
> David
> 



Re: "X connection to 127.0. ...explicit kill..."

2002-03-28 Thread Nikolaus Bates-Haus

I finally got a chance to check out the config on my home machine.
I don't have /etc/hosts, either; what I did do was modify startxwin.bat
(and startxwin.sh) to set DISPLAY to :0.0 - try that.

-nik

On Tue, Mar 26, 2002 at 07:18:29PM -0500, Ed Conrad wrote:
> 
> Nikolaus Bates-Haus wrote:
> 
> > I ran into something like this setting up my home machine, to which I
> > don't have access right now.
> > It ended up being an issue with host / DISPLAY configuration; check out
> > your /etc/hosts and make sure the entries make sense. I remember I had
> > to do something with localhost and/or my chosen hostname, and 127.0.0.1,
> > to get it to work.
> 
> I dont have that directory.
> The only host files I found are in a perl scripts folders about 5 levels under the
> root.  I did not see any display stuff like you talk about in any of them.  Is
> there no one who knows why I cant get my window up?
> 
> >
> > I think that what's happening is that XWin.exe starts, but all clients
> > fail to connect, so it just shuts down immediately.
> > I ended up setting my DISPLAY to something other than the default, as well
> > (try setting your DISPLAY to be just ":0" rather than "127.0.0.1:0")
> >
> 
> I tried that in bash, nota.
> 
> > -nik
> >
> > On Tue, Mar 26, 2002 at 08:01:58AM -0500, Ed Conrad wrote:
> > > Why don't you please re-read the original message.   I explained what happens
> > > when I run the bat files.
> > >
> > > The path in the bat files are correct or it would not open the xwindow in the
> > > first place!  You cant even open startx with the wrong path. I get the startx
> > > window, the window after that and then the xwin pops up for a second or so
> > > before it crashes.
> > >
> > > Something is going wrong when the xwindow is first opend.  The fact that I
> > > can't run XWin.exe is just a clue I included because the user guide says I
> > > should be able to run it.
> > > Andrew Markebo wrote:
> > >
> > > > / Ed Conrad <[EMAIL PROTECTED]> wrote:
> > > > | cygwin is installd.  This is a bug or somekind or config problem i have.
> > > >
> > > > *bonk* you are trying to run Xwin.exe, what happens if you run
> > > >  startxwin.bat or startxwin.sh??
> > > >
> > > > Basically the problem is that the environment variable PATH doesn't
> > > > contain c:\cygwin\bin, or where you installed cygwin. If I recall
> > > > right the startxwin-scripts sets this, but if you want to run without
> > > > them, you have to set the path yourself.
> > > >
> > > > [...]
> > > >
> > > > | > | If I try to run XWin.exe, it says that it cant find
> > > > | > | cygwin1.dll.
> > > >
> > > > /Andy
> > > > --
> > > >  The eye of the beholder rests on the beauty!
> > >
> 



Re: "X connection to 127.0. ...explicit kill..."

2002-03-26 Thread Nikolaus Bates-Haus

I ran into something like this setting up my home machine, to which I
don't have access right now.
It ended up being an issue with host / DISPLAY configuration; check out
your /etc/hosts and make sure the entries make sense. I remember I had
to do something with localhost and/or my chosen hostname, and 127.0.0.1,
to get it to work.
I think that what's happening is that XWin.exe starts, but all clients
fail to connect, so it just shuts down immediately.
I ended up setting my DISPLAY to something other than the default, as well
(try setting your DISPLAY to be just ":0" rather than "127.0.0.1:0")

-nik

On Tue, Mar 26, 2002 at 08:01:58AM -0500, Ed Conrad wrote:
> Why don't you please re-read the original message.   I explained what happens
> when I run the bat files.
> 
> The path in the bat files are correct or it would not open the xwindow in the
> first place!  You cant even open startx with the wrong path. I get the startx
> window, the window after that and then the xwin pops up for a second or so
> before it crashes.
> 
> Something is going wrong when the xwindow is first opend.  The fact that I
> can't run XWin.exe is just a clue I included because the user guide says I
> should be able to run it.
> Andrew Markebo wrote:
> 
> > / Ed Conrad <[EMAIL PROTECTED]> wrote:
> > | cygwin is installd.  This is a bug or somekind or config problem i have.
> >
> > *bonk* you are trying to run Xwin.exe, what happens if you run
> >  startxwin.bat or startxwin.sh??
> >
> > Basically the problem is that the environment variable PATH doesn't
> > contain c:\cygwin\bin, or where you installed cygwin. If I recall
> > right the startxwin-scripts sets this, but if you want to run without
> > them, you have to set the path yourself.
> >
> > [...]
> >
> > | > | If I try to run XWin.exe, it says that it cant find
> > | > | cygwin1.dll.
> >
> > /Andy
> > --
> >  The eye of the beholder rests on the beauty!
> 



Re: In XFree, WIN-E to start Windows Exporer causes taskbar hang

2002-02-20 Thread Nikolaus Bates-Haus

eh, sorry - forgot to mention that bit.
I'm on Win98SE: 4.10. A

-nik

On Wed, Feb 20, 2002 at 05:09:34PM -0500, Harold Hunt wrote:
> I cannot duplicate that behavior on Windows 2000.
> 
> Works for me.
> 
> Harold
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Nikolaus Bates-Haus
> > Sent: Wednesday, February 20, 2002 1:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: In XFree, WIN-E to start Windows Exporer causes taskbar hang
> > 
> > 
> > I didn't see anything about this in the mailing list archives:
> > Cygwin/XFree 4.2.0 (and prior versions)
> > Cygwin DLL 1.3.9 (and prior versions)
> > When I try to open a Windows Explorer using the Win-E keyboard shortcut
> > (Windows key, E), the explorer window doesn't open and the 
> > taskbar freezes.
> > I can still Alt-TAB between applications, and start things from 
> > the desktop,
> > but can't do a thing with the taskbar.
> > After a long time (1/2 hour to an hour; not sure if it's the 
> > length of time
> > or me doing something) Explorer will start, and the taskbar will 
> > come back.
> > 
> > This ONLY happens when Cygwin has keyboard focus.
> > It only happens when using the keyboard shortcut; starting from the start
> > menu, desktop or existing window doesn't do it.
> > Once it happens, I can still start Windows Explorer from the desktop.
> > Don't know about other keyboard shortcuts.
> > 
> > -nik



In XFree, WIN-E to start Windows Exporer causes taskbar hang

2002-02-20 Thread Nikolaus Bates-Haus

I didn't see anything about this in the mailing list archives:
Cygwin/XFree 4.2.0 (and prior versions)
Cygwin DLL 1.3.9 (and prior versions)
When I try to open a Windows Explorer using the Win-E keyboard shortcut
(Windows key, E), the explorer window doesn't open and the taskbar freezes.
I can still Alt-TAB between applications, and start things from the desktop,
but can't do a thing with the taskbar.
After a long time (1/2 hour to an hour; not sure if it's the length of time
or me doing something) Explorer will start, and the taskbar will come back.

This ONLY happens when Cygwin has keyboard focus.
It only happens when using the keyboard shortcut; starting from the start
menu, desktop or existing window doesn't do it.
Once it happens, I can still start Windows Explorer from the desktop.
Don't know about other keyboard shortcuts.

-nik