forked from pool/tigervnc
- Dropped no longer needed index.vnc.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=61
This commit is contained in:
parent
9b78687e0b
commit
c2c6f83c0a
21
index.vnc
21
index.vnc
@ -1,21 +0,0 @@
|
|||||||
<!--
|
|
||||||
index.vnc - default HTML page for TigerVNC Java viewer applet, to be
|
|
||||||
used with Xvnc. On any file ending in .vnc, the HTTP server embedded in
|
|
||||||
Xvnc will substitute the following variables when preceded by a dollar:
|
|
||||||
USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
|
|
||||||
Use two dollar signs ($$) to get a dollar sign in the generated
|
|
||||||
HTML page.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<HTML>
|
|
||||||
<TITLE>
|
|
||||||
$USER's $DESKTOP desktop ($DISPLAY)
|
|
||||||
</TITLE>
|
|
||||||
<APPLET CODE="com.tigervnc.vncviewer.VncViewer" ARCHIVE="VncViewer.jar" WIDTH="$APPLETWIDTH" HEIGHT="$APPLETHEIGHT">
|
|
||||||
<PARAM NAME="Port" VALUE="$PORT">
|
|
||||||
<PARAM NAME="Embed" VALUE="true">
|
|
||||||
<PARAM NAME="AlwaysShowServerDialog" VALUE="false">
|
|
||||||
</APPLET>
|
|
||||||
<BR>
|
|
||||||
<A href="http://www.tigervnc.org/">TigerVNC site</A>
|
|
||||||
</HTML>
|
|
@ -9,6 +9,7 @@ Wed Jul 15 11:52:02 UTC 2015 - msrb@suse.com
|
|||||||
* tigervnc-gnutls-3.4-required.patch
|
* tigervnc-gnutls-3.4-required.patch
|
||||||
* u_tigervnc-dont-send-ascii-control-characters.patch
|
* u_tigervnc-dont-send-ascii-control-characters.patch
|
||||||
* u_terminate_instead_of_ignoring_restart.patch
|
* u_terminate_instead_of_ignoring_restart.patch
|
||||||
|
- Dropped no longer needed index.vnc.
|
||||||
- Use encryption everywhere. (fate#318936)
|
- Use encryption everywhere. (fate#318936)
|
||||||
* u_tigervnc-display-SHA-1-fingerprint-of-untrusted-certificate.patch
|
* u_tigervnc-display-SHA-1-fingerprint-of-untrusted-certificate.patch
|
||||||
* u_tigervnc-use-default-trust-manager-in-java-viewer-if-custom.patch
|
* u_tigervnc-use-default-trust-manager-in-java-viewer-if-custom.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user