https://bugs.documentfoundation.org/show_bug.cgi?id=171075
--- Comment #10 from David GarcĂa <[email protected]> --- (In reply to nutka from comment #7) > The with_issue.ods file comes with own menu bar stored in > (...)\Configurations2\menubar\menubar.xml > > Relevant entry reads: > > ><menu:menuitem > >menu:id="service:com.sun.star.deployment.ui.PackageManagerDialog" > >menu:style="text"/> > > whereas the entry in menubar.xml in the installation folder > "(...)\share\config\soffice.cfg\modules\scalc\menubar\" > > reads > > ><menu:menuitem menu:id=".uno:ExtensionManager" menu:style="text"/> > > The menu item is visible in 25.8.4.2 and "not visible" in 26.2.0.3 and > 26.2.1.2. Hi, nutka, Thank you for the information. The issue isn't reproducible on the daily build for 28.0.0.0, but I wonder if I should fix my document too. The original document is a document that I regularly use as a template and that I've spent a lot of time on, so it'd be really bad if I broke it by accident. If you think it'd be better for me to fix it, this is what I would do (and please correct me if I suggest something wrong): 1. I open my document with 7zip (or should I use a different programme?). 2. I extract 'menubar.xml'. 3. I replace: <menu:menuitem menu:id="service:com.sun.star.deployment.ui.PackageManagerDialog" menu:style="text"/> with <menu:menuitem menu:id=".uno:ExtensionManager" menu:style="text"/> 4. I add this updated 'menubar.xml' to my document using the same programme. My concern is that, by doing this, I could somehow modify the internal structure of the ZIP document that is behind my Calc document. Thanks in advance. -- You are receiving this mail because: You are the assignee for the bug.
