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

[FreeRDP-devel] Remote App notification icons

2018-11-26 Thread Hualet Wang via FreeRDP-devel
Hi all. I managed to run Remote Apps on a Linux machine with freerdp recently, but I also noticed that the notification icon of that Remote App is somehow not showing in the system tray, so I dug into the source code and found out that it is not implemented at all? If I didn't misunderstand, I n