On 04/25/15 07:46, Scott Kostyshak wrote:
On Sat, Apr 18, 2015 at 3:45 PM, Blaine Elswood
<blaine.elsw...@gmail.com> wrote:
Yep. You're right. That's the bug. I try to keep LyX so I don't have to deal
with it often. But others won't. Hope they fix it! LyX and Ubuntu are both
awesome when they are compatible.

Here is the best workaround I have so far:

sudo apt-get remove appmenu-qt

also, if you happen to be compiling on your own against qt5,

sudo apt-get remove appmenu-qt5

Read the description of the package to be aware of the consequences.

If you're interested in why this bug is occurring, follow the thread
I've started on lyx-de...@lists.lyx.org

Best,

Scott


Dear Blaine and other Ubuntu users,


Like the rest of you I ran into this bug when I upgraded today.

The best workaround for now is to run lyx with the command line:
  QT_X11_NO_NATIVE_MENUBAR=1 lyx
or equivalently to adapt /usr/share/applications/lyx.desktop as follows:
  Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F

The bug most probably comes from the package indicator-appmenu. You can also follow the discussion there <https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1430059>


Guillaume

Reply via email to