Bug 295143

Summary: plasma-wallpaper-mobileimage.desktop errors
Product: [Plasma] Active Reporter: Christoph Feck <cfeck>
Component: GeneralAssignee: active
Status: RESOLVED FIXED    
Severity: minor CC: lamarque, sebas
Priority: NOR    
Version: unspecified   
Target Milestone: unscheduled   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Feck 2012-03-01 14:59:59 UTC
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
Comment 1 Lamarque V. Souza 2012-03-06 12:35:03 UTC
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
Comment 2 Sebastian Kügler 2012-03-06 13:41:10 UTC
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.
Comment 3 Lamarque V. Souza 2012-03-06 13:48:09 UTC
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