Running "kbuildsycoca4": kbuildsycoca4(18824)/kdecore (services) KServicePrivate::parseActions: The desktop file "plasma-wallpaper-mobileimage.desktop" references the action "SingleImage" but doesn't define it kbuildsycoca4(18824)/kdecore (services) KServicePrivate::parseActions: The desktop file "plasma-wallpaper-mobileimage.desktop" references the action "Slideshow" but doesn't define it
Those are more warning than errors. plasma-wallpaper-mobileimage set an empty list of contextual actions in plasma-mobile/wallpapers/mobileimage/mobileimage.cpp: setContextualActions(QList<QAction*>()); One way to prevent this warning is commenting the line "Action=" in plasma-mobile/wallpapers/mobileimage/plasma-wallpaper-mobileimage.desktop
That's a fine solution, we're not planning to use these contextual actions anyway, and once we want to use them, it's easy to add.
Git commit bda714d50ba1d741a3352b4f9e8d366379bb3ae3 by Lamarque V. Souza. Committed on 06/03/2012 at 14:46. Pushed by lvsouza into branch 'master'. Commenting those actions until they are implemented. Prevents kbuildsycoca4 warnings. M +1 -1 wallpapers/mobileimage/plasma-wallpaper-mobileimage.desktop http://commits.kde.org/plasma-mobile/bda714d50ba1d741a3352b4f9e8d366379bb3ae3