Mplayer bug fix
December 18, 2010 —
BarryK
Forum member CHLee reported:
When ROX-Filer click a media file that have space in file name, mplayer could not play the media file.
To fix it, need add two " to the line 20 of the /usr/bin/mplayershell, like this:
OLD:
if [ $1 ];then
NEW:
if [ "$1" ];then
Fixed:
http://distro.ibiblio.org/pub/linux/distributions/quirky/pet_packages-wary5/mplayer_gui-20100923-1-w5.pet
Tags: wary