Search Linux Info on Web

Custom Search

Sunday, November 9, 2008

Dolphin Issues

Error on hovering mouse over an HTML file in File Explorer Dolphin.

As soon as I select a file to preview or open its context menu, I get the following error message twice:

The desktop entry file
/usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
has an invalid menu entry
addAsPodcast.

This is a known bug in Kubuntu 3.5. To fix this problem temporary, one solution is to just copy the service menu:

sudo cp /usr/share/apps/konqueror/servicemenus/amarok_addaspodcast.desktop /usr/share/ apps/d3lphin/servicemenus/amarok_addaspodcast.desktop

One more solution could be :-
1> Edit and fix the file /usr/share/

apps/d3lphin/servicemenus/amarok_addaspodcast.desktop, i use kate to edit

sudo kate /usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop

2 > The editor opens and you must add the line

Exec=dcop amarok playlistbrowser addPodcast %u

3> Save the file and maybe restart delpin.

No comments: