Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread Mike Yates
Hi guys This is a long shot but does anyone have an archive of that DLL, required by sol.exe in aisleriot-1.4.0.4-2.tar.bz2 of Feb 2003, still up on SourceForge? As it is nowhere in any recent Cygwin collection, perhaps it should have been included in the tarball? I have tried emailing the Cygwin

Mintty terminal always opens at 79 char width

2018-11-17 Thread Saurabh T
n/t. Despite being set to 80 in the Options, Apply/Save being done, minttyrc being manually edited to say Columns=80, windows keep opening at 79 char width. This is on Windows 10 Home with the latest 32 bit Cygwin 2.11.2. I've tried both Consolas and Lucida Console font. Thanks, saurabh -- Probl

Re: Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread cyg Simple
On 11/17/2018 7:17 AM, Mike Yates wrote: Hi guys This is a long shot but does anyone have an archive of that DLL, required by sol.exe in aisleriot-1.4.0.4-2.tar.bz2 of Feb 2003, still up on SourceForge? As it is nowhere in any recent Cygwin collection, perhaps it should have been included in the

Re: Mintty terminal always opens at 79 char width

2018-11-17 Thread Marco Atzeri
Am 17.11.2018 um 16:28 schrieb Saurabh T: n/t. Despite being set to 80 in the Options, Apply/Save being done, minttyrc being manually edited to say Columns=80, windows keep opening at 79 char width. This is on Windows 10 Home with the latest 32 bit Cygwin 2.11.2. I've tried both Consolas and L

Re: Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread Dan Kegel
I don't have any dll for you, but I did scare up some source code, maybe. https://stuff.mit.edu/afs/athena/astaff/project/aui/OldFiles/src/third/gnome-games/po/gnome-games.pot leads me to believe that the source code is part of freecell, i.e. https://stuff.mit.edu/afs/athena/astaff/project/aui/Ol

Re: Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread Marco Atzeri
Am 17.11.2018 um 13:17 schrieb Mike Yates: Hi guys This is a long shot but does anyone have an archive of that DLL, required by sol.exe in aisleriot-1.4.0.4-2.tar.bz2 of Feb 2003, still up on SourceForge? As it is nowhere in any recent Cygwin collection, perhaps it should have been included in t

Re: Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread Brian Inglis
On 2018-11-17 09:01, Marco Atzeri wrote: > Am 17.11.2018 um 13:17 schrieb Mike Yates: >> This is a long shot but does anyone have an archive of that DLL, required >> by sol.exe in aisleriot-1.4.0.4-2.tar.bz2 of Feb 2003, still up on >> SourceForge? >> As it is nowhere in any recent Cygwin collectio

Cygwin Git with Windows paths

2018-11-17 Thread Steven Penny
Cygwin Git can clone with Unix form paths: $ git clone git://github.com/benhoyt/goawk /tmp/goawk Cloning into '/tmp/goawk'... remote: Enumerating objects: 330, done. However it fails with Windows form: $ git clone git://github.com/benhoyt/goawk 'C:\cygwin64\tmp\goawk' Cloning int