Re: [DNG] [OT] Cannot install wine32 on ASCII.

2018-08-18 Thread Duane Robertson
I installed ascii/wine this week on two machines, using: apt-get -t ascii-backports install wine wine32 fonts-wine I've got both 32 and 64 bit wine executables, though I don't think I actually have any 64 bit windows software to test with. Maybe you'd do better to install from backports? __

Re: [DNG] git commit

2018-08-17 Thread Duane Robertson
Actually, "git commit -a" doesn't add untracked files: """ -a, --all Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected. """ I'm so in the habit of using "-a" that I