Re: LyX is broken on Ubuntu 15.04

2015-05-03 Thread Guillaume M-M


Hi Jean-Marc,


On 05/01/15 23:46, Jean-Marc Lasgouttes wrote:

Hi Guillaume,

I am in vacation this week, but I will look at what I can do next week. What 
would be helpful is a description of what indicator happens expects. The menu 
code in LyX has mostly been done in an empirical way.





In the meanwhile I looked a bit further, but I'll leave it there. See
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059.

Apparently, dbusmenu is going to be deprecated anyway
http://askubuntu.com/a/139925. So I am happy if the previous behaviour
is just restored, as with the patch (for indicator-appmenu) that I proposed.



Your workaround is intriguing. Is there a general notion of global menu bar in 
Qt? Currently we have special code for MacOS, it could maybe be expanded to 
cover unity too.




You can have a look at g/qmenumodel https://launchpad.net/qmenumodel,
which is going to replace dbusmenu. Maybe that with qmenumodel you can
extend the code for MacOS to cover the Unity global menu. This would be
a nice feature, and maybe leave the current problems behind.



Another possibility is that we should react to some signals.


See https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059, it
seems unlikely.


Guillaume




JMarc

Le 30 avril 2015 02:12:15 CEST, Guillaume M-M ga...@free.fr a écrit :


Dear list,

The bug appeared in indicator-appmenu after the following commit:

http://bazaar.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.15.04/revision/267

See
https://bugs.launchpad.net/indicator-appmenu/+bug/1430059/comments/20

for more details. I continued the discussion there because it is not
clear if the bug is in lyx or indicator-appmenu.

Scott, I am willing to test out any patch against master on 15.04.

In the meanwhile the workaround is to run lyx with the command line:
   QT_X11_NO_NATIVE_MENUBAR=1 lyx

or to adapt /usr/share/applications/lyx.desktop as follows:
   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F









Re: LyX is broken on Ubuntu 15.04

2015-05-03 Thread Guillaume M-M


Hi Jean-Marc,


On 05/01/15 23:46, Jean-Marc Lasgouttes wrote:

Hi Guillaume,

I am in vacation this week, but I will look at what I can do next week. What 
would be helpful is a description of what indicator happens expects. The menu 
code in LyX has mostly been done in an empirical way.





In the meanwhile I looked a bit further, but I'll leave it there. See
.

Apparently, dbusmenu is going to be deprecated anyway
. So I am happy if the previous behaviour
is just restored, as with the patch (for indicator-appmenu) that I proposed.



Your workaround is intriguing. Is there a general notion of global menu bar in 
Qt? Currently we have special code for MacOS, it could maybe be expanded to 
cover unity too.




You can have a look at g/qmenumodel ,
which is going to replace dbusmenu. Maybe that with qmenumodel you can
extend the code for MacOS to cover the Unity global menu. This would be
a nice feature, and maybe leave the current problems behind.



Another possibility is that we should react to some signals.


See , it
seems unlikely.


Guillaume




JMarc

Le 30 avril 2015 02:12:15 CEST, Guillaume M-M  a écrit :


Dear list,

The bug appeared in indicator-appmenu after the following commit:



See


for more details. I continued the discussion there because it is not
clear if the bug is in lyx or indicator-appmenu.

Scott, I am willing to test out any patch against master on 15.04.

In the meanwhile the workaround is to run lyx with the command line:
   QT_X11_NO_NATIVE_MENUBAR=1 lyx

or to adapt /usr/share/applications/lyx.desktop as follows:
   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F









Re: LyX is broken on Ubuntu 15.04

2015-05-02 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote:
 Your workaround is intriguing. Is there a general notion of global menu bar 
 in Qt? Currently we have special code for MacOS, it could maybe be expanded 
 to cover unity too.

I remember this workaround being reported many times already for ubuntu users.
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/619811
http://askubuntu.com/questions/6784/is-it-possible-to-make-indicator-appmenu-ignore-a-specific-application

Not that we necessarily encounter the same problem.
P


Re: LyX is broken on Ubuntu 15.04

2015-05-02 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote:
> Your workaround is intriguing. Is there a general notion of global menu bar 
> in Qt? Currently we have special code for MacOS, it could maybe be expanded 
> to cover unity too.

I remember this workaround being reported many times already for ubuntu users.
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/619811
http://askubuntu.com/questions/6784/is-it-possible-to-make-indicator-appmenu-ignore-a-specific-application

Not that we necessarily encounter the same problem.
P


Re: LyX is broken on Ubuntu 15.04

2015-05-01 Thread Jean-Marc Lasgouttes
Hi Guillaume,

I am in vacation this week, but I will look at what I can do next week. What 
would be helpful is a description of what indicator happens expects. The menu 
code in LyX has mostly been done in an empirical way. 

Your workaround is intriguing. Is there a general notion of global menu bar in 
Qt? Currently we have special code for MacOS, it could maybe be expanded to 
cover unity too.

Another possibility is that we should react to some signals.

JMarc

Le 30 avril 2015 02:12:15 CEST, Guillaume M-M ga...@free.fr a écrit :

Dear list,

The bug appeared in indicator-appmenu after the following commit:

http://bazaar.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.15.04/revision/267

See 
https://bugs.launchpad.net/indicator-appmenu/+bug/1430059/comments/20

for more details. I continued the discussion there because it is not 
clear if the bug is in lyx or indicator-appmenu.

Scott, I am willing to test out any patch against master on 15.04.

In the meanwhile the workaround is to run lyx with the command line:
   QT_X11_NO_NATIVE_MENUBAR=1 lyx

or to adapt /usr/share/applications/lyx.desktop as follows:
   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F




Re: LyX is broken on Ubuntu 15.04

2015-05-01 Thread Scott Kostyshak
On Wed, Apr 29, 2015 at 8:12 PM, Guillaume M-M ga...@free.fr wrote:
 On 04/25/15 07:18, Scott Kostyshak wrote:

 Reported to lyx-users here:
 https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html

 Reported and confirmed by multiple users here:
 https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

 I've reproduced this with both self-compiled and from the repos.

 The reason for why the menus are greyed out is not because the LFUNs
 are disabled. In fact, if you run the command on the minibuffer it
 works just fine. The problem is that Menu::updateView() is not even
 being called when I click on the menu categories. For example, usually
 (when this bug does not appear, e.g. on Ubuntu 14.10)
 Menu::updateView() is called twice every time I click on Document (I
 would be curious to know by the way why it is called twice and not
 once). But on 15.04 it is not called at all when I click on the
 Document menu.

 I have found a (partial) work around: if you press alt in Ubuntu it
 brings up the HUD which searches the menu of the open application. For
 example, if I press alt and then sett it shows me Settings
 (Document), meaning that it found an entry under Document that
 matches my search string. I can then press return and it is as if I
 went to Document  Settings. After I open the HUD and type a letter,
 all of the menus are refreshed (Menu::updateView() was called).
 However, you have to do this each time you want the menus to be
 refreshed.

 Does anyone feel like using Virtual Box to test out LyX on 15.04?

 Scott



 Dear list,


 The bug appeared in indicator-appmenu after the following commit:

 http://bazaar.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.15.04/revision/267

 See https://bugs.launchpad.net/indicator-appmenu/+bug/1430059/comments/20
 for more details. I continued the discussion there because it is not clear
 if the bug is in lyx or indicator-appmenu.

 Scott, I am willing to test out any patch against master on 15.04.

 In the meanwhile the workaround is to run lyx with the command line:
   QT_X11_NO_NATIVE_MENUBAR=1 lyx

 or to adapt /usr/share/applications/lyx.desktop as follows:
   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F


 Guillaume


Hi Guillaume,

Thanks for looking into this more. I'm not planning to work on it any
further because I am not that familiar with Qt. I agree with you that
it is possible that it's LyX's fault for not registering a signal.
However, since this problem only happens with Ubuntu and only with
Unity (I think?), that makes me think that it's not LyX's fault.
Hopefully we figure what the root problem is.

Scott


Re: LyX is broken on Ubuntu 15.04

2015-05-01 Thread Scott Kostyshak
On Wed, Apr 29, 2015 at 8:12 PM, Guillaume M-M  wrote:
> On 04/25/15 07:18, Scott Kostyshak wrote:
>>
>> Reported to lyx-users here:
>> https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html
>>
>> Reported and confirmed by multiple users here:
>> https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059
>>
>> I've reproduced this with both self-compiled and from the repos.
>>
>> The reason for why the menus are greyed out is not because the LFUNs
>> are disabled. In fact, if you run the command on the minibuffer it
>> works just fine. The problem is that Menu::updateView() is not even
>> being called when I click on the menu categories. For example, usually
>> (when this bug does not appear, e.g. on Ubuntu 14.10)
>> Menu::updateView() is called twice every time I click on "Document" (I
>> would be curious to know by the way why it is called twice and not
>> once). But on 15.04 it is not called at all when I click on the
>> "Document" menu.
>>
>> I have found a (partial) work around: if you press "alt" in Ubuntu it
>> brings up the HUD which searches the menu of the open application. For
>> example, if I press alt and then "sett" it shows me "Settings
>> (Document)", meaning that it found an entry under Document that
>> matches my search string. I can then press return and it is as if I
>> went to Document > Settings. After I open the HUD and type a letter,
>> all of the menus are refreshed (Menu::updateView() was called).
>> However, you have to do this each time you want the menus to be
>> refreshed.
>>
>> Does anyone feel like using Virtual Box to test out LyX on 15.04?
>>
>> Scott
>>
>
>
> Dear list,
>
>
> The bug appeared in indicator-appmenu after the following commit:
>
> 
>
> See 
> for more details. I continued the discussion there because it is not clear
> if the bug is in lyx or indicator-appmenu.
>
> Scott, I am willing to test out any patch against master on 15.04.
>
> In the meanwhile the workaround is to run lyx with the command line:
>   QT_X11_NO_NATIVE_MENUBAR=1 lyx
>
> or to adapt /usr/share/applications/lyx.desktop as follows:
>   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F
>
>
> Guillaume
>

Hi Guillaume,

Thanks for looking into this more. I'm not planning to work on it any
further because I am not that familiar with Qt. I agree with you that
it is possible that it's LyX's fault for not registering a signal.
However, since this problem only happens with Ubuntu and only with
Unity (I think?), that makes me think that it's not LyX's fault.
Hopefully we figure what the root problem is.

Scott


Re: LyX is broken on Ubuntu 15.04

2015-05-01 Thread Jean-Marc Lasgouttes
Hi Guillaume,

I am in vacation this week, but I will look at what I can do next week. What 
would be helpful is a description of what indicator happens expects. The menu 
code in LyX has mostly been done in an empirical way. 

Your workaround is intriguing. Is there a general notion of global menu bar in 
Qt? Currently we have special code for MacOS, it could maybe be expanded to 
cover unity too.

Another possibility is that we should react to some signals.

JMarc

Le 30 avril 2015 02:12:15 CEST, Guillaume M-M  a écrit :
>
>Dear list,
>
>The bug appeared in indicator-appmenu after the following commit:
>
>
>
>See 
>
>
>for more details. I continued the discussion there because it is not 
>clear if the bug is in lyx or indicator-appmenu.
>
>Scott, I am willing to test out any patch against master on 15.04.
>
>In the meanwhile the workaround is to run lyx with the command line:
>   QT_X11_NO_NATIVE_MENUBAR=1 lyx
>
>or to adapt /usr/share/applications/lyx.desktop as follows:
>   Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F
>



Re: LyX is broken on Ubuntu 15.04

2015-04-29 Thread Guillaume M-M

On 04/25/15 07:18, Scott Kostyshak wrote:

Reported to lyx-users here:
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html

Reported and confirmed by multiple users here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

I've reproduced this with both self-compiled and from the repos.

The reason for why the menus are greyed out is not because the LFUNs
are disabled. In fact, if you run the command on the minibuffer it
works just fine. The problem is that Menu::updateView() is not even
being called when I click on the menu categories. For example, usually
(when this bug does not appear, e.g. on Ubuntu 14.10)
Menu::updateView() is called twice every time I click on Document (I
would be curious to know by the way why it is called twice and not
once). But on 15.04 it is not called at all when I click on the
Document menu.

I have found a (partial) work around: if you press alt in Ubuntu it
brings up the HUD which searches the menu of the open application. For
example, if I press alt and then sett it shows me Settings
(Document), meaning that it found an entry under Document that
matches my search string. I can then press return and it is as if I
went to Document  Settings. After I open the HUD and type a letter,
all of the menus are refreshed (Menu::updateView() was called).
However, you have to do this each time you want the menus to be
refreshed.

Does anyone feel like using Virtual Box to test out LyX on 15.04?

Scott




Dear list,


The bug appeared in indicator-appmenu after the following commit:

http://bazaar.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.15.04/revision/267

See 
https://bugs.launchpad.net/indicator-appmenu/+bug/1430059/comments/20 
for more details. I continued the discussion there because it is not 
clear if the bug is in lyx or indicator-appmenu.


Scott, I am willing to test out any patch against master on 15.04.

In the meanwhile the workaround is to run lyx with the command line:
  QT_X11_NO_NATIVE_MENUBAR=1 lyx

or to adapt /usr/share/applications/lyx.desktop as follows:
  Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F


Guillaume



Re: LyX is broken on Ubuntu 15.04

2015-04-29 Thread Guillaume M-M

On 04/30/15 01:12, Guillaume M-M wrote:

See
https://bugs.launchpad.net/indicator-appmenu/+bug/1430059/comments/20
for more details. I continued the discussion there because it is not
clear if the bug is in lyx or indicator-appmenu.


moved:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059/comments/20

(also in /ubuntu/+source/indicator-appmenu/)





Re: LyX is broken on Ubuntu 15.04

2015-04-29 Thread Guillaume M-M

On 04/25/15 07:18, Scott Kostyshak wrote:

Reported to lyx-users here:
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html

Reported and confirmed by multiple users here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

I've reproduced this with both self-compiled and from the repos.

The reason for why the menus are greyed out is not because the LFUNs
are disabled. In fact, if you run the command on the minibuffer it
works just fine. The problem is that Menu::updateView() is not even
being called when I click on the menu categories. For example, usually
(when this bug does not appear, e.g. on Ubuntu 14.10)
Menu::updateView() is called twice every time I click on "Document" (I
would be curious to know by the way why it is called twice and not
once). But on 15.04 it is not called at all when I click on the
"Document" menu.

I have found a (partial) work around: if you press "alt" in Ubuntu it
brings up the HUD which searches the menu of the open application. For
example, if I press alt and then "sett" it shows me "Settings
(Document)", meaning that it found an entry under Document that
matches my search string. I can then press return and it is as if I
went to Document > Settings. After I open the HUD and type a letter,
all of the menus are refreshed (Menu::updateView() was called).
However, you have to do this each time you want the menus to be
refreshed.

Does anyone feel like using Virtual Box to test out LyX on 15.04?

Scott




Dear list,


The bug appeared in indicator-appmenu after the following commit:



See 
 
for more details. I continued the discussion there because it is not 
clear if the bug is in lyx or indicator-appmenu.


Scott, I am willing to test out any patch against master on 15.04.

In the meanwhile the workaround is to run lyx with the command line:
  QT_X11_NO_NATIVE_MENUBAR=1 lyx

or to adapt /usr/share/applications/lyx.desktop as follows:
  Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F


Guillaume



Re: LyX is broken on Ubuntu 15.04

2015-04-29 Thread Guillaume M-M

On 04/30/15 01:12, Guillaume M-M wrote:

See

for more details. I continued the discussion there because it is not
clear if the bug is in lyx or indicator-appmenu.


moved:


(also in /ubuntu/+source/indicator-appmenu/)





Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Richard Heck

On 04/25/2015 03:22 AM, Scott Kostyshak wrote:

On Sat, Apr 25, 2015 at 2:22 AM, Scott Kostyshak skost...@lyx.org wrote:

On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak skost...@lyx.org wrote:


Does anyone feel like using Virtual Box to test out LyX on 15.04?

Note that this bug does not appear to affect Kubuntu (one comment on
the Ubuntu bug report says this, at least).

I'm not sure there's anything we should do, actually. Further, there
are several other similar bugs. See
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt


I seem to recall that we have seen this before? Maybe on Fedora?

Richard



Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak skost...@lyx.org wrote:

 I have found a (partial) work around: if you press alt in Ubuntu it
 brings up the HUD which searches the menu of the open application. For
 example, if I press alt and then sett it shows me Settings
 (Document), meaning that it found an entry under Document that
 matches my search string. I can then press return and it is as if I
 went to Document  Settings. After I open the HUD and type a letter,
 all of the menus are refreshed (Menu::updateView() was called).
 However, you have to do this each time you want the menus to be
 refreshed.

A better workaround is:

sudo apt-get remove appmenu-qt appmenu-qt5

Scott


LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
Reported to lyx-users here:
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html

Reported and confirmed by multiple users here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

I've reproduced this with both self-compiled and from the repos.

The reason for why the menus are greyed out is not because the LFUNs
are disabled. In fact, if you run the command on the minibuffer it
works just fine. The problem is that Menu::updateView() is not even
being called when I click on the menu categories. For example, usually
(when this bug does not appear, e.g. on Ubuntu 14.10)
Menu::updateView() is called twice every time I click on Document (I
would be curious to know by the way why it is called twice and not
once). But on 15.04 it is not called at all when I click on the
Document menu.

I have found a (partial) work around: if you press alt in Ubuntu it
brings up the HUD which searches the menu of the open application. For
example, if I press alt and then sett it shows me Settings
(Document), meaning that it found an entry under Document that
matches my search string. I can then press return and it is as if I
went to Document  Settings. After I open the HUD and type a letter,
all of the menus are refreshed (Menu::updateView() was called).
However, you have to do this each time you want the menus to be
refreshed.

Does anyone feel like using Virtual Box to test out LyX on 15.04?

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak skost...@lyx.org wrote:

 Does anyone feel like using Virtual Box to test out LyX on 15.04?

Note that this bug does not appear to affect Kubuntu (one comment on
the Ubuntu bug report says this, at least).

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:22 AM, Scott Kostyshak skost...@lyx.org wrote:
 On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak skost...@lyx.org wrote:

 Does anyone feel like using Virtual Box to test out LyX on 15.04?

 Note that this bug does not appear to affect Kubuntu (one comment on
 the Ubuntu bug report says this, at least).

I'm not sure there's anything we should do, actually. Further, there
are several other similar bugs. See
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt

Scott


LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
Reported to lyx-users here:
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg100825.html

Reported and confirmed by multiple users here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

I've reproduced this with both self-compiled and from the repos.

The reason for why the menus are greyed out is not because the LFUNs
are disabled. In fact, if you run the command on the minibuffer it
works just fine. The problem is that Menu::updateView() is not even
being called when I click on the menu categories. For example, usually
(when this bug does not appear, e.g. on Ubuntu 14.10)
Menu::updateView() is called twice every time I click on "Document" (I
would be curious to know by the way why it is called twice and not
once). But on 15.04 it is not called at all when I click on the
"Document" menu.

I have found a (partial) work around: if you press "alt" in Ubuntu it
brings up the HUD which searches the menu of the open application. For
example, if I press alt and then "sett" it shows me "Settings
(Document)", meaning that it found an entry under Document that
matches my search string. I can then press return and it is as if I
went to Document > Settings. After I open the HUD and type a letter,
all of the menus are refreshed (Menu::updateView() was called).
However, you have to do this each time you want the menus to be
refreshed.

Does anyone feel like using Virtual Box to test out LyX on 15.04?

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak  wrote:

> Does anyone feel like using Virtual Box to test out LyX on 15.04?

Note that this bug does not appear to affect Kubuntu (one comment on
the Ubuntu bug report says this, at least).

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak  wrote:

> I have found a (partial) work around: if you press "alt" in Ubuntu it
> brings up the HUD which searches the menu of the open application. For
> example, if I press alt and then "sett" it shows me "Settings
> (Document)", meaning that it found an entry under Document that
> matches my search string. I can then press return and it is as if I
> went to Document > Settings. After I open the HUD and type a letter,
> all of the menus are refreshed (Menu::updateView() was called).
> However, you have to do this each time you want the menus to be
> refreshed.

A better workaround is:

sudo apt-get remove appmenu-qt appmenu-qt5

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Scott Kostyshak
On Sat, Apr 25, 2015 at 2:22 AM, Scott Kostyshak  wrote:
> On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak  wrote:
>
>> Does anyone feel like using Virtual Box to test out LyX on 15.04?
>
> Note that this bug does not appear to affect Kubuntu (one comment on
> the Ubuntu bug report says this, at least).

I'm not sure there's anything we should do, actually. Further, there
are several other similar bugs. See
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt

Scott


Re: LyX is broken on Ubuntu 15.04

2015-04-25 Thread Richard Heck

On 04/25/2015 03:22 AM, Scott Kostyshak wrote:

On Sat, Apr 25, 2015 at 2:22 AM, Scott Kostyshak  wrote:

On Sat, Apr 25, 2015 at 2:18 AM, Scott Kostyshak  wrote:


Does anyone feel like using Virtual Box to test out LyX on 15.04?

Note that this bug does not appear to affect Kubuntu (one comment on
the Ubuntu bug report says this, at least).

I'm not sure there's anything we should do, actually. Further, there
are several other similar bugs. See
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt


I seem to recall that we have seen this before? Maybe on Fedora?

Richard