Updated non-windows agents.

This commit is contained in:
Ylian Saint-Hilaire 2019-11-28 22:45:21 -08:00
parent f33a22fefc
commit 18abb29d60
14 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1211,7 +1211,6 @@ function createMeshCore(agent) {
return; return;
} }
// Remote desktop using native pipes // Remote desktop using native pipes
this.httprequest.desktop = { state: 0, kvm: mesh.getRemoteDesktopStream(), tunnel: this }; this.httprequest.desktop = { state: 0, kvm: mesh.getRemoteDesktopStream(), tunnel: this };
this.httprequest.desktop.kvm.parent = this.httprequest.desktop; this.httprequest.desktop.kvm.parent = this.httprequest.desktop;
@ -1231,6 +1230,9 @@ function createMeshCore(agent) {
this.httprequest.desktop.kvm.unpipe(this.rtcchannel); this.httprequest.desktop.kvm.unpipe(this.rtcchannel);
} }
// Place wallpaper back if needed
// TODO
if (this.desktop.kvm.connectionCount == 0) if (this.desktop.kvm.connectionCount == 0)
{ {
// Display a toast message. This may not be supported on all platforms. // Display a toast message. This may not be supported on all platforms.

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "0.4.5-a", "version": "0.4.5-b",
"keywords": [ "keywords": [
"Remote Management", "Remote Management",
"Intel AMT", "Intel AMT",