If you get:
This is Bug #199393, first reported on 2008-03-07
servicemenu for amarok has an invalid menu entry "addAsPodcast"
https://bugs.launchpad.net/ubuntu/+s...in/+bug/199393
Bug #204741, first reported on 2008-03-21
[Kubuntu Hardy Beta] Dolphin error on .htm and .html files
https://bugs.launchpad.net/ubuntu/+s...in/+bug/204741
Fix #1
Fix #2
Dolphin amarok_addaspodcast.desktop don't have Exec line, konqueror:
So you could: Press Alt + F2 and type kdesudo kate /usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
and add Exec=dcop amarok playlistbrowser addPodcast %u at the end of file => something like this:
Links:
Topic: GtoK: .desktop files
http://kubuntuforums.net/forums/inde...opic=3093180.0
Service Menus with Dolphin
http://kubuntuforums.net/forums/inde...opic=3088743.0
Error - Dolphin
The desktop entry file
/usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
has an invalid menu entry
addAsPodcast
The desktop entry file
/usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
has an invalid menu entry
addAsPodcast
servicemenu for amarok has an invalid menu entry "addAsPodcast"
https://bugs.launchpad.net/ubuntu/+s...in/+bug/199393
Bug #204741, first reported on 2008-03-21
[Kubuntu Hardy Beta] Dolphin error on .htm and .html files
https://bugs.launchpad.net/ubuntu/+s...in/+bug/204741
Fix #1
To fix this problem temporary, just copy the service menu:
sudo cp /usr/share/apps/konqueror/servicemenus/amarok_addaspodcast.desktop /usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
sudo cp /usr/share/apps/konqueror/servicemenus/amarok_addaspodcast.desktop /usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
Fix #2
Dolphin amarok_addaspodcast.desktop don't have Exec line, konqueror:
Code:
Exec=dcop amarok playlistbrowser addPodcast %u
and add Exec=dcop amarok playlistbrowser addPodcast %u at the end of file => something like this:
Code:
[Desktop Entry] Encoding=UTF-8 ServiceTypes=text/html,text/xml,application/xml,text/rss,text/rdf Actions=addAsPodcast; [Desktop Action addAsPodcast] Name=Add as Podcast to Amarok Icon=amarok Exec=dcop amarok playlistbrowser addPodcast %u
Links:
Topic: GtoK: .desktop files
http://kubuntuforums.net/forums/inde...opic=3093180.0
Service Menus with Dolphin
http://kubuntuforums.net/forums/inde...opic=3088743.0