On 08/22/2009 01:26 PM, NoOp wrote:
> On 08/21/2009 11:54 AM, Johnny Rosenberg wrote:
>> ”terminate called after throwing an instance of
>> 'com::sun::star::uno::RuntimeException'”
> 
> Try renaming your OOo profile folder(s) to see if it's in the profile or
> the program. This sounds similar to the OOo3RC2 issues:
> 
> <http://www.nabble.com/-Linux--OOo3RC2-Installation-Issues-Workaround-td19695985.html>

One other point; if OOo is still sharing with your (U)OOo profile
(~/.openoffice.org/3/user) it will crash. For example,

- I have OOo dev installed and it uses ~/.ooo-dev,
- I also have (U)OOo3.1 (from the PPA's) and it uses ~/.openoffice.org,
- I also have OOo 3.1.1.RC installed and it want's to use
~/.openoffice.org even though it installs itself into
/opt/openoffice.org3. So to avoid it crashing in conflict with
(U)OOo3.1, I tell is to use ~/.openoffice.org3 & that way it uses a
separate profile directory/folder. To tell it to use this profile folder
instead of ~/.openoffice.org I modify the following:

$ cd /opt/openoffice.org3/program
$ chmod +w bootstraprc
$ gksu gedit bootstraprc

then modify to:
[Bootstrap]
BaseInstallation=${OOO_BASE_DIR}
InstallMode=<installmode>
ProductKey=OpenOffice.org 3.1
UserInstallation=$SYSUSERCONFIG/.openoffice.org3/3
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.services.openoffice.org

Note the:
UserInstallation=$SYSUSERCONFIG/.openoffice.org3/3
where I've told OOo to use .openoffice.org3/3 instead of .openoffice.org/3




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to