Or fonts. Check to see what it depends on in your old OS installation. Another thing would be to run it under strace and see what it's trying to open. Something like:
strace -ttt -f -s256 -o /tmp/strace-your-app.log /path/to/your/app then look at the very verbose /tmp/strace-your-app.log file and search for things like open() or stat() On Fri, Dec 11, 2020 at 6:31 PM Russell Senior <[email protected]> wrote: > > Or maybe it's looking for specific png's that aren't on your version of the > OS. > > On Fri, Dec 11, 2020 at 5:56 PM Dick Steffens <[email protected]> wrote: > > > > On 12/11/20 5:35 PM, Russell Senior wrote: > > > I think you want dpkg -i <your-package>.deb > > > > Thanks. I tried that. It installed without grousing. While what I got > > may be the same version as on my other machines, but it doesn't look it. > > Instead of squares with numbers and blank squares I get black squares > > and blank squares. The option to put temporary values in small boxes at > > the top and bottom of each blank square is there, but there's no way to > > know what's in the black squares. Other features of the game seem like > > what I expect. Maybe it want's a different version of some library? > > > > > > -- > > Regards, > > > > Dick Steffens > > > > _______________________________________________ > > PLUG: https://pdxlinux.org > > PLUG mailing list > > [email protected] > > http://lists.pdxlinux.org/mailman/listinfo/plug _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
