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/
has an invalid menu entry
addAsPodcast.
All about using KUbuntu 8.04 (Hardy Heron) by a first time user.
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/
has an invalid menu entry
addAsPodcast.
# Tweaks for faster broadband...
net.core.rmem_default = 32768
net.core.rmem_max = 32768
net.core.wmem_default = 32768
net.core.wmem_max = 32768
net.ipv4.tcp_wmem = 4096 32768 32768
net.ipv4.tcp_rmem = 4096 32768 32768
net.ipv4.tcp_mem = 32768 32768 32768
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
Save the file and fire up the Terminal to type sudo sysctl.conf -p to reload the above kernel parameters OR just restart the system for the tweak to take effect.
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/
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.