taskbook
taskbook copied to clipboard
Snap package complains about "update check failed"
Describe the bug
After every time I run taskbook
, I get a big warning printed:
┌────────────────────────────────────────────────────────┐
│ taskbook update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /home/josh/.config │
└────────────────────────────────────────────────────────┘
To Reproduce
$ snap install taskbook
$ taskbook
Expected behavior
Taskbook shouldn't try to update itself when it's a snap – the whole point of snaps is that they're immutable, it's expected that it can't overwrite itself.
Technical Info
- OS: Ubuntu 18.04
- Node.js Version: whatever's in the snap
- Taskbook Version: 0.2.0
i'm experiencing the same issue as above. taskbook is version 0.3.0, os is ubuntu 18.04