# Forum thinks this an external link - code snipped
$ cat /opt/PokerTH/pokerth<dot>sh
#!/bin/bash
appname=`basename $0 | sed s,\.sh$,,`
dirname=`dirname $0`
if [ "${dirname:0:1}" != "/" ]; then
dirname=$PWD/$dirname
fi
LD_LIBRARY_PATH=$dirname/libs
export LD_LIBRARY_PATH
# Akua
export QT_USE ...
Search found 1 match
- Fri Oct 17, 2025 11:00 pm
- Forum: Bugs
- Topic: Window size
- Replies: 3
- Views: 21198
