[Bug 224450] DBus signals on going to lock screen, suspend, hibernate and wake up

Lamarque V. Souza lamarque at gmail.com
Sat Apr 9 07:24:47 BST 2011


https://bugs.kde.org/show_bug.cgi?id=224450


Lamarque V. Souza <lamarque at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lamarque at gmail.com




--- Comment #1 from Lamarque V. Souza <lamarque gmail com>  2011-04-09 08:24:47 ---
That is already possible for wake up (resuming):

QDBusConnection dbus = QDBusConnection::sessionBus();
dbus.connect("org.kde.Solid.PowerManagement", "/org/kde/Solid/PowerManagement",
"org.kde.Solid.PowerManagement", "resumingFromSuspend", this,
SLOT(slotResuming()));

Now we need to implement the others.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list