https://bugs.kde.org/show_bug.cgi?id=512559
--- Comment #4 from Fushan Wen <[email protected]> --- The bug was introduced in commit 471c56e1f9 ("wallpapers/image: Port image model to QUrl"). When a slideshow wallpaper saves its state, the image URL is stored as "file:///path/to/image.jpg". QUrl::fromLocalFile() incorrectly treated this URL string as a local file path, creating a malformed URL "file:file:///path/to/image.jpg", causing the image lookup to fail and the slideshow to restart from the first image -- You are receiving this mail because: You are watching all bug changes.
