https://bugs.kde.org/show_bug.cgi?id=382320
--- Comment #3 from [email protected] --- A very similar approach to what Anton suggested is used in the bing provider: https://github.com/KDE/kdeplasma-addons/blob/Plasma/5.10/dataengines/potd/bingprovider.cpp 1) A request is made to find the name of the picture of the day: https://github.com/KDE/kdeplasma-addons/blob/Plasma/5.10/dataengines/potd/bingprovider.cpp#L96 2) Once it's found it's used to get the picture: https://github.com/KDE/kdeplasma-addons/blob/Plasma/5.10/dataengines/potd/bingprovider.cpp#L71 In the place of the %1. Should be similar for this dataprovider. -- You are receiving this mail because: You are watching all bug changes.
