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 crashed the compositor when moving or resizing.
D-Brox
changed the title
[Bug] Maximizing a sticky window and un-sticky-ing the same window can crash the compositor
[Bug] Crashes after maximizing a sticky window and untoggling sticky
Jan 2, 2025
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: