Skip to content

Fixing linux bug where client would never actually quit - #469

Open
AgentScrubbles wants to merge 1 commit into
Drop-OSS:developfrom
AgentScrubbles:fix/linux-close-hang
Open

Fixing linux bug where client would never actually quit#469
AgentScrubbles wants to merge 1 commit into
Drop-OSS:developfrom
AgentScrubbles:fix/linux-close-hang

Conversation

@AgentScrubbles

Copy link
Copy Markdown
Contributor

When you exit the Drop app on Linux the game "minimizes" to the tray, except in Linux's case it will keep running indefinitely in the background. Until it's forcefully killed it will keep running and prevent restarting the app.

Traced this to the hide behavior, WebkitGTK will keep rendering the webview even after the window is hidden. This invisible render loop pegs a CPU core at 100% indefinitely until the process is killed.

In Linux now hitting the X button will fully close the app.

@DecDuck

DecDuck commented Aug 6, 2026

Copy link
Copy Markdown
Member

I believe it's supposed to minimise to tray

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

Successfully merging this pull request may close these issues.

2 participants