Commit 6c45a721 authored by runge's avatar runge

ssvnc sync with zywrle support and improvements to popup.

parent 26b79b89
...@@ -142,6 +142,9 @@ The enhanced TightVNC viewer features are: ...@@ -142,6 +142,9 @@ The enhanced TightVNC viewer features are:
(local machine). Default assumes you are using SSH tunnel. Use (local machine). Default assumes you are using SSH tunnel. Use
-rawlocal to revert. -rawlocal to revert.
- Support for the ZYWRLE encoding, a wavelet based extension to
ZRLE to improve compression of motion video and photo regions.
- XGrabServer support for fullscreen mode, for old window managers - XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option). (-grab/-graball option).
......
...@@ -49,7 +49,7 @@ export SSVNC_LAUNCH ...@@ -49,7 +49,7 @@ export SSVNC_LAUNCH
# #
name=$UNAME name=$UNAME
if [ "X$name" = "X" ]; then if [ "X$name" = "X" ]; then
name=`uname -sm | sed -e 's/ /./g' -e 's/Linux\.i.86/Linux.i686/'` name=`uname -sm | sed -e 's/ /./g' -e 's,/.*,,' -e 's/Linux\.i.86/Linux.i686/'`
fi fi
f="$0" f="$0"
......
...@@ -120,7 +120,7 @@ fi ...@@ -120,7 +120,7 @@ fi
# #
name=$UNAME name=$UNAME
if [ "X$name" = "X" ]; then if [ "X$name" = "X" ]; then
name=`uname -sm | sed -e 's/ /./g' -e 's/Linux\.i.86/Linux.i686/'` name=`uname -sm | sed -e 's/ /./g' -e 's,/.*,,' -e 's/Linux\.i.86/Linux.i686/'`
fi fi
f="$0" f="$0"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment