Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: poker3d - Three dimensional multi-user online poker game Alias: poker3d https://bugzilla.redhat.com/show_bug.cgi?id=355971 ------- Additional Comments From j.w.r.degoede@xxxxxx 2007-11-16 03:21 EST ------- You probably want something like this as wrapper: #!/bin/sh . /usr/share/opengl-games-utils/opengl-game-functions.sh checkDriOK poker3d if [ -d /usr/lib64/taxipilot ]; then export LD_LIBRARY_PATH=/usr/lib64/poker3d else export LD_LIBRARY_PATH=/usr/lib/poker3d fi exec poker3d "$@" Then you can get rid of the ld.so.d file, and you will need to add a Requires: opengl-games-utils The checkDriOK thingie checks if hardware accelerated opengl is present and if not shows an error dialog explaining things and then exits. You can then either call this script poker3d-wrapper and adapt the .desktop file, or call it plain poker3d and move poker3d itself to /usr/libexcec Let me know if you need any more help with this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review