Willem Liu
|
2010-09-13
, 11:56
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#11
|
|
2010-09-13
, 11:57
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#12
|
The Following User Says Thank You to lma For This Useful Post: | ||
|
2010-09-13
, 12:04
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#13
|
dbus-monitor --profile --system
|
2010-09-13
, 12:09
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#14
|
MohammadAG, hmm yes that's quite a drawback. I'll have to study lockdaemons source code to see if there is any dbus calls used there which receives the signal from the keyboard.
The Following User Says Thank You to nicolai For This Useful Post: | ||
|
2010-09-13
, 12:14
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#15
|
|
2010-09-13
, 12:49
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#16
|
The Following 2 Users Say Thank You to pelago For This Useful Post: | ||
|
2010-09-13
, 12:58
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#17
|
In case you haven't found it already, the initial thread for lockdaemon is http://talk.maemo.org/showthread.php?t=47439
|
2010-09-13
, 13:55
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#18
|
You can try MCE Dbus Interface. Something like:
QDBusConnection::systemBus().connect(MCE_SERVICE, MCE_SIGNAL_PATH, MCE_SIGNAL_IF, MCE_TKLOCK_MODE_SIG, this, SLOT(onTKLockModeChanged(QString)));
Where onTKLockModeChanged is a simple slot method.
|
2010-09-13
, 14:12
|
Posts: 1 |
Thanked: 1 time |
Joined on Sep 2010
|
#19
|
Thanks. I did find it, but it's good to have that link here as well.
The Following User Says Thank You to fsguru For This Useful Post: | ||
|
2010-09-13
, 14:15
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#20
|