To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41758
                  Issue #:|41758
                  Summary:|script.xlc overwritten with incorrect path
                          |information when OOo exits.
                Component:|framework
                  Version:|680m74
                 Platform:|All
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|pitonyak





------- Additional comments from [EMAIL PROTECTED] Mon Jan 31 11:56:33 -0800 
2005 -------
I store my macros in a directory of my choosing. I install OOo and then use
Tools | Options | OpenOffice.org | Paths and then I modify the Basic paths to
include the shared path and my own path (c:\ooo1.74\user\basic, for example). I
do delete the path that points to my windows user settings... (the one under
Documents and Settings). I then import the libraries from a previous install
elsewhere and I can use everything just fine. 

Exit OOo and then look at the file c:\ooo1.74\user\basic\script.xlc, and the
path information for each library starts with 

xlink:href="$(USER)/basic/

rather than the directory that really contains the libraries. This prevents the
appended libraries from existing. If I reappend the libraries, then they are
visible. I can manually edit script.xlc and dialog.xlc and set the reference to
the actuall directory before starting OOo:

xlink:href="file:///c:/Andy/oo/OOo.1.9.74/user/basic/RemoveFormatting/dialog.xlb/"

If I do this, then everything works fine, but next time I shutdown OOo, these
values are overwritten withe $(USER) for the path....

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to