Hello, everyone! I’ve stumbled upon a weird behavior: moving file into a folderview widget causes the whole shell to freeze (panels don’t respond, alt-tabs etc…, while apps themselves work)
OS: Arch Linux x86_64
Kernel: 6.14.10-arch1-1
plasma-desktop 6.3.5-1
Kwin with Wayland
Starting my graphical session as /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland plasma
I suspect these logs to point to the issue
Jun 07 14:22:08 mvv plasmashell[11107]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:365:21: Unable to assign [undefined] to bool
Jun 07 14:22:08 mvv plasmashell[11107]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:233:17: Unable to assign [undefined] to bool
Jun 07 14:22:09 mvv plasmashell[11107]: cannot grab mouse: no event is currently being delivered
Jun 07 14:22:11 mvv plasmashell[11107]: cannot grab mouse: no event is currently being delivered
Jun 07 14:22:11 mvv plasmashell[11107]: cannot grab mouse: no event is currently being delivered
Jun 07 14:22:12 mvv plasmashell[11107]: cannot grab mouse: no event is currently being delivered
Jun 07 14:22:35 mvv kwin_wayland[1091]: kwin_wayland_drm: atomic commit failed: Permission denied
[mvvdovitsyn@mvv ~]$ lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-P [Iris Xe Graphics] (rev 04)
Subsystem: Lenovo Device 230e
Kernel driver in use: i915
What can I do further to troubleshoot the cause of the issue?
I suspected the problem with the drivers, as kwin_wayland_drm
encountered atomic commit failed
, but doesn’t seem, does it?