Bug 404623 - Desktop is NOT unloading properly the SlideShow wallpaper plugin
Summary: Desktop is NOT unloading properly the SlideShow wallpaper plugin
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Image & Slideshow wallpaper plugins (show other bugs)
Version: 5.15.0
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-20 22:07 UTC by Michail Vourlakos
Modified: 2020-12-19 04:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michail Vourlakos 2019-02-20 22:07:34 UTC
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
Comment 1 Nate Graham 2020-11-19 20:20:59 UTC
Are you still experiencing this in Plasma 5.20?
Comment 2 Bug Janitor Service 2020-12-04 04:34:13 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2020-12-19 04:35:44 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!