View Single Post
Posts: 114 | Thanked: 109 times | Joined on Nov 2010 @ Finland
#16
Originally Posted by MohammadAG View Post
Yeah, right, sorry, rm install_mediaplayer.sh and rerun the steps.
Now there's no error message, but still no desktop icon is seen in the menu.

Looked at the omp.desktop and noticed that the file misses [Desktop Entry] at the beginning, after adding that the desktop file appeared in the menu.

The install_mediaplayer.sh should be

Code:
...
if [ "$1" = "--desktop-file" ]; then
	echo "[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=OMP
X-Text-Domain=mediaplayer
Exec=/usr/local/bin/mediaplayer
Icon=tasklaunch_media_player
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
MimeType=video/quicktime;video/x-msvideo;audio/x-mp3;video/mpeg;audio/x-wav;audio/x-m4a;audio/mp4;audio/x-amr;audio/AMR;video/mp4;video/x-mp4;video/3gpp;audio/mp2;audio/x-mp2;audio/x-ms-wma;audio/x-ms-asx;video/x-ms-asx;video/x-ms-wmv;video/x-ms-wm;audio/x-mpegurl;audio/mpegurl;audio/x-mpeg;audio/x-scpls;video/x-ms-asf;video/x-ms-asf-plugin;application/x-ms-asx;audio/x-ms-wax;video/x-ms-wvx;video/x-ms-wax;video/x-ms-wmx;application/vnd.ms-wpl;application/pls;application/smil;application/m3u;audio/mp3;video/avi;audio/wav;audio/mpeg;application/x-mplayer2;audio/AMR-WB" >> /usr/share/applications/hildon/omp.desktop
...

Last edited by Keneraali; 2011-04-14 at 20:55.
 

The Following 2 Users Say Thank You to Keneraali For This Useful Post: