[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#506820: openoffice.org: old profiles cause problems in heterogeneous environments



Hi,

Rene Engelhard wrote:
> > ooo-1.1. Of course the script does not match it then.
> > (It does ed -i "s/.*library:name=\"WebWizard\".*openoffice.*//" $dialog_xlc $script_xlc and has no way to find out the path, as the system it seens the
> > version on might not have the .sversionrc)
> 
> But if it has the .sversionrc (and we know the $HOME) we might be able
> to parse it (we know the user dir then and it has symlinks to soffice etc)

Just for reference, does this work instead of the current snippet in soffice?:

if [ -e $HOME/.sversionrc ]; then
        profiles=`cat $HOME/.sversionrc | grep ^OpenOffice.org | cut -d"=" -f2 | sed -e s,file://,, | xargs`
        for p in $profiles; do
                if [ -e $p/soffice ]; then
                        office=`readlink $p/soffice | sed -e s,program/soffice,,
                fi
        done
fi
# Fix for bug #mdv41228 #i89207
# Remove this line:
# <library:library library:name="WebWizard" xlink:href="file:///usr/lib/openoffice/share/basic/WebWizard/dialog.xlb/" xlink:type="simple" library:link="true" library:readonly="true"/>
# from files below.
dialog_xlc=~/.openoffice.org2/user/basic/dialog.xlc
script_xlc=~/.openoffice.org2/user/basic/script.xlc
if [ -f $dialog_xlc -a -f $script_xlc ]; then
        sed -i "s/.*library:name=\"WebWizard\".*$office.*//" $dialog_xlc $script_xlc
fi

> And for OOo3 that scriptlet above is gone anyway, we should not keep
> update scriptlets for infinite time. (And this problem only
> arises on 1.1.x->2.x and some 2.x->2.x updates)
> 
> > If you have a environment with different OOo versions from different
> > distributors that is crying for touble.
> 
> Still valid. What if you have a OOo1 somewhere and go to Debian OOo3.
> You would still run into this problem.

That didn't and won't change, i'll only keep this snippet for 2.4.x (lenny).
Experimentals 3.0.0 packages didn't have it in any of its releases anyway ;-)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




Reply to: