Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-21 Thread Andrey Repin via Cygwin
Greetings, Thomas Wolff! > Am 21.07.2024 um 01:54 schrieb Takashi Yano via Cygwin: >> On Sat, 20 Jul 2024 15:44:17 +0200 >> Mark Liam Brown wrote: >>> I am trying to parse the output of "net use" in a bash script, but hit >>> a roadblock: >>> The output of "net use" changes with the language of th

Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-21 Thread Andrey Repin via Cygwin
Greetings, Mark Liam Brown! > I am trying to parse the output of "net use" in a bash script, but hit > a roadblock: > The output of "net use" changes with the language of the system > (English, Danish, French, ...), so parsing becomes nearly impossible > How can I force the language used by "net

Re: noacl no longer effective under /cygdrive. Still works in other locations

2024-07-21 Thread Andrey Repin via Cygwin
Greetings, ilya Basin! > For several years I had this in my /etc/fstab.d/$USER > C: /cygdrive/c none binary,noacl,posix=0,user 0 0 Unless you have a global /cygdrive override set to noacl as well, I have my reservation about configuration. > I switched from Cygwin x86 to x64 recently and I

Re: setup: --prune-install appears to be broken

2024-07-21 Thread Jon Turney via Cygwin
On 20/06/2024 14:36, David McFarland via Cygwin wrote: Sorry for the delay in replying to this. If I do a base install to a new root: setup-x86_64.exe --root "$(cygpath -wa .cygtest)" --no-admin \ --no-shortcuts --no-replaceonreboot --no-version-check \ --prune-install

Re: Aborting Cygwin setup in unattended modes

2024-07-21 Thread Jon Turney via Cygwin
On 22/06/2024 07:45, David Allsopp via Cygwin wrote: If Cygwin's setup requires input (for example, to select a mirror), with --quiet-mode hidden it simply terminates (there's no apparent exit status or message, though). With --quiet-mode noinput, Cygwin setup sits at the appropriate dialog, but

Re: setup.exe: Improvements of DPI handling

2024-07-21 Thread Jon Turney via Cygwin
On 07/07/2024 03:46, Yang Yu Lin via Cygwin wrote: When running setup on my device (Windows 11, connected with 2 screens which use different DPI revolutions), the setup appears bluury on my secondary screen (not on the primary screen). Because current setup.exe.manifest just set the dpiAware ele