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

             Bug #: 49379
           Summary: Setting the Temp path (Tools > Options) impossible
                    with an extension
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.3.0 Beta2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: Extensions
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: c...@nouenoff.nl


( Follow up from Bug 49378 )

An extension to set the various paths, does not modify the "Temp" path.
That however is possible via the UI.
I do not see this working in any version of LibreOffice (and doubt if it does
in OOo, where the attached extension in the other bug fails all together).

Contents of the Path.xcu:

 <node oor:name="Variables">
  <prop oor:name="Work">
   <value>file://~/Documenten/DATA/LibO</value>
  </prop>
 </node>
 <node oor:name="Paths">
  <node oor:name="Temp">
   <prop oor:name="WritePath">
    <value>file://~/Documenten/DATA/LibO</value>
   </prop>
  </node>
  <node oor:name="Template" oor:op="fuse">
   <prop oor:name="WritePath">
    <value>file://~/Documenten/DATA/LibO</value>
   </prop>
  </node>
 </node>

It does not make a difference when the following prop is added to the node
Variables and removed from the node Paths :

  <prop oor:name="Temp">
   <value>file://~/Documenten/DATA/LibO</value>
  </prop>

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to