HELP, xinit failure

2003-08-10 Thread Rodrigo Medina
Hello, After updating XFree86, xinit no longer works. A WINDOWS alert window appears telling that LIBICE.DLL cannot be found. Can somebody tell me if that library is a windows library or if it is a cygwin/xfree library? In the last case, in what package is it included? Thanks in advance. Rodrigo

Re: rfe: seamless windows integration

2003-08-10 Thread Harold L Hunt II
Jack Tanner wrote: Harold L Hunt II wrote: Interesting idea. Probably the easiest thing to do here would be to either create a list of 'term' programs or 'non-term' programs along with a list of excluded programs. Of course, we would want to figure out which list, 'term' or 'non-term', was

Re: First pass at script to build start menu icons

2003-08-10 Thread Harold L Hunt II
Brian, Couple of things: 1) It seems that we are going to need to somehow get cygwin1.dll in the path of the shortcuts. One way to do this would be to set the working dir for each shortcut to '/bin'. I don't trust 99% of users to understand how to set a path variable so that it remains set

Re: XWinrc configurable server (menus/icons)

2003-08-10 Thread Igor Pechtchanski
On Wed, 6 Aug 2003, Alexander Gottwald wrote: On Wed, 6 Aug 2003, Earle F. Philhower III wrote: The started app sees all ENV variables that XWin.exe saw at startup, so if you set your DISPLAY before starting XWin you don't need the -display x.x.x.x:y.y options. Don't rely on that. At

isatty(stdio) on cygwin/xterm/rxvt

2003-08-10 Thread Sam Steingold
when running under bash or cmd in a console, cygwin returns isatty(0) == true isatty(1) == true when running under bash in an xterm (or rxvt) under cygwin X, I get isatty(0) == false isatty(1) == false how do I check that I am running in a cygwin xterm or rxvt (as

Re: First pass at script to build start menu icons

2003-08-10 Thread Brian E. Gallew
Harold L Hunt II wrote: The list of programs to create icons for is embedded in the script itself. The script will still work, since I just copy the whole thing to /etc/postinstall/XWin-bin-icons.sh. However, I was thinking about how we should probably install this script in /usr/X11R6/bin

Re: XWinrc configurable server (menus/icons)

2003-08-10 Thread Harold L Hunt II
Earle, Earle F. Philhower III wrote: Howdy Harold, At 12:58 PM 8/10/2003 -0400, you wrote: I have committed your patch to my local tree. However, I wonder why all of the files are prefixed with winmultiwindow. Is the code purely intended only for multiwindow modes? If so, that is fine.