|
Install Help
From NeoWiki
(Difference between revisions)
Revision as of 15:18, 8 April 2005 (edit) Max Barel ( | contribs) ← Previous diff |
Revision as of 15:41, 8 April 2005 (edit) (undo) Max Barel ( | contribs) Next diff → |
||
Line 4: | Line 4: | ||
Most of the time, errors are: | Most of the time, errors are: | ||
# The help archive files has been automatically uncompressed by your browser. The file to drag upon the NeoOfficeJ_1-1_Help_Installer applet should be ending with .tgz extension. If you dont see this file in your default download location, you can: | # The help archive files has been automatically uncompressed by your browser. The file to drag upon the NeoOfficeJ_1-1_Help_Installer applet should be ending with .tgz extension. If you dont see this file in your default download location, you can: | ||
- | * Check in the trash. If you find it there, pull it out and use it. | + | #* Check in the trash. If you find it there, pull it out and use it. |
- | * Uncheck the option of uncompressing files after download. This is the default behaviour for Safari and the option to uncheck is "Open reliable files after download" | + | #* Uncheck the option of uncompressing files after download. This is the default behaviour for Safari and the option to uncheck is "Open reliable files after download" |
- | * Recompress the help folder using | + | #* Recompress the help folder using commands in Terminal. The following example is for the French help archive downloaded on the desktop :<nowiki> |
+ | cd Desktop | ||
gzip helpcontent_33_unix.tar;mv helpcontent_33_unix.tar.gz helpcontent_33_unix.tgz | gzip helpcontent_33_unix.tar;mv helpcontent_33_unix.tar.gz helpcontent_33_unix.tgz | ||
- | </nowiki> | + | </nowiki><br>The relusting archive might be slightly smaller than the original. It works anyway, unless the original was corrupted, see below. |
work in progress | work in progress | ||
--[[User:Max Barel|Max]] 10:18, 8 Apr 2005 (CDT) | --[[User:Max Barel|Max]] 10:18, 8 Apr 2005 (CDT) |
Revision as of 15:41, 8 April 2005
Remarks about errors when installing help files for non-English languages
note : This page supplement instructions given on the NeoOffice/J Dowload page
Most of the time, errors are:
- The help archive files has been automatically uncompressed by your browser. The file to drag upon the NeoOfficeJ_1-1_Help_Installer applet should be ending with .tgz extension. If you dont see this file in your default download location, you can:
- Check in the trash. If you find it there, pull it out and use it.
- Uncheck the option of uncompressing files after download. This is the default behaviour for Safari and the option to uncheck is "Open reliable files after download"
- Recompress the help folder using commands in Terminal. The following example is for the French help archive downloaded on the desktop :
cd Desktop
gzip helpcontent_33_unix.tar;mv helpcontent_33_unix.tar.gz helpcontent_33_unix.tgz
The relusting archive might be slightly smaller than the original. It works anyway, unless the original was corrupted, see below.
work in progress --Max 10:18, 8 Apr 2005 (CDT)