Hello,
Yes, every instance I tried works from an xterm directly. I tried the following:
/usr/bin/amule_player path/to/111.part (amule_player is the script that was posted above)
xterm -T "aMule's preview" -iconic -e vlc path/to/111.part
1>/tmp/anything /usr/bin/vlc path/to/111.part
and of course,
vlc path/to/111.part
I've also tried to add directly into the Video Player choice:
1>/tmp/anything /usr/bin/vlc "$@"
1>/tmp/anything /usr/bin/vlc
Both gave me errors in the aMule Log window of:
2005-03-04 07:49:16: ERROR: Failed to execute external media-player!
2005-03-04 07:49:16: Command: 1>/tmp/anything /usr/bin/vlc "$@" "path/to/111.part"
2005-03-04 07:51:24: ERROR: Failed to execute external media-player!
2005-03-04 07:51:24: Command: 1>/tmp/anything /usr/bin/vlc "path/to/111.part"
I'm really not sure what the purpose of 1>/tmp/anything is, but the file is created with correct permissions, but it is an empty file.
I'm currently running aMule under gdb as I seem to get crashes about every ~10 hours or so. I was just reading about memory leaks w/ regards to the official libwxbase2.4.deb(
http://forum.amule.org/thread.php?threadid=5179&sid= ) and will proably rebuild with an updated wxGTK built from source. Don't know if this affects this problem or not.
Doesn't bother me that much(it more of an anoyance then anything), but let me know what else to try to help resolve this,
TIA
Steve