-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Clicking notifications in the actions center (Windows) does nothing #4414
Comments
I have the same behaviour on Linux but even Thunderbird, Signal & Slack notifications do not react on click in the notification center (Budgie Desktop) |
To me this looks like an Electron issue which can't be solved by us, so I propose to move this to Project Resurrection https://github.com/orgs/deltachat/projects/75 |
Well there is no guarantee that we will really move to tauri, and it is a bug for a fundamental feature, so I wouldn't move it to resurrection (because that's more for like feature requests) |
But what chance do we have to fix it, if it's an Electron issue? On freshly showing up notification the click works. I have the same on Linux as mentioned above, so it's obviously an OS related issue. So this bug will stay until Electron fixes it or forever if it is not fixed |
If there a link to the electron issue, then we can wait for it to be fixed then update electron. Other option would be to create notifications directly on affected platforms, but may be not important enough to us. |
electron/electron#29461 exists since 2021, last report is from last month - status is "not planned" so what are we waiting for? For me a typical case to move to "longtime backlog" what is Project Resurrection for me |
not marked by a human, but by a stale bot |
Here is where the click handler is defined:
deltachat-desktop/packages/target-electron/src/notifications.ts
Lines 111 to 116 in d90e328
I did some search, but couldn't find a simple solution:
It seems like the issue affects other Electron apps, e.g. Element.
I opened a similar issue before: #3982, but it was a bit too broad.
Another similar, but probably different issue: #2438 (there it's about previous session, whereas in this issue the session is never terminated).
Maybe it's not worth to work on this since we're migrating to Tauri.
The text was updated successfully, but these errors were encountered: