Bug 295143 - plasma-wallpaper-mobileimage.desktop errors
Summary: plasma-wallpaper-mobileimage.desktop errors
Status: RESOLVED FIXED
Alias: None
Product: Active
Classification: Plasma
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: unscheduled
Assignee: active
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 14:59 UTC by Christoph Feck
Modified: 2012-03-06 13:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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