https://bugs.kde.org/show_bug.cgi?id=454692
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.26 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |31b7090224770e7879c901433c0 | |423817f285aec Resolution|--- |FIXED --- Comment #4 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 31b7090224770e7879c901433c0423817f285aec by Fushan Wen. Committed on 01/06/2022 at 15:14. Pushed by fusionfuture into branch 'master'. wallpapers/image: use string data type for `image` property `wallpaper.configuration.Image` has string type, and assigning a string value from QML to a url in C++ will truncate the string at the hash char. This changes `image` data type to string to fix the bug. FIXED-IN: 5.26 M +1 -1 wallpapers/image/imagepackage/contents/ui/main.qml M +5 -5 wallpapers/image/plugin/imagebackend.cpp M +3 -3 wallpapers/image/plugin/imagebackend.h https://invent.kde.org/plasma/plasma-workspace/commit/31b7090224770e7879c901433c0423817f285aec -- You are receiving this mail because: You are watching all bug changes.