I'm slightly off-topic, but since it was brought up (thanks for the feedback Rog131)

Root Actions Servicemenu works fine in the Konqueror but in the Dolphin (0.82) it doesn't show all actions.
There are a few problems with servicemenus in dolphin (d3lphin), but the rootactions servicemenu can be 'tinkered with' to work better with dolphin:
1. ServiceTypes=all/all doesn't seem to work at all on dolphin, changing it to ServiceTypes=all/allfiles,inode/directory in rootactionsall.desktop should bring back the majority of the actions.
2. Dolphin doesn't support "_SEPARATOR_"s, removing them from the .desktop files makes the menu a bit cleaner.
3. Dolphin doesn't merge the menus, showing two menus instead...the only solution I can think of for this is to merge the menus in a single rootactionsall.desktop file (this will show literally all actions for every item, which isn't the preferred behavior, but it show the items in a single menu)
I have been thinking about providing a dolphin-friendly version of the menu, but so far I've been hoping the issues with servicemenus would be fixed in dolphin itself.