Author Topic: sl-6000 datebook problem  (Read 1794 times)

skoorb

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • http://
sl-6000 datebook problem
« 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??

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
sl-6000 datebook problem
« Reply #1 on: May 04, 2004, 09:59:47 pm »
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
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

skoorb

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • http://
sl-6000 datebook problem
« Reply #2 on: May 04, 2004, 10:00:47 pm »
thanks, should have looked more closely at that one