akallabeth

Results 883 comments of akallabeth

@cboone88 ok, could you run `xfreerdp yourrdpfile.rdp 2>&1 |tee log.txt` and post the `log.txt`? the last one seems to have some parts missing.

ok, tried to reproduce with our load balancer setup, but failing to. (Everything working).

@AurimasF ok, a simple test with a network being deactivated does work (floatbar responsive, I can switch between fullscreen/windowed mode) maybe some detail different between our setups? What exactly is...

ok, so we can assume that it most likely has something to do with TCP connect (e.g. DNS resolver errors do not block, having no link also does not, but...

I´ve already created one for `xfreerdp` here: https://github.com/flathub/com.freerdp.FreeRDP maybe that can help you here. (pull requests welcome ;))

not sure if there is anything already defined, but you can create a `RDP channel` to forward stuff from the server to the client (that would also work with `mstsc`...

@hardening maybe expose `FREERDP_SETTINGS_TYPE` for that?

@hardening did have a look at this: see https://github.com/akallabeth/FreeRDP/tree/settings_massive when using `static inline` functions you get proper type checks (avoiding named initializers in the header though as `C++` only supports...