View Single Post
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#15
Originally Posted by SallyJane View Post
Here's the output as a screenshot...
ha! I've hardcoded the default location as home/user.. so if you've a different username it will not find the folder...
if you want to try it you've two options:
1) create a folder /home/user/.todoy:
Code:
sudo mkdir /home/user
sudo mkdir /home/user/.todoy
sudo chown (yourusername) /home/user/.todoy
2) feel free to substitute "user" with your username in:
file: /opt/todoy/todoypage.py, line 16:
Code:
	 self.defpath="/home/user/.todoy/"
with the right path
and file: /otp/todoy/todoy_calsync.py, line 5:
Code:
 self.filename="/home/user/.todoy/todoy.ics"
let me know if this helps