Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
f1bfe53f
Commit
f1bfe53f
authored
Mar 24, 2007
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverse (listening) VNC connections.
parent
d013b876
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
848 additions
and
132 deletions
+848
-132
README
x11vnc/misc/enhanced_tightvnc_viewer/README
+4
-4
ss_vncviewer
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer
+253
-29
ssvnc.tcl
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl
+332
-26
_bundle
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle
+1
-1
tight-vncviewer-full.patch
...ed_tightvnc_viewer/src/patches/tight-vncviewer-full.patch
+258
-72
No files found.
x11vnc/misc/enhanced_tightvnc_viewer/README
View file @
f1bfe53f
...
...
@@ -149,7 +149,7 @@ Unix and Mac OS X:
Unpack the archive:
% gzip -dc ssvnc-1.0.1
1
.tar.gz | tar xvf -
% gzip -dc ssvnc-1.0.1
4
.tar.gz | tar xvf -
Run the GUI:
...
...
@@ -159,7 +159,7 @@ Unix and Mac OS X:
On MacOSX you could also click on the SSVNC app in the Finder.
The smaller file "ssvnc_no_windows-1.0.1
1
.tar.gz"
The smaller file "ssvnc_no_windows-1.0.1
4
.tar.gz"
could have been used as well.
On MacOSX there is also a SSVNC.app directory icon you can click on
...
...
@@ -170,7 +170,7 @@ Windows:
Unzip, using WinZip or a similar utility, the zip file:
ssvnc-1.0.1
1
.zip
ssvnc-1.0.1
4
.zip
Run the GUI, e.g.:
...
...
@@ -182,7 +182,7 @@ Windows:
select Open, and then OK to launch it.
The smaller file "ssvnc_windows_only-1.0.1
1
.zip"
The smaller file "ssvnc_windows_only-1.0.1
4
.zip"
could have been used as well.
You can make a Windows shortcut to this program if you want to.
...
...
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer
View file @
f1bfe53f
This diff is collapsed.
Click to expand it.
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl
View file @
f1bfe53f
This diff is collapsed.
Click to expand it.
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle
View file @
f1bfe53f
#!/bin/sh
rm
-rf
./src/tmp/
*
||
exit
1
vers
=
1.0.1
3
vers
=
1.0.1
4
cd
..
||
exit
1
...
...
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-full.patch
View file @
f1bfe53f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment