Hi all,
thought of writing some servicemenus for kde and started off with this tutorial,
http://developer.kde.org/documentation/t…rvicemenus.html
Its indeed a nice tutorial..and the service menu worked perfect...
here is the service menu file...
|
Source code
|
1
2
3
4
5
6
7
|
[Desktop Entry]
ServiceTypes=image/*
Actions=setAsWallpaper
[Desktop Action setAsWallpaper]
Name=Use as Wallpaper
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 6
|
This brings the "Use As Wallpaper" under "Actions".
I'd like to know if there is a way to use .dekstop file to add item to the servicemenu on the first level and not under "Actions".