https://bugs.kde.org/show_bug.cgi?id=404623
Bug ID: 404623 Summary: Desktop is loading unloading properly the SlideShow wallpaper plugin Product: plasmashell Version: 5.15.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Image Wallpaper Assignee: notm...@gmail.com Reporter: mvourla...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 SUMMARY I discovered a case that the slideshow wallpaper plugin is not unloaded properly when the Activity for which is assigned is stopped STEPS TO REPRODUCE 1. Add in slideshow plugin at its main.qml file and more specific for its onModelImageChanged the following: onModelImageChanged: { Qt.callLater(loadImage); console.log("NEW SLIDESHOW IMAGE ::: " + modelImage); } 2. Go into a new Activity and activate for it the slideshow plugin 3. Set for SlideShow a very small interval e.g. 5secs 4. When the Activity is running you will notice that properly it shows the above inserted message 5. Stop now this Activity 6. You will keep noticing the above message and that never ends EXPECTED RESULT The inserted messages shouldnt be shown because the Desktop should be unloaded SOFTWARE/OS VERSIONS Linux/KDE Plasma: Tumbleweed / 5.15.0 KDE Plasma Version: 5.15.0 KDE Frameworks Version: 5.55.0 Qt Version: 5.12.0 -- You are receiving this mail because: You are watching all bug changes.