Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application cannot exit normally #297

Open
joezhouchenye opened this issue Oct 15, 2024 · 1 comment
Open

Application cannot exit normally #297

joezhouchenye opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@joezhouchenye
Copy link

Winapps will continue running in the background even if all Windows application windows are closed.

This makes the Dash to Dock unclickable if other windows overlap with it. Killing the winapps process solves the issue.

image

@KernelGhost
Copy link
Member

@joezhouchenye It’s possible that the issue you’re experiencing stems from an inherent limitation of the RDP protocol.

As noted in bin/winapps:

RemoteApp RDP sessions require AT LEAST 20 seconds to be terminated by the Windows server.

This delay likely serves to improve the user experience by keeping the RDP session open briefly, preventing the need to re-establish an RDP connection if a user decides to open another application.

WinApps relies on FreeRDP to terminate first, and FreeRDP will only quit once the RDP session has been fully terminated by the Windows VM.

Have you tried waiting at least 20 seconds before running ps -ef | grep winapps to confirm the session has closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants