djl_ottawa said: My problem is. At work I am on windows.
Is there a way to setup a script so that if a VNC user connects it stops Beryl? The script you wrote out, where if I can would I put that?
I also noticed in the remote desktop session section for Login Session that I can put either Same as Local or Plain. Now if I choose plain, will that stop Beryl?
If you are using the "remote desktop" feature from the system menu, then I believe you are out of luck on that one.
There will be a fabbo complicated way of doing it but I certainly don't know it :).
As an easy but still cumbersome way of doing it would be to ssh into your server first, then kill the Beryl process, then connect via vnc.
That involves installing the openssh server (search for and install openssh through synaptic).
WARNING This is a security risk, as is leaving remote desktop running on your system. I would recommend setting the ssh port to something high, don't leave it on the default port. Also make sure that ALL the accounts on your system have strong passwords. In the ssh config file you can (I think!), set it to accept connections from selected IPs, so that helps.
Like I said earlier, it is a bit cumbersome, you would have to ssh (using "putty" on the Windows system), login, then kill Beryl, then vnc into it.
Or you could just leave Beryl off when you leave the house :).
If you need instructions on how-to install and setup ssh, let me know and I can help you with that.