https://bugs.documentfoundation.org/show_bug.cgi?id=170387
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #5 from Michael Weghorn <[email protected]> --- (In reply to raal from comment #4) > This seems to have begun at the below commit in bibisect repository/OS > linux-64-26.2. > Adding Cc: to Michael Weghorn ; Could you possibly take a look at this one? > Thanks > e59ca2f6d05cb5165410291e1ebcd69489f343d3 is the first bad commit > commit e59ca2f6d05cb5165410291e1ebcd69489f343d3 > Author: Jenkins Build User <[email protected]> > Date: Thu Dec 4 23:38:55 2025 +0100 > > source be04a19fa2b8357520e6d0297466e1909a3c3995 > > 193580: tdf#169318 tdf#127201 extension mgr: Open via new UNO command | > https://gerrit.libreoffice.org/c/core/+/193580 That commit introduced a new UNO command ".uno:ExtensionManager" used to start the extension manager, which is used by all menu entries instead of the previous "service:com.sun.star.deployment.ui.PackageManagerDialog". However, the sample file mentioned in comment 1 includes a menubar configuration explicitly referencing the old "service:com.sun.star.deployment.ui.PackageManagerDialog". This could be manually fixed by going to "Tools" -> "Customize", then removing the entry without a label and adding the new/proper "Extensions" entry instead and resaving the file. Pending change https://gerrit.libreoffice.org/c/core/+/198964 will reintroduce the "Extensions..." label for the old entry to unbreak existing configurations saved to files. Since it affects a UI string, I fear it probably cannot be backported to 26.2 (as it would require translation), so this will only be for master/26.8. -- You are receiving this mail because: You are the assignee for the bug.
