You are not logged in.
I have setup a Windows Server 2022 VM and can connect to it with a normal rdp connection and using the remoteapp feature. However, when using the remote app feature, apps to do not "cleanly" close but instead the connection times out after closing the app. For example, if I use excel with the following command:
xfreerdp3 /app:program:"||EXCEL" /v:<ip> /u:<user> /p:<password> /scale:140 /scale-desktop:125 /cert:ignore '/auth-pkg-list:!kerberos' /gfx:RFX:off /gfx:AVC444:off
it opens just fine, I can use it without issue, but when I exit the app, xfreerdp3 still runs in the console for a good 20-30 seconds, then errors out with the following message:
[01:20:23:520] [18592:000048a1] [INFO][com.freerdp.core] - [rdp_print_errinfo]: ERRINFO_LOGOFF_BY_USER (0x0000000C):The disconnection was initiated by the user logging off their session on the server.
[01:20:23:520] [18592:000048a1] [ERROR][com.freerdp.core] - [rdp_set_error_info]: ERRINFO_LOGOFF_BY_USER [0x0001000C]
X connection to :0 broken (explicit kill or server shutdown).
I know that excel is actually crashing and not cleanly exiting, because it does not clean up the temp files it creates when opening up spreadsheets.
When using a regular rdp connection (no remote app), xfreerdp3 in the console exits immediately when I close the window and I dont get any error messages, so its something unqiue to remoteapp.
Google searches have not yielded anything. Anyone have any ideas what is going on?
Offline