hamser service fails to start after frest install
Created by: nikgul
I'm getting this when I try to start the service from the command line after a fresh install of the git HEAD version, didn't have mutch luck with the latest tag either
$ /usr/lib/hamster-time-tracker/hamster-service hamster-service up Traceback (most recent call last): File "/usr/lib/hamster-time-tracker/hamster-service", line 301, in storage = Storage(loop) File "/usr/lib/hamster-time-tracker/hamster-service", line 49, in init db.Storage.init(self, _("Unsorted")) File "/usr/lib/python2.7/site-packages/hamster/db.py", line 69, in init self.db_path = self.__init_db_file(database_dir) File "/usr/lib/python2.7/site-packages/hamster/db.py", line 139, in __init_db_file copyfile(os.path.join(data_dir, 'hamster.db'), db_path) File "/usr/lib64/python2.7/shutil.py", line 117, in copy copyfile(src, dst) File "/usr/lib64/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: '/usr/share/hamster-applet/hamster.db'