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

Fullscreen on Linux: fix issues caused by Ubuntu Unity workaround #11295

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Feb 21, 2023

supersedes #11259

In order to fix #6072 the menubar is recreated and reconected when toggling fullscreen on Linux.
This causes issues on some distros.
Fixes #11281
Fixes #11294

  • reconnect VisibilityControlConnections in View menu after toglling fullscreen
  • relocate the menubar when starting in fullscreen on desktops that have global menu

@ronso0 ronso0 added this to the 2.3.4 milestone Feb 21, 2023
@github-actions github-actions bot added the ui label Feb 21, 2023
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works like a charm on Mint Tara + Mate and Ununtu Focal with Ubuntu and Unity desktop.
Thank you.

@daschuer daschuer merged commit 0377c61 into mixxxdj:2.3 Feb 22, 2023
daschuer added a commit to daschuer/mixxx that referenced this pull request Feb 22, 2023
@daschuer
Copy link
Member

Next one is #11275 and than #11278 to make the release happen.

if (m_pMenuBar->isNativeMenuBar()) {
m_pMenuBar->setNativeMenuBar(false);
}
#endif
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this was already fixed in main by simply calling slotViewFullScreen(true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Menubar not visible after starting in fullscreen on Ubuntu with Unity desktop and global menu
2 participants