Bug 467296

Summary: Deleting a tile: Writing to "tile" broke the binding to the underlying model
Product: [Plasma] kwin Reporter: postix <postix>
Component: Custom TilingAssignee: KWin default assignee <kwin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: nate, notmart
Priority: NOR    
Version First Reported In: 5.27.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description postix 2023-03-13 19:53:40 UTC
SUMMARY

When adding a floating tile and splitting it vertically or horizontally I get the following error message in the journalctl log:

kwin_wayland[2100]: file:///usr/share/kwin/effects/tileseditor/qml/main.qml: Writing to "tile" broke the binding to the underlying model

In that case I cannot interact with the floating tile anymore. Clicking on it closes the Tiling effect.



SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230312
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.2-1-default (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon RX 580 Series
Comment 1 postix 2023-03-13 19:58:13 UTC
> When adding a floating tile and splitting it vertically or horizontally I get the following error message in the journalctl log:

Correction: When deleting a tile, the message appears.