The GTK FS-webkit has some unfortunate flaws, a big one being a memory leak that may case the software to eventually crash. The answer to this is either go find and fix the bugs in the GTK FS Webkit, or find a software package that does the same job without the bugs. In our case, we found another package. To update, log into Debian on your TS hardware that's running the GTK FS Webkit and run these:


wget https://github.com/embeddedTS/fullscreen-webkit/archive/master.zip 
apt-get update && apt-get install libqt4-dev qt4-dev-tools build-essential -y 
unzip master.zip 
cd fullscreen-webkit-master/qt/ 
qmake 
make 
cp fullscreen-qtwebkit `which fullscreen-webkit` 
reboot 


Once the system reboots, your device will be running the new Qt based FS Webkit.