You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I subscribe to org.mate.SettingsDaemon + /org/mate/SettingsDaemon + PluginActivated via DBus, I expect to receive a notification for each activated plugin.
Actual behaviour
As of version 1.27.1, the daemon no longer sends the PluginActivated signal
Steps to reproduce the behaviour
Launch the mate-settings-daemon and create a signal watcher for PluginActivated.
I have written a small Python test script to demonstrate this (works as expected on 1.27.0, does nothing on 1.28.0):
The cause of the issue seem to be the changes introduced in b99fca7 by @yetist. Even after going through the whole commit, I am not able to figure out why the daemon stopped sending signals...
Expected behaviour
When I subscribe to
org.mate.SettingsDaemon
+/org/mate/SettingsDaemon
+PluginActivated
via DBus, I expect to receive a notification for each activated plugin.Actual behaviour
As of version 1.27.1, the daemon no longer sends the
PluginActivated
signalSteps to reproduce the behaviour
Launch the
mate-settings-daemon
and create a signal watcher forPluginActivated
.I have written a small Python test script to demonstrate this (works as expected on 1.27.0, does nothing on 1.28.0):
m-s-d-test.py.zip
MATE general version
1.28.0
Package version
1.28.0
Linux Distribution
Arch/Debian
The text was updated successfully, but these errors were encountered: