Re: [FreeRDP-devel] Remote App notification icons

2018-11-28 Thread Hualet Wang via FreeRDP-devel
Sorry, forget to send to mail to the mailing list. I double checked the log and found that the timestamp interval is ~10s while it supposes to be 5s, so I guess the problem is that some of the WindowUpdate orders are not received on time. I'll keep digging and hope someone can help me with that to

Re: [FreeRDP-devel] Remote App notification icons

2018-11-28 Thread Armin Novak via FreeRDP-devel
You're correct. Notifications are currently not supported and the function you reference is just a stub. The remote application specifics of the protocol are documented by microsoft in [MS-RDPERP]. hope that helps. best Armin On 11/27/18 3:34 AM, Hualet Wang via FreeRDP-devel wrote: > Hi al