I build LibreOffice 5.0 branch (currently beta-3+) and master under Ubuntu 15.04 x86-64 and both have the same problem, directly linked to Unity. If I build with Dbus then the menu File > Templates > Manage opens a toolbar instead of the Template manager. In LO 5.0 the toolbar is the Media Playback, in the master the toolbar is the Insert toolbar. If I add the option --disable-dbus in my autogen.input then the problem is gone (and the global menu in Unity too). Best regards. JBF
Hi Bjoern, This bug report may be interesting for you. Best regards. JBF
I have installed the deb-64-packages. The template manager opens correctly.
To reproduce the problem, you need to use LibreOffice 5.0 rc3 with the vcl plugin gtk2 instead of gtk3 that is used by default. To do that set the environment variable SAL_USE_VCLPLUGIN to the value "gtk": export SAL_USE_VCLPLUGIN="gtk" The problem does not occur for me if I use the VCL plugin for GTK3. Best regards. JBF
Created attachment 118713 [details] Screencast I can confirm that clicking File > Template > Manage opens the Fontwork toolbar instead of the Template Manager. Its shortcut works, nevertheless. See the attached screencast.
*** Bug 98377 has been marked as a duplicate of this bug. ***
That
It seems that the workaround consisting in using the GTK3 plugin does not work for the current master and LO 5.1 Best regards. JBF
Hillarious with native gtk3 menus I get a drawing shape with this menu. I think the problem is that the command ".uno:NewDoc" is duplicated in the menu structure causing "odd things" to happen with the second .uno:NewDoc
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e22618a355c0e506b8cfac9c52e9564db26949d2 Resolves: tdf#92067 with duplicate menu entries track which to activate It will be available in 5.2.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.
That seems to work fine for this duplicated entry. caolan->cor: I seem to recall you showing me a problem with this exact menu entry in the past.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f9b729dba5d1dd9a87241284a67ee4dfc91bee2f&h=libreoffice-5-1 Resolves: tdf#92067 with duplicate menu entries track which to activate It will be available in 5.1.2. 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.
Verified fixed in LO 5.1.2.0.0+. Thank you very much. Best regards. JBF
*** Bug 99154 has been marked as a duplicate of this bug. ***
This bug still happens for me in master built on 2016-04-15.
(In reply to Samuel Mehrbrodt (CIB) from comment #14) > This bug still happens for me in master built on 2016-04-15. It was broken again with commit 66db55aa84e8401a9eccedb02c67150833a344ba Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Mar 15 11:15:40 2016 +0000 Resolves: tdf#98636
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=27014f563577c3c5da19e37a57d4e73c0ebae140 Resolves: tdf#92067 and tdf#99599, use a foolproof action naming scheme It will be available in 5.2.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.