<div dir="ltr"><div>Hi,</div><div><br></div><div>Long story short, in gnome 3, the interface org.freedesktop.Notifications is registered by gnome-shell.</div><div>This cause the notify-osd, which I am trying to get it work, failed to register that instance.</div>
<div><br></div><div>So I searched for solution to get that instance removed, but none found.</div><div><br></div><div>I tried to use python, but couldn't found a way to do it.</div><div><br></div><div>Then I tried to use perl, but it didn't work(code):</div>
<div><br></div><div><div>use Net::DBus;</div><div>use Net::DBus::Binding::Bus;</div></div><div>my $bus = Net::DBus::Binding::Bus->new (type = &Net::DBus::Binding:Bus::SESSION)<br></div><div>$bus->remove_match("interface=org.freedesktop.Notifications");<br>
</div><div><br></div><div>Any help?</div><div><br></div><div>PS:</div><div>I am really new to both python and perl and... dbus.</div><div><br></div>-- <br>Regards,<br>Panguin
</div>