https://bugs.kde.org/show_bug.cgi?id=508396
--- Comment #9 from Alexander Potashev <[email protected]> --- Target path from log has empty directories only: ``` $ find /usr/local/share/kwin/tabbox/compact/ /usr/local/share/kwin/tabbox/compact/ /usr/local/share/kwin/tabbox/compact/contents /usr/local/share/kwin/tabbox/compact/contents/ui ``` Tabbox is installed in a different path: ``` $ locate kwin/tabbox/compact /usr/local/share/kwin/tabbox/compact /usr/local/share/kwin/tabbox/compact/contents /usr/local/share/kwin/tabbox/compact/contents/ui /usr/share/kwin/tabbox/compact /usr/share/kwin/tabbox/compact/contents /usr/share/kwin/tabbox/compact/metadata.json /usr/share/kwin/tabbox/compact/contents/ui /usr/share/kwin/tabbox/compact/contents/ui/main.qml ``` Looks like KWin Window Switcher KCM shows switcher item from /usr/share/kwin/tabbox/compact/metadata.json, but then KWin tries to find code in a different path /usr/local/share/kwin/tabbox/compact/contents/ui. IMO KWin should treat two installations at different paths as two separate plugins. Resolved the issue locally with: ``` cd /usr/local/share/kwin && sudo rmdir */*/*/* */*/* */* * ``` Operating System: Fedora Linux 42 KDE Plasma Version: 6.4.5 KDE Frameworks Version: 6.19.0 Qt Version: 6.9.2 Kernel Version: 6.17.4-200.fc42.x86_64 (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz Memory: 16 ГиБ of RAM (15.4 ГиБ usable) Graphics Processor 1: Intel® HD Graphics 530 Graphics Processor 2: NVIDIA GeForce GTX 960M -- You are receiving this mail because: You are watching all bug changes.
