Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menubar issue with Unity #66

Open
pasbi opened this issue Jun 6, 2019 · 1 comment
Open

Menubar issue with Unity #66

pasbi opened this issue Jun 6, 2019 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@pasbi
Copy link
Owner

pasbi commented Jun 6, 2019

When using Unity, the menu bar is broken:

  1. Managers can have (and PropertyManager has) their own menu bar. This is implemented by a hack as menu bars are not officially supported for non-QMainWindows. I guess Unity does not detect MainWindow's menu bar as "master".
  2. leaf-items do not show text. Only action-group items are displayed properly. Leaf-items are also implemented by a hack ("Sub-menus are platform-specific spaghetti code"), I guess there's some problem.
@pasbi pasbi added the bug Something isn't working label Jun 6, 2019
@pasbi
Copy link
Owner Author

pasbi commented Oct 30, 2019

since 1b16536, Managers shall not have menu bars anymore. Since then, the main menu bar is correctly displayed in Unity, too.
However, most actions (those which are implemented as QWidgetAction) are not displayed correctly (wrong size, no text, no icon).
The issue is clearly caused by Unity, not Xenial: the combination Gnome3@Xenial renders the actions correctly.
Since Unity is dead since a few years and I have no clue how to address this issue, I suggest you to replace Unity.

@pasbi pasbi added the wontfix This will not be worked on label Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant