[Libreoffice-commits] .: Branch 'libreoffice-3-5' - readlicense_oo/docs

2012-02-03 Thread Andras Timar
 readlicense_oo/docs/readme/readme.xrm |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8727d28bc8bc54014371421404c33ae6d89d3e63
Author: Petr Mladek 
Date:   Fri Feb 3 17:56:18 2012 +0100

update README section about desktop integration packages on Linux

The redhat-menus package has been obsoleted by freedesktop-menus.
The freedesktop-menus package should be usable on most other distros
these days.

Thanks Jean-Baptiste for noticing this.

Signed-off-by: Andras Timar 

diff --git a/readlicense_oo/docs/readme/readme.xrm 
b/readlicense_oo/docs/readme/readme.xrm
index 4e50f63..e4fd3ab 100755
--- a/readlicense_oo/docs/readme/readme.xrm
+++ b/readlicense_oo/docs/readme/readme.xrm
@@ -150,9 +150,10 @@
The above command 
does the first part of the installation process. To complete the process, you 
also need to install the desktop integration packages. To do this, change 
directory to the "desktop-integration" directory that is within the "RPMS" 
directory, using the following command:
cd 
desktop-integration
Now run the 
installation command again:
-   For Fedora-based 
systems: su -c 'yum install *redhat*.rpm'
+   For Fedora-based 
systems: su -c 'yum install *freedesktop*.rpm'
For Mandriva-based 
systems: sudo urpmi *mandriva*.rpm
-   For other 
RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm
+   For SUSE-based 
systems: rpm -Uvh *suse*.rpm
+   For other 
RPM-based systems: rpm -Uvh *freedesktop*.rpm
The installation 
process is now completed, and you should have icons for all the ${PRODUCTNAME} 
applications in your desktop's Applications/Office menu.
Notes Concerning 
Desktop Integration for Linux Distributions Not Covered in the Above 
Installation Instructions
It should be 
easily possible to install ${PRODUCTNAME} on other Linux distributions not 
specifically covered in these installation instructions. The main aspect for 
which differences might be encountered is desktop integration.
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-5' - readlicense_oo/docs

2012-01-08 Thread Andras Timar
 readlicense_oo/docs/readme/readme.xrm |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

New commits:
commit b7ae042cdcdad7650324d0acbb4f5b55294b0faa
Author: Andras Timar 
Date:   Sun Jan 8 15:28:39 2012 +0100

update readme fdo#37951

diff --git a/readlicense_oo/docs/readme/readme.xrm 
b/readlicense_oo/docs/readme/readme.xrm
index 71e6214..4e50f63 100755
--- a/readlicense_oo/docs/readme/readme.xrm
+++ b/readlicense_oo/docs/readme/readme.xrm
@@ -80,15 +80,13 @@
Registration 
of ${PRODUCTNAME} as default application for Microsoft Office formats can be 
forced or suppressed by using the following command line switches with the 
installer:


-   /msoreg=1 will force registration of ${PRODUCTNAME} 
as default application for Microsoft Office formats.
+   REGISTER_ALL_MSO_TYPES=1 will force registration of 
${PRODUCTNAME} as default application for Microsoft Office formats.

 

-   /msoreg=0 will suppress registration of 
${PRODUCTNAME} as default application for Microsoft Office formats.
+   REGISTER_NO_MSO_TYPES=1 will suppress registration of 
${PRODUCTNAME} as default application for Microsoft Office formats.


-   If you perform 
an administrative installation using setup /a, you need to make sure that the 
file msvc90.dll is installed on the system. This file is required for 
${PRODUCTNAME} to start after an administrative installation. You can get the 
file from http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF";>http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
-   Please be aware that administrator rights are needed for the 
installation process.


As a general rule, 
you are recommended to install ${PRODUCTNAME} via the installation methods 
recommended by your particular Linux distribution (such as the Ubuntu Software 
Center, in the case of Ubuntu Linux). This is because it is usually the 
simplest way to obtain an installation that is optimally integrated into your 
system. Indeed, ${PRODUCTNAME} may well be already installed by default when 
you originally install your Linux operating system.
@@ -131,7 +129,7 @@

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 
${PRODUCTNAME} on Debian/Ubuntu-based Linux systems
-   If you have a 
previous version of ${PRODUCTNAME} already installed, then you will need to 
de-install it before proceeding further. For instructions on how to do that, 
please read the section below entitled Deinstallation of a Previous Version of 
${PRODUCTNAME}. For instructions on how to install a language pack (after 
having installed the US English version of ${PRODUCTNAME}), please read the 
section below entitled Installing a Language Pack.
+   If you have a 
previous version of ${PRODUCTNAME} already installed, then you will need to 
de-install it before proceeding further. For instructions on how to install a 
language pack (after having installed the US English version of 
${PRODUCTNAME}), 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 "LibO_", 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):
@@ -142,7 +140,7 @@
sudo dpkg -i 
*.deb
The 
installation process is now completed, and you should have icons for all the 
${PRODUCTNAME} applications in your desktop's Applications/Office menu.
Installation of 
${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux systems using RPM 
packages
-