https://bugs.freedesktop.org/show_bug.cgi?id=55005

             Bug #: 55005
           Summary: macro libraries from previous version, copied with
                    whole user/basic folder, are not available -
                    scripts.xlc in /user/basic is changed on first start
                    of LibreOffice
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.2.1 rc
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


macro libraries from previous version, copied with whole user/basic folder, are
not available - scripts.xlc in /user/basic is changed on first start of
LibreOffice 3.6.2rc1


Background:

I work on Ubuntu with many (test) versions and often copy the user-registry
from an older version to the path for a new version


What hapened:

- Copied my .config/libreoffice/356/user tree to 362rc1/user
- Started 3.6.2rc1
- From the macro's, only Stadard library was available.
Normal for me, is that all are available.


Analyses:

cono@cono-tm-new:~/.config/libreoffice$ ls -l 362rc1/user/basic/script*
-rw-rw-r-- 1 cono cono 6701 sep 17 11:08 362rc1/user/basic/script.xlc
-rw-r--r-- 1 cono cono 6574 sep 17 11:08 362rc1/user/basic/script.xlc~
cono@cono-tm-new:~/.config/libreoffice$ ~/scrpts/362rc1  ' STARTING LibreOffice
cono@cono-tm-new:~/.config/libreoffice$ ls -l 362rc1/user/basic/script*
-rw-rw-r-- 1 cono cono  406 sep 17 11:09 362rc1/user/basic/script.xlc
-rw-r--r-- 1 cono cono 6574 sep 17 11:08 362rc1/user/basic/script.xlc~

So when I start 3.6.2rc1 for the first time (after copying the user-tree from
356) the script.xlc is changed

All libreries are still in the path and declared in script.xlc~
So this of course cures the problem:
$ mv 362rc1/user/basic/script.xlc 362rc1/user/basic/script.xlc_BAK
$ mv 362rc1/user/basic/script.xlc~ 362rc1/user/basic/script.xlc

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to