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

TrayIcon becomes unresponsive #16085

Closed
logiclrd opened this issue Jun 21, 2024 · 2 comments
Closed

TrayIcon becomes unresponsive #16085

logiclrd opened this issue Jun 21, 2024 · 2 comments
Labels

Comments

@logiclrd
Copy link
Contributor

Describe the bug

I have an application that defines a <TrayIcon> in App.axaml. It has an associated menu. I left it running overnight, and in the morning I found it to be very nearly unresponsive. Right-clicking on it displays the menu -- after a delay of about 25 seconds. I selected an option and several minutes later the application still has not received the associated Command activation. Upon restarting the application, the <TrayIcon> and associated menu are responsive once more.

To Reproduce

I don't have an isolated reproduction at this time. But, if my application is left running for a long time, eventually the behaviour becomes as described.

Expected behavior

The <TrayIcon> and associated menu should remain responsive & functional.

Avalonia version

c71d999

OS

Linux

Additional context

I am running on a C.I. build from PR #16024, because I need the bug fix for TrayIcon menu item crashes.

@logiclrd logiclrd added the bug label Jun 21, 2024
@maxkatz6
Copy link
Member

Fixed by #16024

@logiclrd
Copy link
Contributor Author

I haven't seen a recurrence of this, but it was originally observed with a C.I. build of #16024, i.e. already with the fix. Hopefully you're right, though, and it's a thing of the past :-) I'll keep an eye out for it.

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

No branches or pull requests

2 participants