forked from pool/tigervnc
Accepting request 226467 from home:michalsrb:branches:X11:XOrg
- Update HTML page that serves vnc client applet. (bnc#867273) - u_tigervnc-dont-send-ascii-control-characters.patch * Send CTRL+[A-Z] combinations instead of ascii control characters. (bnc#864666) OBS-URL: https://build.opensuse.org/request/show/226467 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
d2b4e99566
commit
6eb478ebc4
@@ -23,8 +23,10 @@ case "$url" in
|
||||
# The VNC menubar is 20 pixels high ...
|
||||
height=$((height+20))
|
||||
ctype="text/html"
|
||||
content="
|
||||
<HTML><HEAD><TITLE>Remote Desktop</TITLE></HEAD>
|
||||
content="
|
||||
<HTML><HEAD><TITLE>Remote Desktop</TITLE></HEAD>
|
||||
<BODY>
|
||||
<APPLET CODE=\"com.tigervnc.vncviewer.VncViewer\" ARCHIVE=\"VncViewer.jar\" WIDTH=\"$width\" HEIGHT=\"$height\">
|
||||
<PARAM name=\"Port\" value=\"$port\">
|
||||
<param name=\"Embed\" value=\"true\">
|
||||
<param name=\"AlwaysShowServerDialog\" value=\"false\">
|
||||
|
Reference in New Issue
Block a user