[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DBUS signals?
[Thread Prev] | [Thread Next]
- Subject: Re: DBUS signals?
- From: Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx>
- Date: Fri, 27 Sep 2024 01:08:29 +0300
- To: user@xxxxxxxxxxxxxxxxxxxxxx
> > I run your posted project, and I noticed that the middle click event was > catched. I didn't check if this project actually uses DBusSignal. > > Anyway, you must ensure that your DBusSignal handler does not catch DBus > messages that should be sent to the DBus objects created by the TrayIcon > class implementation. It could explain why it does not see the DBus > MiddleClick signal sent by the desktop! > Only middle click is send with DBus? Other buttons work. These are the things I have tried: hDBUS = New DBusSignal(DBus.System, "org.freedesktop.login1.Manager", "/org/freedesktop/login1", "PrepareForShutdown", True) As "DBusSignal" and hDBUS = New DBusSignal(DBus.System, "org.freedesktop.login1.Manager") As "DBusSignal" But neither of them seems to catch anything. Except perhaps the middle click.... I'm lost. Jussi
Re: DBUS signals? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
DBUS signals? | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: DBUS signals? | BB <adamnt42@xxxxxxxxx> |
Re: DBUS signals? | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: DBUS signals? | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: DBUS signals? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: DBUS signals? | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: DBUS signals? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |