Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
On Thu, 26 Dec 2019 11:55:59 +0500 Eugene Klimov wrote: > when i say "works" > i mean "when i press alt+space i see main menu for current window" That's completely the revserse of mine :-). > currently in any cygwin application which run in separate window > (win+r -> bash.exe i dont't see main menu window when press alt+space) That is the normal behaviour of cygwin 3.1.0 and later. FYI: WSL also behaves similar. -- Takashi Yano -- 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
On 2019-12-25 23:55, Eugene Klimov wrote: > when i say "works" > i mean "when i press alt+space i see main menu for current window" Windows apps do not normally have a main menu, they have a window management menu Alt-Space and a Menu Bar Alt-... or F10 > windows 10 home build 18362? Is this the official Windows 10 release 1903/19H1? -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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
[ANNOUNCEMENT] Updated: aspell-0.60.8-1
New versions 0.60.8-1 of aspell libaspell-devel libaspell15 and version 20161207.7.0-1 aspell-de are available in the Cygwin distribution: CHANGES Last upstream update release. Full details on: http://aspell.net/man-html/ChangeLog.html DESCRIPTION GNU Aspell is a Free and Open Source spell checker. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word. Aspell can also easily check documents in UTF-8 without having to use a special dictionary. HOMEPAGE http://www.aspell.net Marco Atzeri If you have questions or comments, please send them to the cygwin mailing list at: cygwin (at) cygwin (dot) com . -- 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
bash /cmd disagree about owner and permissions to executable
I prefer to have a single installation of python, rather than having to remember to install packages for various pythons. I choose the standard windows 64-bit install of python 3.8 But today when I tried to run a script ... Heidi@panter ~ $ python3 x.py -bash: /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3: Permission denied Surprise! Investigating... Heidi@panter ~ $ ls -ld "$(type -p python3)" -rwxr-x--- 1 Unknown+User Unknown+Group 0 des 26 19:25 /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3* Heidi@panter ~ $ cmd /C "icacls $(cygpath -w "$(type -p python3)")" C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps\python3.exe NT-MYNDIGHET\SYSTEM:(I)(F) BUILTIN\Administratorer:(I)(F) PANTER\Heidi:(I)(F) S-1-19-512-4096:(RX,D,WDAC,WO,WA) Successfully processed 1 files; Failed processing 0 files Heidi@panter ~ $ cmd /C "dir /q $(cygpath -w "$(type -p python3)")" Volume in drive C is Acer Volume Serial Number is 3A2C-1A76 Directory of C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps 26.12.2019 19.25 0 PANTER\Heidi python3.exe 1 File(s) 0 bytes 0 Dir(s) 155▒760▒214▒016 bytes free Hey, what is this? Windows reports that the owner of the binary is PANTER\Heidi, but /bin/ls reports Unknown+User? I rebboted, unistalled python and installed the app store version of python instead, but nothing changed. Any suggestions? -Thanks 0xD6B3CEE5.asc Description: application/pgp-keys -- 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
installing sshd | Win 10 1909 build
Greetings -- I (and several colleagues) have been using the Cygwin sshd for many years (Win XP on...). Has worked perfectly. However, with the demise of Win 7, several of us have started the process of 'upgrading' (in some fashion) to Win 10. For people running Cygwin sshd under Win 7, who do an in-place upgrade to Win 10, things seem to be OK -- i.e., Win 10 leaves Cygwin sshd alone. However, I received an email from a colleague who said he had no host of problems trying to install Cygwin sshd on a brand new Win 10 system, 1909 build. It seems that Win 10 has its own sshd, and there is a conflict of some sort between Win 10 (which 'wants' to use its own sshd), and attempts to use Cygwin. Since this exercise (of installing to a brand new Win 10 machine) is something I'll likely be doing myself in the near future, was wondering if there was a canonical set of instructions on how to install Cygqwin, using Cygwin sshd as a service, on a Win 10 1909 platform? I've read a variety of posts on the matter -- spome suggest renaming the Cygwin sshd to something, others talk about registry hacks to not let Win 10 default to its own sshd, and so on. So, is there a 'tried and true, officially sanctioned' way to get Cygin sshd running as a service under the latest build of Windows 10, if you working with a clean, new install of Windows? Thanks much in advance... -- 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
Re: installing sshd | Win 10 1909 build
Greetings, Evan Cooch! > So, is there a 'tried and true, officially sanctioned' way to get Cygin > sshd running as a service under the latest build of Windows 10, if you > working with a clean, new install of Windows? > Thanks much in advance... The only "true and tried" supported way of installing Cygwin's SSHD is the one using provided ssh-host-config. That assuming you are using an up-to-date installation of Cygwin. If you intend to use both Windows and Cygwin SSHD, you'll have to resolve TCP ports conflict somehow (which should be expected), otherwide, you may simple uninstall Windows one. -- With best regards, Andrey Repin Friday, December 27, 2019 0:01:07 Sorry for my terrible english... -- 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
Re: bash /cmd disagree about owner and permissions to executable
Greetings, Enrique Perez-Terron! > I prefer to have a single installation of python, rather than having to > remember to install packages for various pythons. > I choose the standard windows 64-bit install of python 3.8 > But today when I tried to run a script ... >> Heidi@panter ~ >> $ python3 x.py >> -bash: >> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3: >> Permission denied > Surprise! > Investigating... >> Heidi@panter ~ >> $ ls -ld "$(type -p python3)" >> -rwxr-x--- 1 Unknown+User Unknown+Group 0 des 26 19:25 >> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3* >> >> Heidi@panter ~ >> $ cmd /C "icacls $(cygpath -w "$(type -p python3)")" No need to "cmd /c" >> C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps\python3.exe >> NT-MYNDIGHET\SYSTEM:(I)(F) >> >> BUILTIN\Administratorer:(I)(F) >> >> PANTER\Heidi:(I)(F) >> >> S-1-19-512-4096:(RX,D,WDAC,WO,WA) >> >> Successfully processed 1 files; Failed processing 0 files >> >> Heidi@panter ~ >> $ cmd /C "dir /q $(cygpath -w "$(type -p python3)")" >> Volume in drive C is Acer >> Volume Serial Number is 3A2C-1A76 >> >> Directory of C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps >> >> 26.12.2019 19.25 0 PANTER\Heidi python3.exe >>1 File(s) 0 bytes >>0 Dir(s) 155▒760▒214▒016 bytes free > Hey, what is this? Windows reports that the owner of the binary is > PANTER\Heidi, but /bin/ls reports Unknown+User? > I rebboted, unistalled python and installed the app store version of > python instead, but nothing changed. > Any suggestions? Problem reports: http://cygwin.com/problems.html In particular, show "mount" output and check that you don't have /etc/{passwd,group} files -- With best regards, Andrey Repin Thursday, December 26, 2019 23:57:30 Sorry for my terrible english...
Re: installing sshd | Win 10 1909 build
Thanks, but insufficient. Where is the Cygwin sshd equivalent of the following for the Windows 10 implementation of OpenSSH?: https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/ Is there an equivalent for Cygwin sshd, that deals in a step-by-step fashion specifically with handling recent build of Windows 10, all of which have openSSH pre-installed? On 12/26/2019 4:02 PM, Andrey Repin wrote: Greetings, Evan Cooch! So, is there a 'tried and true, officially sanctioned' way to get Cygin sshd running as a service under the latest build of Windows 10, if you working with a clean, new install of Windows? Thanks much in advance... The only "true and tried" supported way of installing Cygwin's SSHD is the one using provided ssh-host-config. That assuming you are using an up-to-date installation of Cygwin. If you intend to use both Windows and Cygwin SSHD, you'll have to resolve TCP ports conflict somehow (which should be expected), otherwide, you may simple uninstall Windows one. -- 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
Re: installing sshd | Win 10 1909 build
Am 26.12.2019 um 22:13 schrieb Evan Cooch: Thanks, but insufficient. Where is the Cygwin sshd equivalent of the following for the Windows 10 implementation of OpenSSH?: https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/ Is there an equivalent for Cygwin sshd, that deals in a step-by-step fashion specifically with handling recent build of Windows 10, all of which have openSSH pre-installed? Evan, Bottom post on this mailing list, please. $ cygcheck -p bin/sshd Found 4 matches for bin/sshd openssh-debuginfo-8.0p1-2 - openssh-debuginfo: Debug info for openssh openssh-debuginfo-8.1p1-1 - openssh-debuginfo: Debug info for openssh openssh-8.0p1-2 - openssh: The OpenSSH server and client programs openssh-8.1p1-1 - openssh: The OpenSSH server and client programs so openssh is the package providing the ssh demon/server $ cygcheck -l openssh | grep config /etc/defaults/etc/sshd_config /etc/defaults/etc/ssh_config /usr/bin/ssh-host-config /usr/bin/ssh-user-config /usr/share/man/man5/sshd_config.5.gz /usr/share/man/man5/ssh_config.5.gz ssh-host-config is used to install and configure the Cygwin server ssh-user-config is used to install user specific files. Its use is very simple, step by step approuch as mentioned on /usr/share/doc/Cygwin/openssh.README As you can not have two different sshd demons running at the same time, use "net start " and "net stop " that are your usual windows command friends. 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
Re: installing sshd | Win 10 1909 build
On 12/26/2019 4:48 PM, Marco Atzeri wrote: Am 26.12.2019 um 22:13 schrieb Evan Cooch: Thanks, but insufficient. Where is the Cygwin sshd equivalent of the following for the Windows 10 implementation of OpenSSH?: https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/ Is there an equivalent for Cygwin sshd, that deals in a step-by-step fashion specifically with handling recent build of Windows 10, all of which have openSSH pre-installed? Evan, Bottom post on this mailing list, please. Sure -- will do moving forward. $ cygcheck -p bin/sshd Found 4 matches for bin/sshd openssh-debuginfo-8.0p1-2 - openssh-debuginfo: Debug info for openssh openssh-debuginfo-8.1p1-1 - openssh-debuginfo: Debug info for openssh openssh-8.0p1-2 - openssh: The OpenSSH server and client programs openssh-8.1p1-1 - openssh: The OpenSSH server and client programs so openssh is the package providing the ssh demon/server Presumably on a machine running the cygwin sshd, correct? $ cygcheck -l openssh | grep config /etc/defaults/etc/sshd_config /etc/defaults/etc/ssh_config /usr/bin/ssh-host-config /usr/bin/ssh-user-config /usr/share/man/man5/sshd_config.5.gz /usr/share/man/man5/ssh_config.5.gz ssh-host-config is used to install and configure the Cygwin server ssh-user-config is used to install user specific files. Its use is very simple, step by step approuch as mentioned on /usr/share/doc/Cygwin/openssh.README As you can not have two different sshd demons running at the same time, use "net start " and "net stop " that are your usual windows command friends. OK -- but my question wasn't so much about using openSSH, but rather, how to do an install of Cygwin ssh on a Win 10 machine, which already has a native ssh server client 'bult in'. A number of us have tried using the standard approaches for installing cygwin and having sshd run as a service (approaches that worked fine on Win 7, and pre-1803 builds of WIn 10), but have had problems with Windows complaining (or, if not complaining, not allowing a different sshd). It seems as if you need to 'turn off' or 'uninstall' something with recent Win 10 builds to get Cygwin sshd to install -- and work -- as a service. That is the step some of us are hoping someone can step us through. 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 -- 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
Re: bash /cmd disagree about owner and permissions to executable
On 12/26/19, Enrique Perez-Terron wrote: > I prefer to have a single installation of python, rather than having to > remember to install packages for various pythons. > I choose the standard windows 64-bit install of python 3.8 > But today when I tried to run a script ... > >> Heidi@panter ~ >> $ python3 x.py >> -bash: >> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3: >> Permission denied > > Surprise! > > Investigating... > >> Heidi@panter ~ >> $ ls -ld "$(type -p python3)" >> -rwxr-x--- 1 Unknown+User Unknown+Group 0 des 26 19:25 >> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3* >> >> Heidi@panter ~ >> $ cmd /C "icacls $(cygpath -w "$(type -p python3)")" >> C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps\python3.exe >> NT-MYNDIGHET\SYSTEM:(I)(F) >> >> BUILTIN\Administratorer:(I)(F) >> >> PANTER\Heidi:(I)(F) >> >> S-1-19-512-4096:(RX,D,WDAC,WO,WA) >> >> Successfully processed 1 files; Failed processing 0 files >> >> Heidi@panter ~ >> $ cmd /C "dir /q $(cygpath -w "$(type -p python3)")" >> Volume in drive C is Acer >> Volume Serial Number is 3A2C-1A76 >> >> Directory of C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps >> >> 26.12.2019 19.25 0 PANTER\Heidi python3.exe >>1 File(s) 0 bytes >>0 Dir(s) 155▒760▒214▒016 bytes free > > > Hey, what is this? Windows reports that the owner of the binary is > PANTER\Heidi, but /bin/ls reports Unknown+User? > > I rebboted, unistalled python and installed the app store version of > python instead, but nothing changed. > > Any suggestions? Take a look at https://cygwin.com/cygwin-ug-net/using.html#mount-table and try changing /etc/fstab # This is the default: # none /cygdrive cygdrive binary,posix=0,user 0 0 none /cygdrive cygdrive binary,posix=0,user,noacl,exec 0 0 altho with cygwin saying 'Unknown+User Unknown+Group' I don't know if that will be enough :( Somebody else will have to help you with > Windows reports that the owner of the binary is > PANTER\Heidi, but /bin/ls reports Unknown+User? Regards, Lee -- 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
> On 2019-12-25 23:55, Eugene Klimov wrote: > > when i say "works" > > i mean "when i press alt+space i see main menu for current window" > Windows apps do not normally have a main menu, they have a window management > menu Alt-Space and a Menu Bar Alt-... or F10 doesn't matter how exactly we name "menu" i mean this menu https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8 > > windows 10 home build 18362? > Is this the official Windows 10 release 1903/19H1? yes this is Windows 10 release 1903 -- 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
https://github.com/Maximus5/ConEmu/issues/2035 look like cygwin 3.1 and windows 1903 totally broke exists behaviors пт, 27 дек. 2019 г. в 07:29, Eugene Klimov : > > > On 2019-12-25 23:55, Eugene Klimov wrote: > > > when i say "works" > > > i mean "when i press alt+space i see main menu for current window" > > Windows apps do not normally have a main menu, they have a window management > > menu Alt-Space and a Menu Bar Alt-... or F10 > doesn't matter how exactly we name "menu" > i mean this menu > https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8 > > > windows 10 home build 18362? > > Is this the official Windows 10 release 1903/19H1? > yes this is Windows 10 release 1903 -- 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore good behavior ;-( is there issue tracker for cygwin project where i can submit bug report for "new pseudo tty functions"? пт, 27 дек. 2019 г. в 09:50, Eugene Klimov : > > https://github.com/Maximus5/ConEmu/issues/2035 > look like cygwin 3.1 and windows 1903 totally broke exists behaviors > > пт, 27 дек. 2019 г. в 07:29, Eugene Klimov : > > > > > On 2019-12-25 23:55, Eugene Klimov wrote: > > > > when i say "works" > > > > i mean "when i press alt+space i see main menu for current window" > > > Windows apps do not normally have a main menu, they have a window > > > management > > > menu Alt-Space and a Menu Bar Alt-... or F10 > > doesn't matter how exactly we name "menu" > > i mean this menu > > https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8 > > > > windows 10 home build 18362? > > > Is this the official Windows 10 release 1903/19H1? > > yes this is Windows 10 release 1903 -- 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
Re: installing sshd | Win 10 1909 build
Am 27.12.2019 um 00:03 schrieb Evan Cooch: On 12/26/2019 4:48 PM, Marco Atzeri wrote: Am 26.12.2019 um 22:13 schrieb Evan Cooch: Thanks, but insufficient. Where is the Cygwin sshd equivalent of the following for the Windows 10 implementation of OpenSSH?: https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/ Is there an equivalent for Cygwin sshd, that deals in a step-by-step fashion specifically with handling recent build of Windows 10, all of which have openSSH pre-installed? Evan, Bottom post on this mailing list, please. Sure -- will do moving forward. $ cygcheck -p bin/sshd Found 4 matches for bin/sshd openssh-debuginfo-8.0p1-2 - openssh-debuginfo: Debug info for openssh openssh-debuginfo-8.1p1-1 - openssh-debuginfo: Debug info for openssh openssh-8.0p1-2 - openssh: The OpenSSH server and client programs openssh-8.1p1-1 - openssh: The OpenSSH server and client programs so openssh is the package providing the ssh demon/server Presumably on a machine running the cygwin sshd, correct? no. Option -p asks the cygwin website and the reply provides all packages and versions. For this reason I asked for bin/sshd to trim the answer only to binary programs $ cygcheck -l openssh | grep config /etc/defaults/etc/sshd_config /etc/defaults/etc/ssh_config /usr/bin/ssh-host-config /usr/bin/ssh-user-config /usr/share/man/man5/sshd_config.5.gz /usr/share/man/man5/ssh_config.5.gz Option -l is for the current installation ssh-host-config is used to install and configure the Cygwin server ssh-user-config is used to install user specific files. Its use is very simple, step by step approuch as mentioned on /usr/share/doc/Cygwin/openssh.README As you can not have two different sshd demons running at the same time, use "net start " and "net stop " that are your usual windows command friends. OK -- but my question wasn't so much about using openSSH, but rather, how to do an install of Cygwin ssh on a Win 10 machine, which already has a native ssh server client 'bult in'. A number of us have tried using the standard approaches for installing cygwin and having sshd run as a service (approaches that worked fine on Win 7, and pre-1803 builds of WIn 10), but have had problems with Windows complaining (or, if not complaining, not allowing a different sshd). It seems as if you need to 'turn off' or 'uninstall' something with recent Win 10 builds to get Cygwin sshd to install -- and work -- as a service. That is the step some of us are hoping someone can step us through. for what I remenber the collision in installing was caused by MS calling the service sshd just as Cygwin one. Now the service is installed as cygsshd so there should be no collision in installation. See on https://www.cygwin.com/ml/cygwin-announce/2019-04/msg00017.html "* sshd(8) Cygwin: Change service name to cygsshd to avoid collision with Microsoft's OpenSSH port." Of course you can not have the two runnning together so you neeed to stop or disable the MS one. For that you can use C:\Windows\System32\services.msc or the MS "net" command 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
Am 27.12.2019 um 05:59 schrieb Eugene Klimov: yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore good behavior ;-( is there issue tracker for cygwin project where i can submit bug report for "new pseudo tty functions"? this mailing list. пт, 27 дек. 2019 г. в 09:50, Eugene Klimov : https://github.com/Maximus5/ConEmu/issues/2035 look like cygwin 3.1 and windows 1903 totally broke exists behaviors пт, 27 дек. 2019 г. в 07:29, Eugene Klimov I do not remember you mentioning ConEmu on any previous mail. -- 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
Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
i don't use ConEmu but after upgrade to cygwin 3.1 this team have same bugs also rollback cygwin to 3.0 return previous behaviors and GNU `screen` inside cygwin `ssh` works fine пт, 27 дек. 2019 г. в 10:29, Marco Atzeri : > > Am 27.12.2019 um 05:59 schrieb Eugene Klimov: > > yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore > > good behavior ;-( > > > > is there issue tracker for cygwin project where i can submit bug > > report for "new pseudo tty functions"? > > this mailing list. > > > > пт, 27 дек. 2019 г. в 09:50, Eugene Klimov : > >> > >> https://github.com/Maximus5/ConEmu/issues/2035 > >> look like cygwin 3.1 and windows 1903 totally broke exists behaviors > >> > >> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov > > I do not remember you mentioning ConEmu on any previous mail. > > > -- > 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 > -- 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