Skip to content

greeter: Make wallpapers work in Plasma 6

David Redondo requested to merge work/davidre/wallpaperitem into master

In Plasma 6 wallpapers instantiate WallpaperItem as root item themselves. So we need to let our wrapper gain the full API, make it an item and register it to be instantiated. Because pluginName and configuration are CONSTANT upstream we need to make sure they are already correct when the item is complete.

Merge request reports