I'm trying to get mythgame working. I've verified that it's calling the correct path by replacing that file with a simple script:
[EMAIL PROTECTED] bin]$ cat /usr/bin/xmame #!/bin/sh echo $@ > /tmp/xmame.txt [EMAIL PROTECTED] bin]$ cat /tmp/xmame.txt -version [EMAIL PROTECTED] bin]$ xmame -version xmame (x11) version 0.102 (Dec 2 2005) [EMAIL PROTECTED] bin]$ rpm -q mythtv mythtv-0.18.1-114.rhfc4.at I have verified that it works by manually specifying a path to the rom directory and playing a game. The mythtv documentation seems to indicate that this is a supported version. http://www.mythtv.org/docs/mythtv-HOWTO-16.html Any suggestions on where I can go from here? Thanks, Alex _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
