This is UNOFFICIAL snap for TastyWorks trading platform.
Latest version of TastyWorks doesn't work on Ubuntu 16.04 LTS .
This snap brings compatibility with all versions of Ubuntu.
sudo snap install snapcraft --classic
git clone https://github.com/CoolSpot/tastyworks-snap
cd tastyworks-snap
snapcraft
snap install tastyworks-unofficial*.snap --dangerous
"dangerous" flag is necessary above because self-built snap is unsigned.
sudo snap install tastyworks-unofficial
- AppArmor logs show denied access to "/var/lib/snapd/desktop/icons/".
This is known issue of snap itself. See forum. - Sound doesn't work. It is known issue of JavaFX under snap. See forum.
- If the snap doesn't work and running it from terminal gives you a long Java Exception trace ending with
That is likely caused by a corrupted font cache. To rebuild the font cache do the following in the terminal:
Caused by: java.lang.NullPointerException at TastyJavaFx//com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)
sudo rm /var/cache/fontconfig/* rm ~/.cache/fontconfig/* fc-cache -r