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

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #4 from Stephan Bergmann <[email protected]> ---
This is due to ep_oo_writer_addin_v_1_0.oxt (see comment 3 for download link)
containing a registry/data/org/openoffice/Office/ProtocolHandler.xcu that
contains

<node oor:name="de.deutschepost.ooeporto.testing.InterceptorJob"
oor:op="replace">
  <prop oor:name="Protocols" oor:type="oor:string-list">
    <value>.uno:*</value>
  </prop>
</node>

conflicting with the original com.sun.star.comp.sfx2.AppDispachProvider handler
for .uno* and slot:* in
officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu.  If you
remove the above block from the .oxt, the various menu entries work again.

(There is no easy safeguard against broken extensions here; adding
oor:finalize="true" to the original handler does not help, as the conflicting
handlers are set nodes with different names.)

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