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

Notifications (toasts) on linux don't do anything when pressed #5937

Open
apa420 opened this issue Feb 8, 2025 · 2 comments · May be fixed by #5976
Open

Notifications (toasts) on linux don't do anything when pressed #5937

apa420 opened this issue Feb 8, 2025 · 2 comments · May be fixed by #5976
Labels
enhancement Feature: Notifications Issues related to the Notification feature (toasts/system notifications) OS: Linux

Comments

@apa420
Copy link
Collaborator

apa420 commented Feb 8, 2025

Notifications sent by libnotify don't do anything when clicked. They should present the same options as in windows.

@pajlada
Copy link
Member

pajlada commented Feb 8, 2025

Documentation for this can be found at https://gnome.pages.gitlab.gnome.org/libnotify/method.Notification.add_action.html

Implementation needs to make sure it doesn't block, that it's thread-safe, and that it doesn't leak any memory

@pajlada pajlada added the Feature: Notifications Issues related to the Notification feature (toasts/system notifications) label Feb 8, 2025
@apa420
Copy link
Collaborator Author

apa420 commented Feb 8, 2025

https://gitlab.gnome.org/GNOME/libnotify useful resource, they have tests with example implementations.

@4rneee 4rneee linked a pull request Feb 22, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature: Notifications Issues related to the Notification feature (toasts/system notifications) OS: Linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants