-
Couldn't load subscription status.
- Fork 186
Description
A small glitch I noticed yesterday.
We use pcmanfm to draw the desktop background; if you right-click the desktop, you get a pop-up menu.
On labwc, this menu displays underneath any windows which happen to be open - on wayfire, it displays on top of any open windows.
I suspect the layer-shell layer for the menu is being set to the same layer as the parent window which opens it - as the pcman desktop window is shown on the background layer, the menu gets set to the same layer, rather than the overlay layer where it should be displayed. Would it be better to make sure all menus get assigned to the overlay layer irrespective of parent layer?