https://bugs.kde.org/show_bug.cgi?id=481741
--- Comment #15 from Oded Arbel <o...@geek.co.il> --- My current workaround - with the bug fix - is to extract the image file using the command `qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.wallpaper 1 | awk '$1=="Image:"{print$2}' | sed s,file://,,` The main problem with that is that it isn't activity aware - so I can only retrieve the current image file name for the current activity. It is OK for *most* of what I'm doing, but I think a solution that fixes desktop scripting will be a good idea. -- You are receiving this mail because: You are watching all bug changes.