OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: skoorb on May 04, 2004, 04:16:34 pm
-
i am unable to open my calendar. I must have screwed something up because it appears that the executable is missing. Missing the datebook executable file from /home/QtPalmtop/bin. Can anyone upload it somewhere off of their zaurus for me??
-
If the 6000 is anything like the C760 then the file in /home/QtPalmtop/bin was a symlink to /usr/QtPalmtop.rom/bin/ - just recreate the link
As root in a konsole window
ln -s /usr/QtPalmtop.rom/bin/datebook /home/QtPalmtop/bin/datebook
All of the sharp progs on the C760 are symlinked into /home/QtPalmtop/bin so that they can be overwritten by other apps then replaced - I bet you installed another calendar app that had a dodgy uninstall script (like the tkc apps) that doesn\'t repalce the links
Stu
-
thanks, should have looked more closely at that one