1.5.18-1Upgrade/Install Issues

2005-12-13 Thread Korthrun
Hello, I was upgrading from a previous version of cygwin (I unfortuantly do not recall which, but it was at least a year old) when during the "Installing" part of running Setup.exe a neat little window popped up letting me know: warning: deleting "C:\cygwin/usr/share/locale/cs/LC_TIME" so I

Re: cygwin 1.5.18-1 + Perl + open-pipe + native executable

2005-12-13 Thread PPC Hacker
Brian wrote: Your test case works fine with the current CVS build of Cygwin, so whatever was causing this has probably already been fixed. Thanks, that's good to know. I should have tried it myself. Using the snaphot 12/13/2005 build of cygwin1.dll it indeed works. Rene wrote: If $prog is

Re: Call for testing Cygwin snapshot(was: Emacs and 'alarm clock')

2005-12-13 Thread Angelo Graziosi
Dr. Volker Zell wrote: > > I just checked this with 20051212 and emacs (not xemacs). > > emacs -q > > M-x flyspell-mode > M-x compile > M-x recompile > > For me everything is working fine here. > I have tried also with the snapshots 20051212 13:44:06, 2005121

Re: cygwin 1.5.18-1 + Perl + open-pipe + native executable

2005-12-13 Thread René Berber
PPC Hacker wrote: [snip] > If $prog is a native windows executable and a shell isn't required > (i.e., Perl does a direct fork/exec), the open hangs. [snip] The open doesn't hang, it's the windows executable that keeps waiting for input on the pipe... and the pipe is not connected. The reason and

[ANNOUNCEMENT] New Package: perl-Tk-804.027-3

2005-12-13 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** perl-Tk-804.027-3 This module provides a Unix/X11-based Tk implementation for perl. Please note that this is not dependent on, or have anything to do with, the tcltk package. Yaak

Re: cygwin 1.5.18-1 + Perl + open-pipe + native executable

2005-12-13 Thread Brian Dessent
PPC Hacker wrote: > If $prog is a native windows executable and a shell isn't required (i.e., > Perl does a direct fork/exec), the open hangs. > > Attached is a small test case (tar/gzip) showing the problem. "sh run" > shows the problem. Your test case works fine with the current CVS build of

cygwin 1.5.18-1 + Perl + open-pipe + native executable

2005-12-13 Thread PPC Hacker
Hi -- I've hit a problem with 1.5.18-1 and the Perl open pipe command: open(SRC, "| $prog") If $prog is a cygwin executable, everything works fine. If $prog implies a shell-exec (rather than an exec), e.g., by including quoting characters so that /bin/sh is called as a wrapper, everything wor

Re: System Tray

2005-12-13 Thread J. David Boyd
Brian Dessent <[EMAIL PROTECTED]> writes: > "J. David Boyd" wrote: > >> This is for tooltips, not the system tray... > > The poster was asking how to put an XP-style notification in the system > tray, which is described precisely in the section "Balloon ToolTips for > Status Bar Icons" about 3/4 d

Re: setup.exe - un-attended installation support

2005-12-13 Thread Igor Pechtchanski
On Tue, 13 Dec 2005, René Berber wrote: > Duane Ellis wrote: > [snip] > > The solution I have always found that always works is > > to supply either a CD image with all the files on it > > or host the data on a local internal mirror server. > [snip] > > This plus changing t

Re: setup.exe - un-attended installation support

2005-12-13 Thread René Berber
Duane Ellis wrote: [snip] > The solution I have always found that always works is > to supply either a CD image with all the files on it > or host the data on a local internal mirror server. [snip] This plus changing the file setup.ini by setting "category: Base" to all th

Re: Cygwin logo

2005-12-13 Thread Christopher McIntosh
It's *very* nice! I hope it gets adopted. Denis Washington wrote: I'm glad you like it :) My big question now is: who will i have to talk about the logo? I'd like to propose it as new Cygwin logo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

Re: setup.exe - un-attended installation support

2005-12-13 Thread Duane Ellis
Christopher Faylor <[EMAIL PROTECTED]> wrote on 12/13/2005 10:40:24 AM: > assuming that it was more than just frustrated venting about possible > cockpit problems, in a perfect world, people who report bugs would also > provide details about the bugs rather than just making assertions of > proble

Re: System Tray

2005-12-13 Thread Brian Dessent
"J. David Boyd" wrote: > This is for tooltips, not the system tray... The poster was asking how to put an XP-style notification in the system tray, which is described precisely in the section "Balloon ToolTips for Status Bar Icons" about 3/4 down the page. Brian -- Unsubscribe info: http:/

Re: setup.exe - un-attended installation support

2005-12-13 Thread Christopher Faylor
On Tue, Dec 13, 2005 at 09:14:43AM -0500, Duane Ellis wrote: >I support an internal development group and I need to have a number of >people install and use cygwin. > >I've had more then a few problems with "Human Factors Problems" >- Missed packages that should have been installed but whe

Re: System Tray

2005-12-13 Thread J. David Boyd
Brian Dessent <[EMAIL PROTECTED]> writes: > Lst Recv wrote: > >> Gary, could you post a few links to some of those libraries? > > Everything you need is documented in the PSDK on MSDN: > > > Brian This i

setup.exe - un-attended installation support

2005-12-13 Thread Duane Ellis
Hello, I support an internal development group and I need to have a number of people install and use cygwin. I've had more then a few problems with "Human Factors Problems" - Missed packages that should have been installed but where not... - Wrong versions installed - New

Re: System Tray

2005-12-13 Thread Reid Thompson
Lst Recv wrote: Gary, could you post a few links to some of those libraries? Yes, that's exactly what I'd like to do. Why? It's a great way for unobtrusive, yet noticeable, notifications. My immediate goal is to script a little unit test runner in the background, which constantly runs, and lo

Re: RES: Before Firewall

2005-12-13 Thread Brian Dessent
Chris Taylor wrote: > Each application needs to be made aware of the proxy. At present, I > believe I am correct in saying that *nix lacks a centralised method of > configuring the system for a proxy (squid in transparent mode with an You can actually try setting the environment variable "http_pr

Re: System Tray

2005-12-13 Thread Brian Dessent
Lst Recv wrote: > Gary, could you post a few links to some of those libraries? Everything you need is documented in the PSDK on MSDN: Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: RES: Before Firewall

2005-12-13 Thread Chris Taylor
Removed top-posting antics. Alexandre Pereira - Tracker Solutions wrote: Larry Hall wrote : You'd be better off stating the problem that you're having directly than hinting at it. I can say that if >>you've set up a proxy on Windows for the likes of IE, then you will likely want to use the IE

RES: Before Firewall

2005-12-13 Thread Alexandre Pereira - Tracker Solutions
I'm sorry Larry Hall I have some problem with English . My ploblem is I could install the Cygwin . When I was installing it I set "Use IE5 Setting" up. But after the installation for example I want use the links with the command in the Xterm : $links www.go

Re: Call for testing Cygwin snapshot(was: Emacs and 'alarm clock')

2005-12-13 Thread Dr. Volker Zell
> Angelo Graziosi writes: > With the snapshots 20051212 13:44:06 the problems described previously > remain. > They seem a little worst. I just checked this with 20051212 and emacs (not xemacs). emacs -q M-x flyspell-mode M-x compile M-x recompile For me everything is working