Problem setting protocol version
Brought to you by:
jonathanosx,
sensetalkdoug
When I upgraded to the newest version I found that it would not store my selected VNC protocol version. After looking at the plist I found that when I set the protocol version to 3.3 the key which was actually stored was
<real>3.2999998462</real>
I think it's a safe bet that the reason it's not reading the value correctly has something to do with it being stored as an inexact floating point. I tried changing the value and was not able to come up with a value which would make it choose a non-default protocol version at start up.