View Single Post
Posts: 13 | Thanked: 20 times | Joined on Aug 2008 @ Switzerland
#8
Maybe you could try to set the tablet-browser-daemon script non-executable :

Type as root :
Code:
# stop the daemon
/etc/init.d/tablet-browser-daemon stop

# remove the executable flag
chmod -x /etc/init.d/tablet-browser-daemon
now the browser shoudn't work any more. To make it works again :

Code:
chmod +x /etc/init.d/tablet-browser-daemon
/etc/init.d/tablet-browser-daemon start
 

The Following 2 Users Say Thank You to lbalogh For This Useful Post: