lharding / tasknc

ncurses wrapper around taskwarrior
MIT License
117 stars 18 forks source link

ERROR: tasknc ended abnormally. #43

Open erm3nda opened 7 years ago

erm3nda commented 7 years ago

Using the tasknc and trying to delete (d key) some (not yet deleted and displayed) task makes the app freeze. I've look at the /tmp/.tasknc_runlog_m3nda and i see:

[2017-04-24 17:18:53] ERROR: source: file "/home/m3nda/.config/tasknc/config" could not be opened
[2017-04-24 17:19:04] ERROR: SEGFAULT
[2017-04-24 17:19:04] ERROR: segmentation fault, exiting

Shouldn't be created automatically?

Tasks deleted (prepended by a space " " on the list can be deleted at the view, but if you close it and reopen everything is like before, no changes.

I made the the ~/.config/tasknc/config file, but still complaining that it can found, and of course is empty because i just touch it to make it avail for tasknc.

Regards.