|
2008-11-26
, 22:27
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#92
|
|
2008-11-26
, 23:17
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#93
|
I was wondering how to do dbus from applets .
For power saving, the display can go to dimmed or off, and there is an inactivity flag that can be set or clear - the latter normally is what you use to shut off tasks. If you watch via VNC, the original battery icon will stop animating when this goes true (the screen goes off though there may be other qualifiers). It is one of the other com/nokia/mce signals - just subscribe to it and stop asking.
I do something like this in my minigpsd setup applet - I use the stock-ok icon instead of the animated GPS status when it goes inactive and stop the icon updates. When it goes active again, I restart them. Since I wasn't able to figure out dbus (but now that I can see your code I have an idea), I used a dbus-to-gconf task since I could get gconf events in my applet.
412b, thats the longest couple of weeks ever
i'm in the middle of a cycle as well, can't believe December is almost upon us
edit, context:
Today, 01:33 PM : 412b : Sorry, but a couple of weeks I'm gonna veeery busy
Today, 05:42 PM : 412b : Update uploaded.
The Following User Says Thank You to 412b For This Useful Post: | ||
|
2008-11-27
, 00:06
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#94
|
total used free shared buffers Mem: 126796 122248 4548 0 2024 Swap: 249592 0 249592 Total: 376388 122248 254140
|
2008-11-27
, 04:09
|
Posts: 609 |
Thanked: 232 times |
Joined on Dec 2007
@ the end of my rope
|
#95
|
|
2008-11-27
, 04:24
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#96
|
|
2008-11-27
, 04:32
|
Posts: 609 |
Thanked: 232 times |
Joined on Dec 2007
@ the end of my rope
|
#97
|
The Following User Says Thank You to lm2 For This Useful Post: | ||
|
2008-11-27
, 04:37
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#98
|
|
2008-11-27
, 09:38
|
|
Posts: 357 |
Thanked: 115 times |
Joined on Sep 2007
@ Sunny England :)
|
#99
|
Sorry, but a couple of weeks I'm gonna veeery busy, so may be around New Year it can be released in stable tree.
|
2008-11-27
, 21:29
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#100
|
One thing I don't understand. The battery applet shows e.g.
67mb/123mb. What does this mean?
For power saving, the display can go to dimmed or off, and there is an inactivity flag that can be set or clear - the latter normally is what you use to shut off tasks. If you watch via VNC, the original battery icon will stop animating when this goes true (the screen goes off though there may be other qualifiers). It is one of the other com/nokia/mce signals - just subscribe to it and stop asking.
I do something like this in my minigpsd setup applet - I use the stock-ok icon instead of the animated GPS status when it goes inactive and stop the icon updates. When it goes active again, I restart them. Since I wasn't able to figure out dbus (but now that I can see your code I have an idea), I used a dbus-to-gconf task since I could get gconf events in my applet.