https://bugs.kde.org/show_bug.cgi?id=492860
Bug ID: 492860 Summary: plasmashell loop-hangs on comic-popup-button click with commit bd4e3d920b103647155cc9b2ee8ebb7676e654e4 Classification: Plasma Product: kdeplasma-addons Version: git-master Platform: Gentoo Packages OS: All Status: REPORTED Severity: normal Priority: NOR Component: Comic Assignee: plasma-b...@kde.org Reporter: 1i5t5.dun...@cox.net Target Milestone: --- [live-git master frameworks/plasma/most-gear from the gentoo/kde overlay] This (despammed emails): commit bd4e3d920b103647155cc9b2ee8ebb7676e654e4 Author: Christoph Wolk <christoph.wolk@> AuthorDate: Mon Sep 2 16:34:50 2024 +0200 Commit: Nate Graham <nate@> CommitDate: Tue Sep 3 17:57:06 2024 +0000 applets/comic: enforce minimum FullViewWidget size ... may or may not have fixed the no-image case, but it definitely broke the image-there case in the same way it was intended to fix the no-image case -- loop-hung plasmashell. The (looping) error when running plasmashell from konsole: file:///share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/FullViewWidget.qml:36:15: QML ScrollView: Possible anchor loop detected on fill. (Yes that is an absolute path starting at /share/. Reverse-usrmerge /usr -> . so it's obviously printing the symlink-resolved path .) I have tiny comic thumbnails in a panel (small autohide), relying on the comic-popup button to display them at normal size, so I use the button daily. With that commit applied when I try to do so I get a loop-hung plasmashell. =:^( Fortunately I track the git logs and remembered seeing this commit in my pre-update read-thru. Applying a reverting patch, rebuilding and restarting plasmashell quickly got my comics back working again, confirming the culprit. =:^) -- You are receiving this mail because: You are watching all bug changes.