akallabeth

Results 883 comments of akallabeth

@TheShanMan did have a look at it, and it boils down to have mouse/keybaord grab or not: adding `-grab-mouse -grab-keyboard` allows sleeping, but you will not be able to grab...

@TheShanMan well, it is the `XGrabKeyboard` that causes this, and there is no real way around that to get all keyboard input. so, I´d say for our use case this...

@bajnokk looks like the only bug there is to subtract the `\0` from the maximum length, while the length read from the stream contains the same `\0` and therefore the...

@ligangcc please do not create duplicate issues. we work on stuff when we have time, this makes it harder to keep it in the backlog. as for questions, please use...

https://github.com/FreeRDP/FreeRDP/issues/11593

Do you have a second monitor on the machine running shadow? Shadow does (just as the name implies) shadow/clone your local session and the remote client must use the same...

well, this is hard to debug as: * each client requires a unique ID and some installations/setups have these limited to certain known uuids. * smartcard auth in your case...

@jimmielightner could be done. is there a resource that can tell which endpoints exist and when they should be used?

@jimmielightner ok, so I´ve got no way of testing this. (wrong continent :grin: ) anyone else who might be interested in implementing this switch? (might be a good idea to...

we already have the `FreeRDP_GatewayAvdAadtenantid` field read from the `rdp` file so a simple lookup should be sufficient?