File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if(confirm("Enable support for GUI applications via VNC?")) {
49
49
await unpack ( websockify , [ "tar" , "xf" ] ) ;
50
50
Deno . renameSync ( dropExtension ( websockify ) , ROOT + "/opt/utils/websockify" ) ;
51
51
52
+ await Deno . run ( { cmd : [ "patch" , ROOT + "/opt/vnc_lite.html" , "vnc_lite.html.patch" ] } ) . status ( ) ;
52
53
Deno . symlinkSync ( "../opt/utils/novnc_proxy" , ROOT + "/bin/novnc_proxy" ) ;
53
54
}
54
55
Original file line number Diff line number Diff line change
1
+ diff --git 1/vnc_lite.html 2/vnc_lite.html
2
+ index 8e2f5cb..02ea33c 100644
3
+ --- 1/vnc_lite.html
4
+ +++ 2/vnc_lite.html
5
+ @@ -68,6 +68,7 @@
6
+ // successfully connected to a server
7
+ function connectedToServer(e) {
8
+ status("Connected to " + desktopName);
9
+ + sizeToContent();
10
+ }
11
+
12
+ // This function is called when we are disconnected
You can’t perform that action at this time.
0 commit comments