On 07/14/2010 05:49 AM, Jeff Bankston (OOo) wrote:
> NoOp wrote:
...

We probably should move this over to the user list.

>> Answer the questions from the reply to your previous thread:
>> 
>> OOo 3.2 from Openoffice.org or from an launchpad PPA?
>> PPA meaning something like this?
>> https://launchpad.net/~openoffice-pkgs/+archive/ppa
>> 
>> Can you provide the output of:
>> 
>> $ locate versionrc
>> $ cat /usr/lib/openoffice/program/versionrc
...
> 
> I downloaded OOo 3.2 from openoffice.org and manually installed it.
> 
> j...@jbankston:~$ locate versionrc
> /opt/ibm/lotus/Symphony/framework/shared/eclipse/plugins/com.ibm.symphony.basis.base.linux_2.0.0.20100331-0928/basis/program/versionrc
> /opt/ibm/lotus/Symphony/framework/shared/eclipse/plugins/com.ibm.symphony.brand.linux_2.0.0.20100331-0928/program/versionrc
> /opt/ibm/lotus/Symphony/framework/shared/eclipse/plugins/com.ibm.symphony.ure.linux_2.0.0.20100331-0928/ure/bin/versionrc
> /opt/openoffice.org/ure/bin/versionrc
> /usr/lib/openoffice/basis3.2/program/versionrc
> /usr/lib/openoffice/program/versionrc
> /usr/lib/ure/bin/versionrc
> j...@jbankston:~$
> 
> 
> j...@jbankston:~$
> j...@jbankston:~$ cat /usr/lib/openoffice/program/versionrc
> [Version]
> AllLanguages=en-US
> BuildVersion=ooo-build 3.2.0.10, Debian 1:3.2.0-7ubuntu1~karmic1, Sat 
> Apr 17 07:47:25 UTC 2010
> buildid=320m12(Build:9483)
> ExtensionUpdateURL=http://updateext.services.openoffice.org/ProductUpdateService/check.Update
> OOOBaseVersion=3.2
> ProductBuildid=9483
> ProductMajor=320
> ProductMinor=12
> ProductSource=OOO320
> UpdateID=OpenOffice.org_3_en-US
> UpdateURL=
> UpdateUserAgent=<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; 
> BundledLanguages=${AllLanguages})
> Vendor=Debian and Ubuntu
> j...@jbankston:~$

You seem to be missing this one:
$ cat /opt/openoffice.org3/program/versionrc
[Version]
AllLanguages=en-US
buildid=320m18(Build:9502)
ExtensionUpdateURL=http://updateext.services.openoffice.org/ProductUpdateService/check.Update
OOOBaseVersion=3.2
ProductBuildid=9502
ProductMajor=320
ProductMinor=18
ProductSource=OOO320
UpdateID=OpenOffice.org_3_en-US
UpdateURL=http://update35.services.openoffice.org/ProductUpdateService/check.Update?pkgfmt=deb
UpdateUserAgent=<PRODUCT> (${buildid}; ${_OS}; ${_ARCH};
BundledLanguages=${AllLanguages}

How did you install? Did you download the deb and then:
$ cd /<path>/OOO320_m18_native_packed-1_en-US.9502/DEBS
$ sudo dpkg -i *.deb

Also, if you do not specify a separate user profile folder in
/opt/openoffice.org3/program/bootstraprc OOo standard will us the same
profile folder as Ubuntu 3.2.0 OOo (~/.openoffice/), and that may be the
cause of your problem. I recommend that you edit bootstraprc to create a
separate user profile folder. That way you can run either (in parallel
and at the same time if you wish so that you can do comparisons). Modify:

$ /opt/openoffice.org3/program/bootstraprc

from:

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

to:

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

Notice, the only line changed is:
UserInstallation=$SYSUSERCONFIG/.openoffice.org3/3

Restart standard OOo and it will start as new.

Now your standard OOo will use ~/.openoffice.org3/3 and your Ubuntu
3.2.0 will continue to use .openoffice.org/3. You can open both at the
same time and they will not conflict with each other.



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

Reply via email to