Author Topic: Need i18n files off of C7x0  (Read 3414 times)

jagrka

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • http://
Need i18n files off of C7x0
« on: February 23, 2004, 07:28:04 pm »
I think some of my .qm files got corrupted when I was testing various addressbook and calendar programs.
Could someone please email me as an attachment the following two files?

/home/QtPalmtop/i18n/ja/datebook.qm
/home/QtPalmtop/i18n/ja/addressbook.qm

Thank You,

jagrka@yahoo.com
Zaurus SL-C760/Sharp ROM 1.40 JP
Linux Kernel 2.4.18-rmk7-pxa3-embedix, Tetsu Special Kernel 14e
Transcend 2GB SD Card (with SD-Link11b driver)
Planex Communications GW-CF11H Wi-Fi CF Card
Kwins for PDA KW-H128C2 PHS Communications CF Card

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
Need i18n files off of C7x0
« Reply #1 on: February 23, 2004, 08:32:57 pm »
I don\'t have these two files on my 760... I\'m running the cacko/qt rom.  The only .qm file I have in that directory is \'sq_camera.qm\'.
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Need i18n files off of C7x0
« Reply #2 on: February 24, 2004, 01:35:07 am »
The files you are asking for are actually symlinks to the readonly files

/usr/QtPalmtop.rom/i18n/ja/datebook.qm
/usr/QtPalmtop.rom/i18n/ja/addressbook.qm

It is very unlikely that the readonly file have been corrupted, rm the files in /home/QtPalmtop/i18n/ja then re-symlink them

ln -s /usr/QtPalmtop.rom/i18n/ja/datebook.qm /home/QtPalmtop/i18n/ja/datebook.qm
ln -s /usr/QtPalmtop.rom/i18n/ja/addressbook.qm /home/QtPalmtop/i18n/ja/addressbook.qm

Note: this needs to be done as root

Most probably one of the pim packages you tried removed the symlinks and copied their own files into /home/QtPalmtop/i18n/ja/

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

jagrka

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • http://
Need i18n files off of C7x0
« Reply #3 on: February 24, 2004, 07:38:13 am »
Many thanks to Stubear! Your advise provided me with the clue to fix my broken addressbook and datebook programs. Although restoring the .qm files alone did not fix them, I extrapolated that I could also symlink the .bin and .so files from the QtPalmtop.rom directory over into my home directory.
For those other new zaurus users out there who might be having problems with their preinstalled Sharp ROM addressbook and datebook after installing other 3rd party software, please note that you can restore these programs to their pristine, original condition by either copying or symlinking the files from the QtPalmtop.rom directory. Thanks again!
Zaurus SL-C760/Sharp ROM 1.40 JP
Linux Kernel 2.4.18-rmk7-pxa3-embedix, Tetsu Special Kernel 14e
Transcend 2GB SD Card (with SD-Link11b driver)
Planex Communications GW-CF11H Wi-Fi CF Card
Kwins for PDA KW-H128C2 PHS Communications CF Card

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Need i18n files off of C7x0
« Reply #4 on: February 24, 2004, 08:09:04 am »
Same goes for most of the applets and inputmethods - in fact everything in /usr/QtPalmtop.rom is symlinked to /home/QtPalmtop - although some files may be unlinked by installing new ipks.

You can try out new versions of applets/input methods by deleting the symlink and coping the files into /home/QtPalmtop/plugins/ and can easily \"roll-back\" if necessary.
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