https://bugs.kde.org/show_bug.cgi?id=466274
--- Comment #17 from benmorde...@protonmail.com --- I found a work around. Within FeedListDelegrate.qml, line 212 // Rounded edges layer.enabled: false //test ben layer.effect: OpacityMask { maskSource: Item { width: img.width height: img.height Rectangle { anchors.centerIn: parent width: img.adapt ? img.width : Math.min(img.width, img.height) height: img.adapt ? img.height : width radius: Kirigami.Units.smallSpacing - borderWidth } } } } Changing the line commented //test ben caused images to work again in Kasts. Screenshot coming shortly. -- You are receiving this mail because: You are watching all bug changes.