mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-22 03:38:38 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
209
office-plugin/windows-office/readmes/readme_en-US.txt
Normal file
209
office-plugin/windows-office/readmes/readme_en-US.txt
Normal file
@@ -0,0 +1,209 @@
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
LibreOffice 7.1 ReadMe
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
For the latest updates to this readme file, see https://git.libreoffice.org/core/tree/master/README.md
|
||||
|
||||
|
||||
|
||||
This file contains important information about the LibreOffice software. You are recommended to read this information very carefully before starting installation.
|
||||
|
||||
|
||||
|
||||
The LibreOffice community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the LibreOffice site, where you will find lots of information about the LibreOffice project and the communities that exist around it. Go to https://www.libreoffice.org/.
|
||||
|
||||
|
||||
|
||||
Is LibreOffice Really Free for Any User?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice is free for use by everybody. You may take this copy of LibreOffice and install it on as many computers as you like, and use it for any purpose you like (including commercial, government, public administration and educational use). For further details see the license text packaged with this LibreOffice download.
|
||||
|
||||
|
||||
|
||||
Why is LibreOffice Free for Any User?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
You can use this copy of LibreOffice free of charge because individual contributors and corporate sponsors have designed, developed, tested, translated, documented, supported, marketed, and helped in many other ways to make LibreOffice what it is today - the world's leading Open Source productivity software for home and office.
|
||||
|
||||
|
||||
|
||||
If you appreciate their efforts, and would like to ensure that LibreOffice continues to be available far into the future, please consider contributing to the project - see https://www.documentfoundation.org/contribution/ for details. Everyone can make a contribution of some kind.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Notes on Installation
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice requires a recent version of Java Runtime Environment (JRE) for full functionality. JRE is not part of the LibreOffice installation package, it should be installed separately.
|
||||
|
||||
|
||||
|
||||
System Requirements
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
* Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10
|
||||
|
||||
|
||||
|
||||
Please be aware that administrator rights are needed for the installation process.
|
||||
|
||||
|
||||
|
||||
Registration of LibreOffice as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:
|
||||
|
||||
|
||||
|
||||
* REGISTER_ALL_MSO_TYPES=1 will force registration of LibreOffice as default application for Microsoft Office formats.
|
||||
|
||||
* REGISTER_NO_MSO_TYPES=1 will suppress registration of LibreOffice as default application for Microsoft Office formats.
|
||||
|
||||
|
||||
|
||||
Please make sure you have enough free memory in the temporary directory on your system, and please ensure that read, write and run access rights have been granted. Close all other programs before starting the installation process.
|
||||
|
||||
|
||||
|
||||
Installation of LibreOffice on Debian/Ubuntu-based Linux systems
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the section below entitled Installing a Language Pack.
|
||||
|
||||
|
||||
|
||||
When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.
|
||||
|
||||
|
||||
|
||||
This directory contains a subdirectory called "DEBS". Change directory to the "DEBS" directory.
|
||||
|
||||
|
||||
|
||||
Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
|
||||
|
||||
|
||||
|
||||
The following commands will install LibreOffice and the desktop integration packages (you may just copy and paste them into the terminal screen rather than trying to type them):
|
||||
|
||||
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
The installation process is now completed, and you should have icons for all the LibreOffice applications in your desktop's Applications/Office menu.
|
||||
|
||||
|
||||
|
||||
Installation of LibreOffice on Fedora, openSUSE, Mandriva and other Linux systems using RPM packages
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the section below entitled Installing a Language Pack.
|
||||
|
||||
|
||||
|
||||
When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.
|
||||
|
||||
|
||||
|
||||
This directory contains a subdirectory called "RPMS". Change directory to the "RPMS" directory.
|
||||
|
||||
|
||||
|
||||
Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
|
||||
|
||||
|
||||
|
||||
For Fedora-based systems: sudo dnf install *.rpm
|
||||
|
||||
|
||||
|
||||
For Mandriva-based systems: sudo urpmi *.rpm
|
||||
|
||||
|
||||
|
||||
For other RPM-based systems (openSUSE, etc.): rpm -Uvh *.rpm
|
||||
|
||||
|
||||
|
||||
The installation process is now completed, and you should have icons for all the LibreOffice applications in your desktop's Applications/Office menu.
|
||||
|
||||
|
||||
|
||||
Alternatively, you can use the 'install' script, located in the toplevel directory of this archive to perform an installation as a user. The script will set up LibreOffice to have its own profile for this installation, separated from your normal LibreOffice profile. Note that this will not install the system integration parts such as desktop menu items and desktop MIME type registrations.
|
||||
|
||||
|
||||
|
||||
Notes Concerning Desktop Integration for Linux Distributions Not Covered in the Above Installation Instructions
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
It should be easily possible to install LibreOffice on other Linux distributions not specifically covered in these installation instructions. The main aspect for which differences might be encountered is desktop integration.
|
||||
|
||||
|
||||
|
||||
The RPMS (or DEBS, respectively) directory also contains a package named libreoffice7.1-freedesktop-menus-7.1.0.1-1.noarch.rpm (or libreoffice7.1-debian-menus_7.1.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (https://en.wikipedia.org/wiki/Freedesktop.org), and is provided for installation on other Linux distributions not covered in the aforementioned instructions.
|
||||
|
||||
|
||||
|
||||
Installing a Language Pack
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Download the language pack for your desired language and platform. They are available from the same location as the main installation archive. From the Nautilus file manager, extract the downloaded archive into a directory (your desktop, for instance). Ensure that you have exited all LibreOffice applications (including the QuickStarter, if it is started).
|
||||
|
||||
|
||||
|
||||
Change directory to the directory in which you extracted your downloaded language pack.
|
||||
|
||||
|
||||
|
||||
Now change directory to the directory that was created during the extraction process. For instance, for the French language pack for a 32-bit Debian/Ubuntu-based system, the directory is named LibreOffice_, plus some version information, plus Linux_x86_langpack-deb_fr.
|
||||
|
||||
|
||||
|
||||
Now change directory to the directory that contains the packages to install. On Debian/Ubuntu-based systems, the directory will be DEBS. On Fedora, openSUSE or Mandriva systems, the directory will be RPMS.
|
||||
|
||||
|
||||
|
||||
From the Nautilus file manager, right-click in the directory and choose the command "Open in terminal". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):
|
||||
|
||||
|
||||
|
||||
For Debian/Ubuntu-based systems: sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
For Fedora-based systems: su -c 'dnf install *.rpm'
|
||||
@@ -1,108 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta>
|
||||
<style>
|
||||
#Copyright_Trademark * {font-size: .7em;}
|
||||
.note {border: 1px solid #993333; padding: 3px;}
|
||||
p { margin-top: .1em; margin-bottom: .1em;}
|
||||
.code {font-family: monospace;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="Intro">
|
||||
<h1>OpenOffice 4.1.6 ReadMe</h1>
|
||||
<p>有关此自述文件的最新更新,请参阅 <a href="http://www.openoffice.org/welcome/readme.html">http://www.openoffice.org/welcome/readme.html</a></p>
|
||||
<p>该文件包含有关此程序的重要信息。请在开始操作之前仔细阅读这些信息。</p>
|
||||
<p>负责此产品开发的 Apache OpenOffice.org 社区诚挚邀请您加入社区并成为社区成员。作为新用户,您可以查看 OpenOffice 社区站点上的有用信息,网址为 <a href="http://openoffice.apache.org">http://openoffice.apache.org</a></p>
|
||||
<p>也可以阅读下面来了解如何参与 Apache OpenOffice 项目。</p>
|
||||
<h3>OpenOffice 对任何用户确实是免费的吗?</h3>
|
||||
<p>OpenOffice 对所有用户都是免费的。您可以获得此 OpenOffice 的副本,将其安装到您所需要的任何计算机上,并将其用于您需要的任何用途(包括商业、政府、公共管理和教育用途)。要了解详情,请参见 OpenOffice 随附的许可文本或 <a href="http://www.openoffice.org/license.html">http://www.openoffice.org/license.html</a></p>
|
||||
<h3>为什么 OpenOffice 对任何用户都是免费的?</h3>
|
||||
<p>现今,您可以免费使用 OpenOffice 的副本,这是由于个人贡献者和社区发起人已经设计、开发、测试、翻译、评注、支持、营销以及通过许多其他方式帮助 OpenOffice 成为今天 - 世界上最主要的开源办公软件。</p>
|
||||
<p>如果您欣赏他们的努力, 并且愿意帮助Apache OpenOffice可以继续发展,您可以考虑为这个项目做出贡献,具体请参考<a href="http://openoffice.apache.org/get-involved.html">http://openoffice.apache.org/get-involved.html</a>,还可以参考<a href="http://www.apache.org/foundation/contributing.html">http://www.apache.org/foundation/contributing.html</a>来了解如何捐助这个项目。任何人都可以贡献其中。</p>
|
||||
</div>
|
||||
<div id="Installation">
|
||||
<h2>安装注意事项</h2>
|
||||
<p class="note">OpenOffice 要求一个较新版本的JAVA运行环境以使用它的全部功能; JAVA可以从<a href="http://java.com">http://java.com</a> 下载。</p>
|
||||
<h3>系统要求</h3>
|
||||
<div id="SystemRequirements_WIN">
|
||||
<ul>
|
||||
<li><p>微软 Windows XP, Vista, Windows 7 或者 Windows 8</p></li>
|
||||
<li><p>Pentium III 或更高系列处理器</p></li>
|
||||
<li><p>256 MB RAM(建议使用 512 MB RAM)</p></li>
|
||||
<li><p>高达 1.5 GB 的硬盘可用空间</p></li>
|
||||
<li><p>1024x768 分辨率(建议使用更高分辨率),至少 256 色</p></li>
|
||||
</ul>
|
||||
<p class="note">请注意,安装过程中需要拥有管理员权限。</p>
|
||||
<p>通过使用下列含有该安装程序的命令行开关项,可以强制或禁止将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序:</p>
|
||||
<ul>
|
||||
<li><p><tt>/msoreg=1</tt> 强制将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序。</p></li>
|
||||
<li><p><tt>/msoreg=0</tt> 禁止将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序。</p></li>
|
||||
</ul>
|
||||
<p>如果您使用 setup /a 执行管理安装,则需要确保系统上安装了 msvcr100.dll 文件。OpenOffice 需要此文件才能在管理安装后启动。您可以从 <a href="http://www.microsoft.com/en-us/download/details.aspx?id=5555">http://www.microsoft.com/en-us/download/details.aspx?id=5555</a> 获取该文件。</p>
|
||||
<p class="note">请注意,安装过程中需要拥有管理员权限。</p>
|
||||
</div>
|
||||
<p>请确定您系统上的临时目录中有足够可用的内存空间,并且已获得读、写及运行的访问权限。开始安装前请关闭其他所有应用程序。</p>
|
||||
</div>
|
||||
<div id="StartupProblems">
|
||||
<h2>程序启动时出现的问题</h2>
|
||||
<p>显卡驱动程序经常会引发 OpenOffice 启动问题(例如应用程序挂起)和屏幕显示问题。如果出现这些问题,请更新您的显卡驱动程序或尝试使用操作系统附带的图形驱动程序。如果显示三维对象时出现问题,则经常可以通过禁用“工具”-“选项”- OpenOffice -“视图”-“三维视图”下的“使用 OpenGL”选项得到解决。</p>
|
||||
</div>
|
||||
<div id="Scroll">
|
||||
<h2>Windows 下的 ALPS/Synaptics 笔记本触摸板</h2>
|
||||
<p>由于 Windows 驱动的问题, 您将不能通过使用 ALPS/Synaptics 触摸板的滚动条控制 OpenOffice 的上下滚动。</p>
|
||||
<p>如果想要使用触摸板的滚动条,需要把下面几行内容添加到配置文件 "<tt>C:\Program Files\Synaptics\SynTP\SynTPEnh.ini</tt>" 中,然后重新启动您的计算机:</p>
|
||||
<p class="code">[OpenOffice]</p>
|
||||
<p class="code">FC = "SALFRAME"</p>
|
||||
<p class="code">SF = 0x10000000</p>
|
||||
<p class="code">SF |= 0x00004000</p>
|
||||
<p class="note">在 Windows 的不同版本中配置文件的位置可能会不同。</p>
|
||||
</div>
|
||||
<div id="Keyboard">
|
||||
<h2>快捷键</h2>
|
||||
<p>OpenOffice 中只能够使用操作系统尚未预设的快捷键(组合键)。如果 OpenOffice 帮助中描述的一些组合键在使用 OpenOffice 时根本无法起作用,您就需要检查一下这些快捷键是否已经被操作系统占用。要解除此类冲突,您可以更改操作系统指定的快捷键。另外,您也可以更改 OpenOffice 中绝大部分的快捷键。有关此主题的详细信息,请参阅 OpenOffice 帮助或操作系统的帮助文档。</p>
|
||||
</div>
|
||||
<div id="Mapi">
|
||||
<h2>OpenOffice 中以当前文档格式发送电子邮件时出现的问题</h2>
|
||||
<p>当通过“文件”-“发送”-“文档作为电子邮件”或“文档作为 PDF 附件”发送文档时可能会发生问题(程序崩溃或中止)。这是由于 Windows 系统文件 "Mapi" (Messaging Application Programming Interface) 导致了一些文件版本上的问题。不幸的是,我们无法确定哪些版本有问题。有关详细信息,请访问 <a href="http://www.microsoft.com">http://www.microsoft.com</a> 以在知识库中搜索 "mapi dll"。</p>
|
||||
</div>
|
||||
<div id="A11y">
|
||||
<h2>辅助功能的重要提示</h2>
|
||||
<p>有关 OpenOffice 中辅助功能的详细信息,请参见 <a href="http://www.openoffice.org/access/">http://www.openoffice.org/access/</a></p>
|
||||
</div>
|
||||
<div id="UserSupport">
|
||||
<h2>用户支持</h2>
|
||||
<p>主支持页 <a href="http://support.openoffice.org/">http://support.openoffice.org/</a> 提供了各种可能的方法来帮助您使用 OpenOffice。您的问题可能已得到回答 - 可以在 <a href="http://forum.openoffice.org">http://forum.openoffice.org</a> 查看社区论坛,或在 <a href="http://openoffice.apache.org/mailing-lists.html">http://openoffice.apache.org/mailing-lists.html</a> 搜索 "users@openoffice.apache.org" 邮件列表的存档。或者,您也可以将问题发送至 <a href="mailto:users@openoffice.apache.org">users@openoffice.apache.org</a>。以下网页介绍了如何订阅此列表(获取电子邮件响应):<a href="http://openoffice.apache.org/mailing-lists.html">http://openoffice.apache.org/mailing-lists.html</a>。</p>
|
||||
<p>您还可以查阅常见问题解答部分,网址为 <a href="http://wiki.openoffice.org/wiki/Documentation/FAQ">http://wiki.openoffice.org/wiki/Documentation/FAQ</a>。</p>
|
||||
</div>
|
||||
<div id="ReportBugsIssues">
|
||||
<h2>报告错误和问题</h2>
|
||||
<p>OpenOffice 网站中的 <a href="https://issues.apache.org/ooo/">BugZilla</a>, 是我们用于报告、跟踪和解决错误与问题的机制。我们鼓励所有用户利用这种权利,并欢迎您报告在您的特定平台上出现的问题。热心的问题报告是用户群体对正在开发和改进的办公套件可做的最重要贡献之一。</p>
|
||||
</div>
|
||||
<div id="GettingInvolved">
|
||||
<h2>涉及</h2>
|
||||
<p>您在该重要的开源项目发展中的积极参与将会对 OpenOffice 社区非常有帮助。</p>
|
||||
<p>作为一名用户,您已经是本套件开发过程中重要的一环,我们鼓励您成为更加活跃的社区长期贡献者。请加入并查看用户页面 <a href="http://openoffice.apache.org/get-involved.html">http://openoffice.apache.org/get-involved.html</a></p>
|
||||
<h3>开始方式</h3>
|
||||
<p>订阅一个或多个邮件列表是开始做出贡献的最佳途径,经过一段时间的邮件阅读,并且逐步借助归档邮件使自己熟悉更多的从 OpenOffice 源代码在2000年10月发布以来的讨论话题。当您觉得适当的时候,您只需要发送一封邮件做自我介绍并加入讨论。</p>
|
||||
<h3>订阅邮件</h3>
|
||||
<p>在<a href="http://openoffice.apache.org/mailing-lists.html">http://openoffice.apache.org/mailing-lists.html</a>中有一些您可以订阅的关于 OpenOffice 的邮件列表。</p>
|
||||
<ul>
|
||||
<li><p>新闻: announce@openoffice.apache.org *推荐所有用户订阅* (低流量)</p></li>
|
||||
<li><p>主用户论坛: users@openoffice.apache.org *更容易看到各种讨论* (高流量)</p></li>
|
||||
<li><p>通用项目开发和讨论邮件列表:dev@openoffice.apache.org (高流量)</p></li>
|
||||
</ul>
|
||||
<h3>Joining the Project</h3>
|
||||
<p>您可以为这个重要的开源项目做出主要的贡献,即使您的软件设计和编码经验有限。是的,您可以!</p>
|
||||
<p>在 <a href="http://openoffice.apache.org/get-involved.html">http://openoffice.apache.org/get-involved.html</a> 中你将会发现一些概览,范围从本地化、质量保障、用户支持到一些真正核心编码的项目工程,你可以从它们开始。如果你不是一名程序员,你可以进行其他帮助,如完善文档或从事市场推广。OpenOffice 的市场推广可以是零散的,也可以借鉴传统的推广开源软件的商业手段,并且我们需要使产品可以不受语言和文化的限制,所以你要做的可以仅仅是把这个办公套件的信息传播出去或者告诉你的朋友。</p>
|
||||
<p>你可以通过加入市场推广的邮件列表 marketing@openoffice.apache.org 来提供帮助,在那里你可以建立所在国家和本地社区内新闻、媒体、政府机构、顾问、学校、Linux用户群和开发者的通讯联系点。</p>
|
||||
</div>
|
||||
<div id="Credits">
|
||||
<p>我们希望您能够愉快地使用新的 OpenOffice 4.1.6 并在线加入我们。</p>
|
||||
<p>Apache OpenOffice 社区</p>
|
||||
</div>
|
||||
<div id="ModifiedSourceCode"></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,144 +1,209 @@
|
||||
|
||||
======================================================================
|
||||
OpenOffice 4.1.6 ReadMe
|
||||
======================================================================
|
||||
|
||||
|
||||
有关此自述文件的最新更新,请参阅 http://www.openoffice.org/welcome/readme.html
|
||||
|
||||
该文件包含有关此程序的重要信息。请在开始操作之前仔细阅读这些信息。
|
||||
|
||||
负责此产品开发的 Apache OpenOffice.org 社区诚挚邀请您加入社区并成为社区成员。作为新用户,您可以查看 OpenOffice 社区站点上的有用信息,网址为 http://openoffice.apache.org
|
||||
|
||||
也可以阅读下面来了解如何参与 Apache OpenOffice 项目。
|
||||
|
||||
OpenOffice 对任何用户确实是免费的吗?
|
||||
----------------------------------------------------------------------
|
||||
|
||||
OpenOffice 对所有用户都是免费的。您可以获得此 OpenOffice 的副本,将其安装到您所需要的任何计算机上,并将其用于您需要的任何用途(包括商业、政府、公共管理和教育用途)。要了解详情,请参见 OpenOffice 随附的许可文本或 http://www.openoffice.org/license.html
|
||||
|
||||
为什么 OpenOffice 对任何用户都是免费的?
|
||||
----------------------------------------------------------------------
|
||||
|
||||
现今,您可以免费使用 OpenOffice 的副本,这是由于个人贡献者和社区发起人已经设计、开发、测试、翻译、评注、支持、营销以及通过许多其他方式帮助 OpenOffice 成为今天 - 世界上最主要的开源办公软件。
|
||||
|
||||
如果您欣赏他们的努力, 并且愿意帮助Apache OpenOffice可以继续发展,您可以考虑为这个项目做出贡献,具体请参考http://openoffice.apache.org/get-involved.html,还可以参考http://www.apache.org/foundation/contributing.html来了解如何捐助这个项目。任何人都可以贡献其中。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
安装注意事项
|
||||
----------------------------------------------------------------------
|
||||
|
||||
OpenOffice 要求一个较新版本的JAVA运行环境以使用它的全部功能; JAVA可以从http://java.com 下载。
|
||||
|
||||
系统要求
|
||||
----------------------------------------------------------------------
|
||||
|
||||
* 微软 Windows XP, Vista, Windows 7 或者 Windows 8
|
||||
* Pentium III 或更高系列处理器
|
||||
* 256 MB RAM(建议使用 512 MB RAM)
|
||||
* 高达 1.5 GB 的硬盘可用空间
|
||||
* 1024x768 分辨率(建议使用更高分辨率),至少 256 色
|
||||
|
||||
请注意,安装过程中需要拥有管理员权限。
|
||||
|
||||
通过使用下列含有该安装程序的命令行开关项,可以强制或禁止将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序:
|
||||
|
||||
* /msoreg=1 强制将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序。
|
||||
* /msoreg=0 禁止将 OpenOffice 注册为 Microsoft Office 格式默认的应用程序。
|
||||
|
||||
如果您使用 setup /a 执行管理安装,则需要确保系统上安装了 msvcr100.dll 文件。OpenOffice 需要此文件才能在管理安装后启动。您可以从 http://www.microsoft.com/en-us/download/details.aspx?id=5555 获取该文件。
|
||||
|
||||
请注意,安装过程中需要拥有管理员权限。
|
||||
|
||||
请确定您系统上的临时目录中有足够可用的内存空间,并且已获得读、写及运行的访问权限。开始安装前请关闭其他所有应用程序。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
程序启动时出现的问题
|
||||
----------------------------------------------------------------------
|
||||
|
||||
显卡驱动程序经常会引发 OpenOffice 启动问题(例如应用程序挂起)和屏幕显示问题。如果出现这些问题,请更新您的显卡驱动程序或尝试使用操作系统附带的图形驱动程序。如果显示三维对象时出现问题,则经常可以通过禁用“工具”-“选项”- OpenOffice -“视图”-“三维视图”下的“使用 OpenGL”选项得到解决。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Windows 下的 ALPS/Synaptics 笔记本触摸板
|
||||
----------------------------------------------------------------------
|
||||
|
||||
由于 Windows 驱动的问题, 您将不能通过使用 ALPS/Synaptics 触摸板的滚动条控制 OpenOffice 的上下滚动。
|
||||
|
||||
如果想要使用触摸板的滚动条,需要把下面几行内容添加到配置文件 "C:\Program Files\Synaptics\SynTP\SynTPEnh.ini" 中,然后重新启动您的计算机:
|
||||
|
||||
[OpenOffice]
|
||||
|
||||
FC = "SALFRAME"
|
||||
|
||||
SF = 0x10000000
|
||||
|
||||
SF |= 0x00004000
|
||||
|
||||
在 Windows 的不同版本中配置文件的位置可能会不同。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
快捷键
|
||||
----------------------------------------------------------------------
|
||||
|
||||
OpenOffice 中只能够使用操作系统尚未预设的快捷键(组合键)。如果 OpenOffice 帮助中描述的一些组合键在使用 OpenOffice 时根本无法起作用,您就需要检查一下这些快捷键是否已经被操作系统占用。要解除此类冲突,您可以更改操作系统指定的快捷键。另外,您也可以更改 OpenOffice 中绝大部分的快捷键。有关此主题的详细信息,请参阅 OpenOffice 帮助或操作系统的帮助文档。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
OpenOffice 中以当前文档格式发送电子邮件时出现的问题
|
||||
----------------------------------------------------------------------
|
||||
|
||||
当通过“文件”-“发送”-“文档作为电子邮件”或“文档作为 PDF 附件”发送文档时可能会发生问题(程序崩溃或中止)。这是由于 Windows 系统文件 "Mapi" (Messaging Application Programming Interface) 导致了一些文件版本上的问题。不幸的是,我们无法确定哪些版本有问题。有关详细信息,请访问 http://www.microsoft.com 以在知识库中搜索 "mapi dll"。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
辅助功能的重要提示
|
||||
----------------------------------------------------------------------
|
||||
|
||||
有关 OpenOffice 中辅助功能的详细信息,请参见 http://www.openoffice.org/access/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
用户支持
|
||||
----------------------------------------------------------------------
|
||||
|
||||
主支持页 http://support.openoffice.org/ 提供了各种可能的方法来帮助您使用 OpenOffice。您的问题可能已得到回答 - 可以在 http://forum.openoffice.org 查看社区论坛,或在 http://openoffice.apache.org/mailing-lists.html 搜索 "users@openoffice.apache.org" 邮件列表的存档。或者,您也可以将问题发送至 users@openoffice.apache.org。以下网页介绍了如何订阅此列表(获取电子邮件响应):http://openoffice.apache.org/mailing-lists.html。
|
||||
|
||||
您还可以查阅常见问题解答部分,网址为 http://wiki.openoffice.org/wiki/Documentation/FAQ。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
报告错误和问题
|
||||
----------------------------------------------------------------------
|
||||
|
||||
OpenOffice 网站中的 BugZilla, 是我们用于报告、跟踪和解决错误与问题的机制。我们鼓励所有用户利用这种权利,并欢迎您报告在您的特定平台上出现的问题。热心的问题报告是用户群体对正在开发和改进的办公套件可做的最重要贡献之一。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
涉及
|
||||
----------------------------------------------------------------------
|
||||
|
||||
您在该重要的开源项目发展中的积极参与将会对 OpenOffice 社区非常有帮助。
|
||||
|
||||
作为一名用户,您已经是本套件开发过程中重要的一环,我们鼓励您成为更加活跃的社区长期贡献者。请加入并查看用户页面 http://openoffice.apache.org/get-involved.html
|
||||
|
||||
开始方式
|
||||
----------------------------------------------------------------------
|
||||
|
||||
订阅一个或多个邮件列表是开始做出贡献的最佳途径,经过一段时间的邮件阅读,并且逐步借助归档邮件使自己熟悉更多的从 OpenOffice 源代码在2000年10月发布以来的讨论话题。当您觉得适当的时候,您只需要发送一封邮件做自我介绍并加入讨论。
|
||||
|
||||
订阅邮件
|
||||
----------------------------------------------------------------------
|
||||
|
||||
在http://openoffice.apache.org/mailing-lists.html中有一些您可以订阅的关于 OpenOffice 的邮件列表。
|
||||
|
||||
* 新闻: announce@openoffice.apache.org *推荐所有用户订阅* (低流量)
|
||||
* 主用户论坛: users@openoffice.apache.org *更容易看到各种讨论* (高流量)
|
||||
* 通用项目开发和讨论邮件列表:dev@openoffice.apache.org (高流量)
|
||||
|
||||
Joining the Project
|
||||
----------------------------------------------------------------------
|
||||
|
||||
您可以为这个重要的开源项目做出主要的贡献,即使您的软件设计和编码经验有限。是的,您可以!
|
||||
|
||||
在 http://openoffice.apache.org/get-involved.html 中你将会发现一些概览,范围从本地化、质量保障、用户支持到一些真正核心编码的项目工程,你可以从它们开始。如果你不是一名程序员,你可以进行其他帮助,如完善文档或从事市场推广。OpenOffice 的市场推广可以是零散的,也可以借鉴传统的推广开源软件的商业手段,并且我们需要使产品可以不受语言和文化的限制,所以你要做的可以仅仅是把这个办公套件的信息传播出去或者告诉你的朋友。
|
||||
|
||||
你可以通过加入市场推广的邮件列表 marketing@openoffice.apache.org 来提供帮助,在那里你可以建立所在国家和本地社区内新闻、媒体、政府机构、顾问、学校、Linux用户群和开发者的通讯联系点。
|
||||
|
||||
我们希望您能够愉快地使用新的 OpenOffice 4.1.6 并在线加入我们。
|
||||
|
||||
Apache OpenOffice 社区
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
LibreOffice 7.1 自述文档
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
本自述文件的最新更新请见 https://git.libreoffice.org/core/tree/master/README.md
|
||||
|
||||
|
||||
|
||||
本文件包含了关于 LibreOffice 软件的重要信息。建议您在安装前仔细阅读这些信息。
|
||||
|
||||
|
||||
|
||||
LibreOffice 社区负责此产品的开发,我们邀请您参与进来,成为全球社区中的一员。如果您是新用户,可以访问 LibreOffice 网站查阅 LibreOffice 项目以及相关信息。访问 https://zh-cn.libreoffice.org。
|
||||
|
||||
|
||||
|
||||
LibreOffice 是不是真的对任何用户都免费?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice 免费给所有人使用。您可以复制 LibreOffice 的副本并安装在任意数量的计算机上,并以任何目的使用 (包括商用、政府、公共管理以及教育用途)。更多详情请见随 LibreOffice 下载而来的许可文本。
|
||||
|
||||
|
||||
|
||||
为什么 LibreOffice 对所有用户免费?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
您可以免费使用此 LibreOffice 副本,因为是独立贡献者以及合作赞助商们设计、开发、测试、翻译、编写、支持、营销并以很多其他方式帮助实现了 LibreOffice 今天的样子——世界领先的家用、办公用开源生产软件。
|
||||
|
||||
|
||||
|
||||
如果您感谢他们的工作,并愿意确保 LibreOffice 将来能继续开发,请考虑为此项目作贡献——详情请见 https://zh-cn.libreoffice.org/get-involved/。每个人都可以作出自己的贡献。
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
安装注意事项
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice 要求更新版本的 Java 运行时环境 (JRE) 才能提供完整功能。JRE 未包含在 LibreOffice 安装包中,应该单独安装。
|
||||
|
||||
|
||||
|
||||
系统要求
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
* Microsoft Windows 7 SP1, 8, 8.1 Update (S14) 或 Windows 10
|
||||
|
||||
|
||||
|
||||
请注意,安装过程需要拥有管理员权限。
|
||||
|
||||
|
||||
|
||||
通过使用下列含有该安装程序的命令行开关项,可以强制或禁止将 LibreOffice 注册为 Microsoft Office 格式默认的应用程序:
|
||||
|
||||
|
||||
|
||||
* REGISTER_ALL_MSO_TYPES=1 可强制将 LibreOffice 注册为 Microsoft Office 格式的默认应用程序。
|
||||
|
||||
* REGISTER_NO_MSO_TYPES=1 可阻止将 LibreOffice 注册为 Microsoft Office 格式的默认应用程序。
|
||||
|
||||
|
||||
|
||||
请确保系统的临时目录有足够的空闲空间,还请确保已取得读取、写入与执行权限。在开始安装过程之前请先关闭所有其他程序。
|
||||
|
||||
|
||||
|
||||
在基于 Debian/Ubuntu 的 Linux 系统上安装 LibreOffice
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
有关在安装完美国英语版本的 LibreOffice 之后如何安装语言包的说明,请阅读如下题为「安装语言包」的部分。
|
||||
|
||||
|
||||
|
||||
将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。
|
||||
|
||||
|
||||
|
||||
该目录中有一个名为「DEBS」的子目录。切换至该「DEBS」目录。
|
||||
|
||||
|
||||
|
||||
右击该目录,并选择「在终端中打开」。这将打开一个新的终端窗口。在终端窗口的命令行处输入以下的命令 (命令执行前将提示您输入 root 用户密码):
|
||||
|
||||
|
||||
|
||||
以下命令将安装 LibreOffice 以及桌面环境整合软件包 (您可以直接将其复制粘贴至命令提示界面中,不用手动输入):
|
||||
|
||||
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
安装过程已经完成。现在您应该可以在桌面的「应用程序/办公」菜单中看到所有 LibreOffice 应用程序的图标了。
|
||||
|
||||
|
||||
|
||||
在 Fedora、openSUSE、Mandriva 以及其他 Linux系统中使用 RPM 软件包安装 LibreOffice
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
有关在安装完美国英语版本的 LibreOffice 之后如何安装语言包的说明,请阅读如下题为「安装语言包」的部分。
|
||||
|
||||
|
||||
|
||||
将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。
|
||||
|
||||
|
||||
|
||||
此目录包含名为 "RPMS" 的子目录。切换至"RPMS"目录。
|
||||
|
||||
|
||||
|
||||
右击该目录,并选择「在终端中打开」。这将打开一个新的终端窗口。在终端窗口的命令行处输入以下的命令 (命令执行前将提示您输入 root 用户密码):
|
||||
|
||||
|
||||
|
||||
对于基于 Fedora 的系统: sudo dnf install *.rpm
|
||||
|
||||
|
||||
|
||||
对于基于 Mandriva 的系统: sudo urpmi *.rpm
|
||||
|
||||
|
||||
|
||||
对于其他基于 RPM 的系统 (openSUSE 等): rpm -Uvh *.rpm
|
||||
|
||||
|
||||
|
||||
安装过程已经完成。现在您应该可以在桌面的「应用程序/办公」菜单中看到所有 LibreOffice 应用程序的图标了。
|
||||
|
||||
|
||||
|
||||
作为备选方式,您可以使用位于本归档目录根文件夹中的「install"脚本。该脚本会配置 LibreOffice 的安装,以使其拥有一个独立于您的常规 LibreOffice 配置文件的配置文件。请注意,这将不会安装桌面环境集成部分,例如桌面菜单项以及桌面 MIME 类型注册。
|
||||
|
||||
|
||||
|
||||
对上述安装说明中未提及的Linux发行版中的桌面集成的说明
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
对于本安装说明中未特别提及的其他 Linux 发行版,安装 LibreOffice 应该很简单。主要的差异大概在桌面集成方面。
|
||||
|
||||
|
||||
|
||||
RPMS 或 DEBS 目录中分别还包含名为 libreoffice7.1-freedesktop-menus-7.1.0.1-1.noarch.rpm (或者 libreoffice7.1-debian-menus_7.1.0.1-1_all.deb 或类似的) 的软件包。该软件包可供所有支持 Freedesktop.org 规范/推荐 (https://en.wikipedia.org/wiki/Freedesktop.org) 的 Linux 发行版使用,也可在前文说明中未提及的其他 Linux 发行版中安装。
|
||||
|
||||
|
||||
|
||||
安装语言包
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
下载适合您的语言与平台的语言包。可从主安装包所在位置下载。在 Nautilus 文件管理器中,将下载的压缩包解压到一个目录 (例如您的桌面)。请确保您已退出包括「快速启动器」在内的所有 LibreOffice 应用程序。
|
||||
|
||||
|
||||
|
||||
切换至您解压缩语言包所在的目录。
|
||||
|
||||
|
||||
|
||||
现在请进入解压得到的目录。例如,对于 32 位基于 Debian/Ubuntu 系统的法语语言包,其目录名称为「LibreOffice_」后接版本信息,后接「Linux_x86_langpack-deb_fr」。
|
||||
|
||||
|
||||
|
||||
现在切换至要安装的软件包所在目录。对于基于 Debian/Ubuntu 的系统,该目录应为 DEBS。对于 Fedora、openSUSE 或 Mandriva 系统,该目录应为 RPMS。
|
||||
|
||||
|
||||
|
||||
在 Nautilus 文件管理器中,右击该目录,并选择「在终端中打开」命令。在刚打开的终端窗口中执行安装语言包的命令 (下述各命令都将提示您输入 root 用户的密码):
|
||||
|
||||
|
||||
|
||||
对于基于 Debian/Ubuntu 的系统: sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
对于基于 Fedora 的系统: su -c 'dnf install *.rpm'
|
||||
|
||||
Reference in New Issue
Block a user