timekpr-gui crash
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
timekpr |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I ran gksu timekpr-gui form terminal and got
:~$ gksu timekpr-gui
Traceback (most recent call last):
File "/usr/share/
self.
File "/usr/share/
used = int(t.readline())
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/usr/share/
timekprGUI()
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
used = int(t.readline())
ValueError: invalid literal for int() with base 10: ''
I'm running 32 bit Ubuntu karmic.
Hm.. that's a weird bug, it's like it created an empty .time file. can you remove the files in /var/lib/timekpr/ and try again?
sudo /etc/init.d/timekpr stop
sudo rm -r /var/lib/timekpr/*
sudo /etc/init.d/timekpr start
gksu timekpr-gui