In essence, I have a MS Word reader now. Here is a package for you to try.
Special note: I don't know if the package work for original FW2.12. I have upgraded my GTK+ libs and I have no original FW2.12 to test. But I guess it should be working.
Install:
1. unpack "leafpad.zip" (with dir "leafpad") to /media/card/programs.
2. Unpack "antiword.zip" (with dir "antiword") to /usr/share.
3. modify your /mnt/registry/registry.xml, add these sections
Code:
<application type="MSWORD">
<appCategory>viewer</appCategory>
<argMask>_FILENAME_</argMask>
<execute>/media/card/programs/leafpad/run.sh</execute>
<supportFormat>
<extName>doc</extName>
</supportFormat>
<xResourceName>sh</xResourceName>
<ipcChannel>14</ipcChannel>
<appIconPath/>
</application>
Code:
<extensionInfo>
<associateApp>MSWORD</associateApp>
<extName>doc</extName>
<extIcon>/usr/share/contentlister/Icon_doc.png</extIcon>
</extensionInfo>
4. Reboot. You can open MS Word file from contentlister now.