[Bug 1061579] Re: Start presentation menu entry disabled
Fixed on commit 84d1e66ce5a6dec71d62e31c3fe650a220df0f9d but implementation should be improved. Currently, it is a hack to make items of different kind but with the same command work with the GMenuModel/GActionGroup menu protocol. ** Changed in: libreoffice (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061579 Title: Start presentation menu entry disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1061579/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064992] [NEW] Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader
Public bug reported: When using LibreOffice, Unity menubar crashes when activating a submenu if Orca screen reader is being used. Although menubar crashes, LibreOffice doesn't. ** Affects: indicator-appmenu Importance: Undecided Status: New ** Affects: libreoffice (Ubuntu) Importance: Undecided Assignee: Antonio Fernández (antonio-fernandez-vega) Status: New ** Tags: lovclmenubar ** Summary changed: - unity menubar crashes when activating a submenu while using Orca screen reader + Unity menubar crashes when activating a submenu while using Orca screen reader ** Summary changed: - Unity menubar crashes when activating a submenu while using Orca screen reader + Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader ** Also affects: indicator-appmenu Importance: Undecided Status: New ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064992 Title: Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-appmenu/+bug/1064992/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
I'll check it... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
Actions seem to work for me, but I have noticed that menu is not displayed when the file is opened. It requires the window to be unfocused and focused to get displayed... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise)
Executing Writer with G_DBUS_DEBUG=message I can see that actions are correctly published on DBus when window is shown, but not the GMenuModel. GMenuModel gets published when focusing the window again. Using D-Feet right after unfocusing the window, I can read the GMenuModel. Then, after focusing the window again, GMenuModel gets published and displayed on the menubar... Very weird stuff... menu seems to be ready, but for some reason is not read from the other side. Could this be a mutex problem in LO or is this a synchronization problem in indicator-appmenu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise)
@Bjoern I experienced some problems when publishing a populated menu. When switching from LO's main view to Writer or other application, only the top-level items from menubar are displayed... I think it shouldn't be happening, but it happens... I have tried to not exporting the action group, and menubar gets displayed... but exporting both ends up with GMenuModel not being published after GActionGroup. @Adam I don't think it is related. However, I have been noticing that HUD is not updated properly when actions and menu items are added or removed, but menubar is... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1061579] Re: Start presentation menu entry disabled
Maybe it is a special command, like the window list items, and it could require some special handling. I'll check it out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061579 Title: Start presentation menu entry disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1061579/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1061579] Re: Start presentation menu entry disabled
The real issue is a constraint in the GMenuModel and GActionGroup protocol. Actions should be unique. Problem is that the command attached to the "Slide Show" menu item is linked in two menu items, but one of them is a radio button, and the other one is a normal button. In GMenuModel/GActionGroup protocol, actions define the way menu items are displayed (as radio buttons, checkmarks...). This means that we have to create a new action with another name that would be mapped to the original LO command. Fixing this issue is not trivial, and, since this appears to be a very specific case, we can do a hack to let this button work on the final release while we develop a better solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061579 Title: Start presentation menu entry disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1061579/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Bjoern @Ryan I commited a fix for this some days ago. In that fix, window settings are set before it gets mapped, so this bug should never happen if that is the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Peter I am the guy responsible for the LO's Unity menubar implementation, and I apologize for all problems you are having. I commited a fix for this issue some days ago, but I don't know when it would be released, but it should be soon. I know that implementation is far from perfect, but trust me that we did our best to integrate LO with Unity, but things went a little bit difficult in the process. I know that there are some issues with the menubar and I am working to fix all of them as soon as possible. Hope this helps you in some way :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 739184] Re: Mnemonics do not work on Unity.
** Summary changed: - Keyboard shortcuts to menus do not work. + Mnemonics do not work on Unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739184 Title: Mnemonics do not work on Unity. To manage notifications about this bug go to: https://bugs.launchpad.net/lo-menubar/+bug/739184/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045364] Re: Some stale menu items still visible in Unity after been deleted or hidden in LO
** Summary changed: - Some stale menu items still visible in Unity after been deleted in LO + Some stale menu items still visible in Unity after been deleted or hidden in LO -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045364 Title: Some stale menu items still visible in Unity after been deleted or hidden in LO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045364/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
Many accelerators are now displayed, but some special keys should be mapped to create the correct accelerator label. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045353] Re: Commands are not displayed in the HUD
HUD works well before activating the menu using commit 627731abde0d934a8cd172de9b0ee5eb7d3b9667. After activating a menu, some items could be updated and HUD doesn't work anymore although actions are visible using D-Feet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045353 Title: Commands are not displayed in the HUD To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1052195] [NEW] HUD stops working when updating a GMenuModel and GActionGroup on LibreOffice
Public bug reported: HUD stops working using LO commit 627731abde0d934a8cd172de9b0ee5eb7d3b9667 after updating the menu structure and actions. When LibreOffice is started, HUD works as expected, but after activating a menu, HUD doesn't show actions anymore, although they could be accessed through D-Feet. Steps to reproduce this bug are: 1. Open LibreOffice. 2. Push key to activate the HUD. 3. Search for an action (e.g. "Open"). 4. Command should appear in HUD's window. 4. Close the HUD using key. 5. Click on the "Window" menu. 6. Repeat from steps 2 and 3. 7. Commands are no longer available using the HUD. ** Affects: indicator-appmenu (Ubuntu) Importance: Undecided Status: New ** Tags: hud-service libreoffice lovclmenubar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052195 Title: HUD stops working when updating a GMenuModel and GActionGroup on LibreOffice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1052195/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1052200] [NEW] LibreOffice crashes with a SIGSEGV sometimes because GMenuModel exporter receives a NULL menu
Public bug reported: Opening LibreOffice's main screen and selecting an application (e.g. Writer) can produce a Segmentation Fault (SIGSEGV) when switching from main screen to the application because a NULL menu is received by GMenuModel exporter. ** Affects: libreoffice (Ubuntu) Importance: Undecided Assignee: Antonio Fernández (antonio-fernandez-vega) Status: In Progress ** Tags: lovclmenubar ** Changed in: libreoffice (Ubuntu) Status: New => Confirmed ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) ** Changed in: libreoffice (Ubuntu) Status: Confirmed => In Progress ** Summary changed: - LibreOffice crashes with a SIGSEGV sometimes because gmenuexporter receives a NULL menu + LibreOffice crashes with a SIGSEGV sometimes because GMenuModel exporter receives a NULL menu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052200 Title: LibreOffice crashes with a SIGSEGV sometimes because GMenuModel exporter receives a NULL menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1052200/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045377] Re: Refresh in Unity menu bar are not triggered immediately
Fix commited with SHA 872944ec078f6fd8e2de7d3001b8768b8c00b107. It would only work with Ryan Lortie's "about-to-show" patch for Gtk+. ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045377 Title: Refresh in Unity menu bar are not triggered immediately To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045377/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1052200] Re: LibreOffice crashes with a SIGSEGV sometimes because GMenuModel exporter receives a NULL menu
Fixed on commit 22774aff3f1d4b2a09d713555e0180a3eded3155 ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052200 Title: LibreOffice crashes with a SIGSEGV sometimes because GMenuModel exporter receives a NULL menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1052200/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Raymond It seems to be the same issue. Please, try the updated package when available (very soon) and check if the issue has been fixed (it should). @David Are you using the i386 or amd64 version? I think that packages are still compiling on Bjoern's PPA... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@JPi I have set up the PPA on my Ubuntu desktop and I can't see a new version of the libreoffice-gtk package, which I think that should contain the improvements. As @David said, amd64 version of LO apparently failed to build, so I think that nothing has changed with regard to the menubar integration. @Peter It's a known error and it's in the appindicator side. The Ubuntu Desktop guys are working on it :). If you use mnemonics a lot, maybe you would prefer to remove the global menubar integration until it is solved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Peter Yes, I know. Problem is basically that menus are now implemented in a new way, and support for that was not as good as we expected at first. LibreOffice is one of the first apps to use it, and when you use new things... problems could arise :) Eventually, all apps would implement this way of publishing menus on next versions of Ubuntu. I know that for an end-user this is not a valid excuse, but that is the real issue. Hope all issues would be fixed soon, so all Ubuntu users could have a greate user experience! (Including myself :P) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
** Changed in: libreoffice (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
Fixed on commit 99b2842ecaeb5d551b2413d786d977d78d75e117, but not recommended to use until bug #1049612 is fixed. ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045364] Re: Some stale menu items still visible in Unity after been deleted or hidden in LO
** Changed in: libreoffice (Ubuntu) Status: New => In Progress ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045364 Title: Some stale menu items still visible in Unity after been deleted or hidden in LO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045364/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
Although this bug is fixed, this commit is not suitable to be used on a release due to some unstability problems. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045364] Re: Some stale menu items still visible in Unity after been deleted or hidden in LO
Fixed on commit 3bb9393f62bf12d4e5423ab573d895ca04023da6. ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045364 Title: Some stale menu items still visible in Unity after been deleted or hidden in LO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045364/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049189] Re: Special items are not correctly displayed in some menus
Fixed on commit dacd6fc042074a205c89e8fcf8ed482da9ac1483. ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049189 Title: Special items are not correctly displayed in some menus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1049189/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045372] Re: Menu bar in Unity is disabled
Yes, you are right. The issue seems to be happening when the window which holds the menu lose the focus. Should we report this as a unity-panel-service bug then? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045372 Title: Menu bar in Unity is disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047329] [NEW] Writer crashes when activating some menu items
Public bug reported: Writer crashes after selecting "Tools -> Language -> For Selection -> Spanish (Spain)" menu item. ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Tags: lovclmenubar ** Summary changed: - Special items are not correctly displayed in some menus + Writer crashes when activating some menu items -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047329 Title: Writer crashes when activating some menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045372] Re: Menu bar in Unity is disabled
Yes, I think it is the same issue. Go ahead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045372 Title: Menu bar in Unity is disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045354] Re: Radio buttons are not correctly displayed
Fixed on commit 0363a1a01b579bfba5e608420b211e26b923d85e. Fix would be available on the next package release. ** Changed in: libreoffice (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045354 Title: Radio buttons are not correctly displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045367] Re: Unity menu is not dynamically shown/hidden
** Changed in: libreoffice (Ubuntu) Status: New => In Progress ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045367 Title: Unity menu is not dynamically shown/hidden To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045367/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1044657] Re: [regression] Missing LO menus when not run in Unity
** Changed in: libreoffice (Ubuntu Quantal) Status: Triaged => In Progress ** Changed in: libreoffice (Ubuntu Quantal) Assignee: Björn Michaelsen (bjoern-michaelsen) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1044657 Title: [regression] Missing LO menus when not run in Unity To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1044657/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045367] Re: Unity menu is not dynamically shown/hidden
Fixed on commit 2116d7fc02ac1c84e0e5b38ee641dd310d80ca38 ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045367 Title: Unity menu is not dynamically shown/hidden To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045367/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1044657] Re: [regression] Missing LO menus when not run in Unity
This seems to be fixed on commit 2116d7fc02ac1c84e0e5b38ee641dd310d80ca38 ** Changed in: libreoffice (Ubuntu Quantal) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1044657 Title: [regression] Missing LO menus when not run in Unity To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1044657/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047329] Re: Writer crashes when activating some menu items
** Changed in: libreoffice (Ubuntu) Status: New => In Progress ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047329 Title: Writer crashes when activating some menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047329] Re: Writer crashes when activating some menu items
Fixed on commit a12a4a6befd8688495b966fb4741f61242740389 ** Changed in: libreoffice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047329 Title: Writer crashes when activating some menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049189] [NEW] Special items are not correctly displayed in some menus
Public bug reported: Some menu items doesn't display a checkmark or circle when expected: - "Tools -> Language -> For Selection -> Spanish (Spain)" should display a checkmark, but it isn't. - Opened window list on "Window" menu should display a circle, but it isn't. ** Affects: libreoffice (Ubuntu) Importance: Undecided Assignee: Antonio Fernández (antonio-fernandez-vega) Status: In Progress ** Tags: lovclmenubar ** Changed in: libreoffice (Ubuntu) Status: New => In Progress ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049189 Title: Special items are not correctly displayed in some menus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1049189/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045377] Re: Refresh in Unity menu bar are not triggered immediately
** Changed in: libreoffice (Ubuntu) Status: New => In Progress ** Changed in: libreoffice (Ubuntu) Assignee: (unassigned) => Antonio Fernández (antonio-fernandez-vega) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045377 Title: Refresh in Unity menu bar are not triggered immediately To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045377/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049839] Re: after some operations, menu entries are disabled
*** This bug is a duplicate of bug 1045372 *** https://bugs.launchpad.net/bugs/1045372 It seems a duplicate of bug #1045372 ** This bug has been marked a duplicate of bug 1045372 libreoffice unity menu bars greyed out after opening any dialog or switching window -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049839 Title: after some operations, menu entries are disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1049839/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047496] Re: Unity menu integration stops working 12.10 Beta 1
*** This bug is a duplicate of bug 1045372 *** https://bugs.launchpad.net/bugs/1045372 This seems more to be a duplicate of bug #1045372 ** This bug has been marked a duplicate of bug 1045372 libreoffice unity menu bars greyed out after opening any dialog or switching window -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047496 Title: Unity menu integration stops working 12.10 Beta 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047496/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047443] Re: No menubar when open a document in Libreoffice
*** This bug is a duplicate of bug 1045372 *** https://bugs.launchpad.net/bugs/1045372 ** This bug is no longer a duplicate of bug 1047496 Unity menu integration stops working 12.10 Beta 1 ** This bug has been marked a duplicate of bug 1045372 libreoffice unity menu bars greyed out after opening any dialog or switching window -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047443 Title: No menubar when open a document in Libreoffice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047443/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Peter As @Marius pointed out,the mnemonics issue is known and it's on the appindicator side. The desktop guys are working on it to get it solved soon. The HUD problem is also known, and we are trying to find out why isn't it getting updated properly. I suspect that there could be a problem on the HUD integration with GMenuModel/GActionGroup, but I am not sure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
I can confirm this bug even when opening Libreoffice from the Dash. It also happens before the LO's update. I am going to install a clean Ubuntu on a VM to check if this bug has been always there or is a bug introduced in some update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
It seems that this problem has been present since the release of Ubuntu Quantal. As the menu is being shown, it looks like a cache problem when using the same Object path to publish the menu. Current object path uses the window XID to generate a valid path, but I don't think that this should be an issue after closing the application. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running
@Chris It should fix all issues related to hidden global menus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064962 Title: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/1064962/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1064992] Re: Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader
@Brian It looks that the patch fix the issue in my case. Nice work! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064992 Title: Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-appmenu/+bug/1064992/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045361] Re: Accelerators are not displayed
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045361 Title: Accelerators are not displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045364] Re: Some stale menu items still visible in Unity after been deleted or hidden in LO
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045364 Title: Some stale menu items still visible in Unity after been deleted or hidden in LO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045364/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045354] Re: Radio buttons are not correctly displayed
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045354 Title: Radio buttons are not correctly displayed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1045354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045377] Re: Refresh in Unity menu bar are not triggered immediately
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045377 Title: Refresh in Unity menu bar are not triggered immediately To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1045377/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1061579] Re: Start presentation menu entry disabled
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061579 Title: Start presentation menu entry disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1061579/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047329] Re: Writer crashes when activating some menu items
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047329 Title: Writer crashes when activating some menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1047329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049189] Re: Special items are not correctly displayed in some menus
** Changed in: libreoffice (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049189 Title: Special items are not correctly displayed in some menus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1049189/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs