https://bugs.kde.org/show_bug.cgi?id=419867
--- Comment #66 from Vladimir Yerilov <openmind...@gmail.com> --- (In reply to André from comment #65) > For anyone that needs a quick fix to this problem i suggest doing this: > 1) Copy the folder org.kde.desktopcontainment from > /usr/share/plasma/plasmoids/org.kde.desktopcontainment > 2) Paste it inside $HOME/.local/share/plasma/plasmoids/ > 3) Open the file > $HOME/.local/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ > FolderView.qml > 4) Look for this line: Folder.WheelInterceptor { > 5) Change the property from enabled: root.isContainment && > !gridView.overflowing to enabled: true > 6) Save the file > 7) Restart Plasma and it should work ;-) Waow thanks André it worked! What a relief! -- You are receiving this mail because: You are watching all bug changes.