-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to re-enable notifications for specific application name. #21
Comments
I just looked into this problem. Seems like to show up in the windows settings "Notifications & Actions" in the "Get notfications from these apps" section, the application triggering the notfication needs an AppID, to be more precise a This is AppID usually is added by software installer. But if you add a shortcut to the StartMenu, and AppID is generated, too! In this case, the path to the executable is the AppID. To test that, run This AppID then has to be used in
After the first notification is shown, the setting will show up in "Notifications & Actions". You can easily test that this works, by picking one AppID of the Here's the blog post that helped me most to figure that out. I see three options how to mitigate this issue for
What do you think? :-) |
Hi @dynobo, this might be a long shot but do you have some sort of local copy of this website? It's no longer up and I can't find it on the Internet Archive. |
Reference
dynobo/normcap#87
Looks like if a user manually "turns off" the notification sent by notify-py. They are unable to "re-enable".
Need to find a workaround to allow the user to have the option to re-enable in the Windows Settings..
Current workaround is to simply change the
application_name
to something else each time you send a notification or when first initializing theNotify
object..The text was updated successfully, but these errors were encountered: