Announcement

Collapse
No announcement yet.

Error - Dolphin... has an invalid menu entry...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error - Dolphin... has an invalid menu entry...

    If you get:

    Error - Dolphin

    The desktop entry file
    /usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
    has an invalid menu entry
    addAsPodcast
    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
    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

    Fix #2
    Dolphin amarok_addaspodcast.desktop don't have Exec line, konqueror:
    Code:
    Exec=dcop amarok playlistbrowser addPodcast %u
    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:
    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
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information
Working...
X