-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
watch for start menu changes on MS Windows #3335
Comments
More of an issue now with lots of deprecation warnings in python3.12 Other alternatives: |
Can be done using Gio monitor, just like 6b3403d |
The commit above cleans up the file monitoring code to ensure that all the xdg stuff lives in the posix platform module.
Maybe this is not implemented for MS Windows at all? |
takes precedence over Gio file monitor if present
Solved by using python3-watchdog as backend if present. |
https://github.com/gorakhargosh/watchdog supports more platforms than
pyinotify
so this could be used as a generic replacement.The text was updated successfully, but these errors were encountered: