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
When the active window is in a state where it causes a crash it doesn't have an active window hint border since it's supposed to be maximized. Curiously, after taking this screenshot the window returned to the expected maximized size, but it still can crash the compositor when moving or resizing.
Steps to reproduce:
Sticky window
in any windowSticky window
I checked the syslog and this seems to be the root cause of the crash:
The code is reaching this
unreacheable!()
statement:cosmic-comp/src/shell/workspace.rs
Line 649 in 7ac204e
The text was updated successfully, but these errors were encountered: