Once upon a time, Matthias wrote : > > Compile it with DEBUG defined, and you'll drown in information :) > > Hmmm... not quite. All I get is this : > > DEBUG: Loading gamelist > DEBUG: Supported games: 0 Visible games: 0 > DEBUG: gRustibus Version 0.43 started, succesfull init. > DEBUG: xmame ((null)) version 0.(null).0 > DEBUG: xmame ((null)) version 0.(null).0 > [... etc ...] > > That last line, I get each time I try to apply the preferences with > either my valid xmame binary or with any bogus nonexisting string :-(
Well solved... [dude@python dude]$ ls -l /usr/games/bin/xmame.xgl -rwxr-s--x 1 root games 13376940 Apr 8 21:08 /usr/games/bin/xmame.xgl Apparently gRustibus expects to be able to read the xmame binary, which was impossible for mine, as packages with suid/sgid binaries often remove the read bit and leave only the execution one!!! I guess I'll turn the readable bit back on in my package... :-/ Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
