Comment 3 for bug 299407

Revision history for this message
Evgeni Golov (evgeni) wrote :

Okay, that looks strange:

> igorgomes@guarana ~> echo $PATH
> /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games /usr/X11R6/bin
>
> igorgomes@guarana ~> ls /usr/share/pokerth
> data/ libs/ pokerth* pokerth.png*

You don't have /usr/share/pokerth in your $PATH (which is correct), so why does it get called?
What does "which pokerth" tell you?
And what "dpkg -S /usr/share/pokerth"?
It seems that dir and it's contents do not come from a package? Did you have PokerTH installed from source?

Regards