Amit Shani
Amit Shani
Hi, I am trying to install elementary/pantheon desktop. I have install elementary-desktop from the relevant PPA's but I have no clue of the right configuration to start a pantheon session....
The [Client X.224 Connection Request](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/18a27ef9-6f9a-4501-b000-94b1fe3c2c10) has a field `routingToken` which is optional. FreeRDP sets this value to the username ([code](https://github.com/FreeRDP/FreeRDP/blob/b17b07885aad4e25d7789104717a07b353b7257b/libfreerdp/core/connection.c#L393)). Since this message is sent *before* the connection is encrypted,...
I want to match the following pattern: `C:\Users\*\path\to\program.exe` I expect it to match with `C:\Users\hedwigz\path\to\program.exe` but shouldn't match with: `C:\Users\hedwigz\another\path\to\program.exe` But feeding this straight to glob pattern does not work...
Introduce a new macro `MAIN_THREAD_EM_ASM_PROMISE_AWAIT` which is used to write JavaScript code that **returns a promise** and block the C code from progressing until the promise is resolved (or errors)....
I am wondering whether this piece of code is still needed? https://github.com/osquery/osquery-go/blob/629f995b6947feead99bd17af26c45c269f3bbbd/plugin/logger/logger.go#L73-L76