1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-03 17:13:16 +00:00

1. Updated lib-finder to help find binaries

2. Added kvm-helper
This commit is contained in:
Bryan Roe
2022-03-22 20:10:07 -07:00
parent 85ef080a86
commit 08b95944ee
4 changed files with 141 additions and 6 deletions

View File

@@ -813,7 +813,7 @@ function monitorinfo()
}
}
}
else
else if(ret.display == null || ret.display === '')
{
// We need to find $DISPLAY by looking at all the processes running on the same tty as the XServer instance for this user session
child = require('child_process').execFile('/bin/sh', ['sh']);