delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <ba40711f0603250937u7b707c05ke60f42f09459b685@mail.gmail.com> |
Date: | Sat, 25 Mar 2006 12:37:14 -0500 |
From: | "Lev Bishop" <lev DOT bishop AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: service interact with desktop broken between: 1.5.5 & 1.5.19 |
In-Reply-To: | <01ff01c64f42$079578f0$b3db87d4@multiplay.co.uk> |
MIME-Version: | 1.0 |
References: | <007e01c64de2$c95200a0$b3db87d4 AT multiplay DOT co DOT uk> <01ff01c64f42$079578f0$b3db87d4 AT multiplay DOT co DOT uk> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id k2PHbQG6013148 |
Can't tell you why this isn't working for you (I wasn't able to make it work either). But looking at the cygrunsrv sources I noticed something else that doesn't look quite right: In cygrunsrv.cc:print_service(): if (interact) strcat (tmp, "--nohide "); I assume what is intended is: if (interact && showc) strcat (tmp, "--nohide "); This isn't what's stopping you from doing what you want to do, though, since it's just the display routine. Lev -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |