BUG: 404747
Details
Details
- Reviewers
- None
- Group Reviewers
KWin
Enable fall apart effect in the settings, close a window and quickly change the virtual desktop -> no crash
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Branch
- master
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 8756 Build 8774: arc lint + arc unit
Comment Actions
For the bug you're trying to work round, we want to do disable not when the desktop changes, but when an active full screen effect gets activated.
It's not a proper fix, but it's also not a bad solution.
If we do this, we should do it in magic lamp too.
Comment Actions
Handle fullscreen effect changed instead of desktop change and update the magic lamp effect
effects/magiclamp/magiclamp.cpp | ||
---|---|---|
138 ↗ | (On Diff #52438) | unrealated change |
effects/fallapart/fallapart.cpp | ||
---|---|---|
61 | Why isn't windows cleared same way as m_animations in the magic lamp effect? |