You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Positioning the text float window does not work under Wayland. All text floats are shown at position (0, 0) instead of at the lower left corner of the main window like under X11.
The reason is that TextFloat::moveGlobal uses QWidget::move which is not supported under Wayland.
Expected Behaviour
The text float should not show at (0, 0).
Proposal: Implement a dedicated area where messages are shown and collected instead of using an ephemeral text float which users might miss to notice anyway.
Steps To Reproduce
Open a project that has been created with an older version of LMMS so that the text float which shows that information is displayed.
Please search the issue tracker for existing bug reports before submitting your own.
I have searched all existing issues and confirmed that this is not a duplicate.
The text was updated successfully, but these errors were encountered:
Here's how it looks under KDE/Plasma with Wayland:
TextFloatWithKDEPlasma.webm
It's a bit surprising that it seems to work under Gnome as it is stated that Wayland does not allow clients to place windows. Are you sure that you are triggering a case where the text float window is a top-level window without a parent, e.g. in the way as described above?
System Information
Arch Linux with Wayland
LMMS Version(s)
master
Bug Summary
Positioning the text float window does not work under Wayland. All text floats are shown at position (0, 0) instead of at the lower left corner of the main window like under X11.
The reason is that
TextFloat::moveGlobal
uses QWidget::move which is not supported under Wayland.Expected Behaviour
The text float should not show at (0, 0).
Proposal: Implement a dedicated area where messages are shown and collected instead of using an ephemeral text float which users might miss to notice anyway.
Steps To Reproduce
Open a project that has been created with an older version of LMMS so that the text float which shows that information is displayed.
Please search the issue tracker for existing bug reports before submitting your own.
The text was updated successfully, but these errors were encountered: