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

             Bug #: 49378
           Summary: Setting the paths (Tools > Options) with an extension
                    fails
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO Master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: medium
         Component: Extensions
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 60898
  --> https://bugs.freedesktop.org/attachment.cgi?id=60898
sample extension

I'll attach a sample extension, that sets the properties for paths  (Tools >
Options)  as follows

 <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>

After installing and restarting the Path "Work" is empty, and the pathes "Temp"
and "Template" are not modified (so nothing is added)

Using this extension in 3.4.x or 3.3.x does lead to the desired effect.

Note! when using the extension, make sure that the paths used exist on your
system.

(  Note! the path "Temp" is not set, in any version of LibreOffice, also when
this prop is added to the node Variables
  <prop oor:name="Temp">
   <value>file://~/Documenten/DATA/LibO</value>
  </prop>
Will submit a separate issue for that  )

-- 
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