[Bug 1949615] Re: Notify method not working correctly in 21.10 (impish)

2021-11-03 Thread Gordon Lack
** Description changed: The replaces_id parameter to org.freedesktop.Notifications.Notify no longer works correctly at 21.10. It is OK on 21.04. - At 21.10 if a message with replaces_id === x ever times out then any + At 21.10 if a message with replaces_id == x ever times out then any

[Bug 1949615] Re: Notify method not working correctly in 21.10 (impish)

2021-11-03 Thread Gordon Lack
This python program shows the problem *=*=* Cut here *=*=* #!/usr/bin/python3 # -*- coding: utf-8 -*- # from pydbus import SessionBus from time import sleep # Global constants # item= "org.freedesktop.Notifications" path= "/org/freedesktop/Notifications" interface