Hi Frank, I think that fixed it.
I was using your script to update, and I run it from the /tmp folder. After it had gotten done updating, I tried to replicate it the bug and it was still there. So I tried deleting the file that the script creates, running the script again and the bug was gone. So I added code that will delete the folder to the script. Any thoughts on this? sudo apt-get install subversion python-wxgtk2.8 python-wxtools wx2.8-i18n devscripts fakeroot cdbs dpatch build-essential #svn checkout https://taskcoach.svn.sourceforge.net/svnroot/taskcoach/trunk/taskcoach svn checkout https://taskcoach.svn.sourceforge.net/svnroot/taskcoach/branches/Release0_73_Branch/ #cd taskcoach cd Release0_73_Branch make prepare deb sudo dpkg -i dist/taskcoach*.deb cd .. rm -r Release0_73_Branch -Aaron -----Original Message----- From: Frank Niessink <[email protected]> To: [email protected] Sent: Sun, Jun 14, 2009 5:23 pm Subject: Re: [taskcoach-dev] Taskcoach doesn't recognize task list file Hi Aaron, Great, this replicates the bug for me on Windows Vista. I've checked in a fix to Release0_73_Branch, can you please check it? Thanks, Frank
