With 4.2 (Windows) Private Extensions menu's are no longer visible in the StartModule Private Toolbars are still visible in the StartModule <node oor:name="OfficeMenuBar"> <node oor:name="MyPrivateMenu.OfficeMenuBar" oor:op="replace"> <prop oor:name="Context" oor:type="xs:string"> <value>com.sun.star.frame.StartModule,com.sun.star.text.TextDocument,com.sun.star.sdb.TextReportDesign,com.sun.star.text.WebDocument,com.sun.star.xforms.XMLFormDocument,com.sun.star.text.GlobalDocument,com.sun.star.sdb.FormDesign,com.sun.star.sheet.SpreadsheetDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument,com.sun.star.sdb.OfficeDatabaseDocument</value> </prop> this menu shows in the different modules but "com.sun.star.frame.StartModule" is sillently ignored <node oor:name="MyPrivate Toolbar.OfficeToolBar" oor:op="replace"> <node oor:name="m001" oor:op="replace"> <prop oor:name="Context" oor:type="xs:string"> <value>com.sun.star.frame.StartModule,com.sun.star.text.TextDocument,com.sun.star.sdb.TextReportDesign,com.sun.star.text.WebDocument,com.sun.star.xforms.XMLFormDocument,com.sun.star.text.GlobalDocument,com.sun.star.sdb.FormDesign,com.sun.star.sheet.SpreadsheetDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument,com.sun.star.sdb.OfficeDatabaseDocument</value> </prop> here the Menubar is showed in the startModule Operating System: All Version: 4.2.0.4 release
Hi Fernand, Haven't checked yet (will do when I update an extension.. later) But isn this change done on purpose with the new start center ?? Cheers Cor
*** Bug 76199 has been marked as a duplicate of this bug. ***
Adding self to CC if not already on
I confirm the behavior (checked in 440) Cannot think of any good reason for the change > a bug IMO.
Most likely a regression of: commit 46666a7720e18238b926531a7082dbb8bc524889 Author: Jan Holesovsky <kendy@collabora.com> Date: Wed Nov 13 14:44:45 2013 +0100 startcenter: Remove useless menu entries. Change-Id: Ie886beceb57201ee1a0893943c455d5f87b0d6cc The code at MenuBarManager::FillMenuManager checks for ".uno:WindowList" item, and inserts the addon menu before it, but StartModule doesn't have this item.
(In reply to Maxim Monastirsky from comment #5) > The code at MenuBarManager::FillMenuManager checks for ".uno:WindowList" > item, and inserts the addon menu before it, but StartModule doesn't have > this item. Maybe we can add code that if it doesnt find ".uno:WindowList", that it checks for ".uno:ToolsMenu" and places the addon menu after it.
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b1326ecbb793a5940719b59a049368e7be45147a tdf#76197 Make OfficeMenuBar work again in the start center It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9f6f86805e543be6e76ff22496663ddc68669ce5&h=libreoffice-4-4 tdf#76197 Make OfficeMenuBar work again in the start center It will be available in 4.4.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f30206f63dcf6fe41a216a3d708dfd05cc2b83a9&h=libreoffice-5-0 tdf#76197 Make OfficeMenuBar work again in the start center It will be available in 5.0.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.