Hi all,<br>
<br>
thought of writing some servicemenus for kde and started off with this tutorial,<br>
<a href="http://developer.kde.org/documentation/tutorials/dot/servicemenus.html">http://developer.kde.org/documentation/tutorials/dot/servicemenus.html</a><br>
<br>
Its indeed a nice tutorial..and the service menu worked perfect...<br>
here is the service menu file...<br>
<br>
<span style="font-weight: bold;">[Desktop Entry]</span><br style="font-weight: bold;">
<span style="font-weight: bold;">ServiceTypes=image/*</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Actions=setAsWallpaper</span><br style="font-weight: bold;">
<span style="font-weight: bold;">[Desktop Action setAsWallpaper]</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Name=Use as Wallpaper</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Icon=background</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Exec=dcop kdesktop KBackgroundIface setWallpaper %u 6</span><br style="font-weight: bold;">
<br style="font-weight: bold;" clear="all">This brings the "Use As Wallpaper" under "Actions".<br>
<br>
Can i get this not under the "Actions" but as how are "Cut","COpy" and
"Paste" are placed.They dont have any submenus...so my servicemenu
entry should go there. And how to make my servicemenu available when
clicked on Desktop.Now my servicemenu appears when i click any image.<br>
<br>
thanks in advance,<br>
<br>-- <br>Regards,<br>Chaks,