https://bugs.kde.org/show_bug.cgi?id=522039
--- Comment #1 from Johannes Goller <[email protected]> --- I found the issue that triggered this. The activity I was trying to switch to included the statement below in ~/.config/plasma-org.kde.plasma.desktop-appletsrc: ``` [Containments][61] ItemGeometries-0x0=Applet-63:0,32,576,128,0; ItemGeometries-2259x1271=Applet-63:0,32,576,128,0; ItemGeometries-3840x2160=Applet-63:0,32,inf,128,0; ItemGeometriesHorizontal=Applet-63:0,32,inf,128,0; activityId=753ce7d0-c788-4944-aa09-1558560dbec6 formfactor=0 immutability=1 lastScreen=0 location=0 plugin=org.kde.plasma.folder wallpaperplugin=org.kde.image ``` The "inf" values caused the rendering of the activity to fail, and that resulted in the freezing I observed. Replacing "inf" with "576" in both occurrences and restarting plasmashell fixed the issue. (For whatever reason that configuration, which I must have been using for years, did not trigger an issue in Plasma 6.6.) -- You are receiving this mail because: You are watching all bug changes.
