I searched on google for a number of vi summary pages and finally figured out enough to edit both files above (mime.types and musicplayer.desktop). I saved the changes and rebooted my Zaurus.
I must\'ve done something wrong in the musicplayer.desktop file, because now the OGG files AND MP3 files no longer have any applications associated with them. When I double clicked on the ogg file, I get \"No application is defined for this document. Type is audio/ogg.\". That tells me that I probably did the mime.types file correctly, but messed up on the musicplayer.desktop file.
I looked at the desktop file again. I had changed:
MimeType=audio/mpeg
to
MimeType=audio/mpeg/ogg
...but I should\'ve done:
MimeType=audio/mpeg;audio/ogg
Again, I\'m stuck in \"vi\". I press ESC (FN-W) (The pages I found said you can also press CTRL-3, but since on a Zaurus CTRL-3 is FN-SHIFT-3, it doesn\'t work, since FN-3 is taken as \"Dim Screen\"). Nothing worked... I\'m stuck! ...but for some reason \"DEL\" (FN-BS) puts me back in the needed command mode and then I\'m able to \":wq\". Phew!
Again I reboot...
Now it recognizes the ogg file and opens up musicplayer when I click on the ogg file... but musicplayer itself doesn\'t recognize the file. It looks in the directory and doesn\'t see anything except the mp3 files.
Is there something else I was supposed to change in the desktop file... or maybe another file?