* Default installation of native viewer can once again handle VncAuth * Graphic acceleration now can now be disabled through the vncserver config file the same way as other features * Command vncpasswd can again correctly update passwords * Native viewer once again consider passwd file that contain more than one password valid * Native viewer can once again connect to RealVNC servers * Users of x0vncserver should no longer experience the mouse cursor moving to the upper left corner * H264 encoding no longer causes crashing - Removed patches (no longer needed): * u_tigervnc-Change-button-layout-in-ServerDialog.patch - Refreshed patches: * n_tigervnc-Date-time.patch * n_tigervnc-Dont-sign-java-client.patch * n_tigervnc-reproducible-jar-mtime.patch * u_tigervnc-Add-autoaccept-parameter.patch * u_tigervnc-Build-libXvnc-as-separate-library.patch * u_tigervnc-Ignore-epipe-on-write.patch - Fix path on vncviewer desktop file. Use %use_update_alternative OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=268
22 lines
777 B
Plaintext
22 lines
777 B
Plaintext
<!--
|
|
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>
|