@bob466 :-
Yeah, it's like I thought. It's the Qt4 stuff you're missing. Qt5 has been the de-facto 'standard' for some time now, so if you want Qt4 for anything you'll find it IS available.....but you'll need to manually add Qt4 stuff in from your package manager.
Despite the fact that your package is a newer version than mine, it's clearly STILL built with the older-gen Qt.
-------------------------------------------
I always used to find that using
gDebi was the easiest way to install .debs.....for the simple reason that gDebi works hand-in-hand with the package manager, resolving dependencies & pulling-in additional stuff as required. Simply installing a .deb by clicking on it doesn't actually trigger this.
Just so's you know, the Qt4 items needed for this - there's only three of 'em - are:-
- QtCore.so.4
- QtGui.so.4
- QtNetwork. so.4
The "Core" package is the one item common to ALL apps that require Qt stuff, regardless of generation. Qt3, Qt4, Qt5, Qt6.....they all work the same. Everything else builds onto & around this.
It's up to you, but I'd uninstall if you haven't already done so, then re-install again using
gDebi. I believe it comes with Mint OOTB.
There's absolutely no reason why you shouldn't be able to get this running. If an idiot like me can do it - and in 'Puppy', to boot! - then I think
anybody can.
Mike.