www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:subject:to:references:from:message-id:date | |
:mime-version:in-reply-to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=Ex3rhKFePWNmgNkE | |
FAHEJzZd8qKianCe2E+JvI2C9ue5+7sgYYCIzfb6HJ2Lgnpi7Oq/FKm99vYp8eB2 | |
W9QExubP2dQ+yT9m0Nl32q5ag3aS+9KmtqI2jCX31IyENGi89+wSgPCirCuEHZKb | |
p7VuHhp6q3buFNqqZLZv3F7LEcE= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:subject:to:references:from:message-id:date | |
:mime-version:in-reply-to:content-type | |
:content-transfer-encoding; s=default; bh=yxBrnrjbgO7M00yRfaUn/F | |
/To+E=; b=sCWexNe1KoSQFIENogqSJZcNob5gMUzmZS3/a+CZ4/9V88f9yQHTHf | |
Q2CNNfq64X6D+0PPKAbQBXEMWU9Lo/awUev+/rp6CBc8xWhZ360BPEveeNjnHGuv | |
nUMA25f1MOn+2Zj6BzAIfNLO6/8f1bqiBqyQWUz/XYAt6YbXNGvgI= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.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 |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-wi0-f176.google.com |
X-Received: | by 10.194.7.97 with SMTP id i1mr37769669wja.107.1436087367974; Sun, 05 Jul 2015 02:09:27 -0700 (PDT) |
Subject: | setup improvement . was : autoreconf: problem while executing |
To: | cygwin AT cygwin DOT com |
References: | <55978DE2 DOT 4000707 AT vol DOT at> <5597921F DOT 9070903 AT gmail DOT com> <5597FC17 DOT 60601 AT vol DOT at> <559807A6 DOT 9000805 AT gmail DOT com> <55980C78 DOT 3030104 AT cornell DOT edu> <55984AE8 DOT 6080803 AT vol DOT at> |
From: | Marco Atzeri <marco DOT atzeri AT gmail DOT com> |
Message-ID: | <5598F42E.1040806@gmail.com> |
Date: | Sun, 5 Jul 2015 11:09:02 +0200 |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
MIME-Version: | 1.0 |
In-Reply-To: | <55984AE8.6080803@vol.at> |
X-IsSubscribed: | yes |
On 7/4/2015 11:06 PM, Simon Eigeldinger wrote: > Hi Ken and Marco, > > > Am 04.07.2015 um 18:40 schrieb Ken Brown: > >>> I suggest you to remove most of not necessary programs. > > As a blind person using a screen reader its a little bit difficult to > use the package list in the setup. > can i remove packages using the command line and use wildcards? > i looked at the setup faq but haven't found anything if i could for > example tell the setup to remove all packages that have > texlive-collection in their name. you are right. Setup for the time being allow only to remove specific package -x --remove-packages Specify packages to uninstall It will be nice to have at least the possibility to read the list from a file. For your case, creating a .bat file is not ideal, but should work : cygcheck -cd | grep "texlive-collection-lang*" | awk 'BEGIN { printf ("setup-x86.exe -q ")} {printf "-x " $1 " " }END { printf "\r\n pause "}' > remove.bat and than you run the remove.bat > maybe it would also be a good idea to use a normal list box with > checkboxes to uncheck or check the packages in the future to make it > more accessible. > > > or use a normal listbox and make the list items toggleable like > selecting the all item or admin or devel category in the list box and > hit space to cycle the list item through all the possibilities (default, > install, reinstall, uninstall, etc). > > because at the moment you can't focus the list with a keyboard and > other screen reader function. As Achim is working on setup, may be he can also look on that. > > greetings, > simon > Different topic: are you currently using brltty ? We lost the package maintainer and it was never ported to 64bit, so it was for these reasons, recently removed from cygwin. I can work to repackage it, but I need a tester that has a "refreshable braille display". Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |