|
2011-06-01
, 18:39
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#712
|
I've been looking at the timeout socket implementation in python and it is done with select and recv with non blocking socket, so you could do the same, a recv function with timeout: wait with select, if select timeouts return timeout, if select shows data ready, read it with recv and check for error on reading, or not reading enough data. This shouldn't fail.
I've used the python script to read bme at many different time intervals for hours with no problem.
|
2011-06-01
, 18:47
|
Posts: 89 |
Thanked: 26 times |
Joined on Nov 2008
@ Canada
|
#713
|
|
2011-06-01
, 21:28
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#714
|
|
2011-06-02
, 00:36
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#715
|
|
2011-06-02
, 18:27
|
Posts: 86 |
Thanked: 8 times |
Joined on May 2010
|
#716
|
|
2011-06-02
, 18:32
|
Posts: 86 |
Thanked: 8 times |
Joined on May 2010
|
#717
|
Do you have system alert volume turned on? Its the top button on ASUI's sound button [system, keys, touch].
|
2011-06-02
, 20:12
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#718
|
I continue to think it's a bad idea to integrate the connection indicators into the icon. They really aren't related. One tiny icon with FIVE different indications is simply bad UI. The problems seen above in the proposed design -- your WiFi submission looks like a couple of parentheses, totally meaningless -- ought to be a clear indication that this is not the way to go.
Also, the discussion indicates that WiFi strength is not going to be shown in the WiFi icon, which makes it less useful than the standard WiFi icon.
Furthermore: allocating space for connection indicators means that even if I turn them off, I lose horizontal resolution on the CPU meter, making it harder to read. (I need reading glasses as it is.)
I know, your argument against is, "well, I know what they all mean." That doesn't make it right. Why not just have five spots with varying colors? After all, you'd still know what they all mean.
If "saving icon space" (a not very important goal, IMNSHO) is really at issue, combine WiFi and BlueTooth into one icon, and put the battery and CPU into another. There's still a net gain of one icon slot for bluetooth users.
I really think a multi-function icon as proposed is the wrong way to go.
|
2011-06-02
, 20:32
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#719
|
I continue to think it's a bad idea to integrate the connection indicators into the icon. They really aren't related. One tiny icon with FIVE different indications is simply bad UI. The problems seen above in the proposed design -- your WiFi submission looks like a couple of parentheses, totally meaningless -- ought to be a clear indication that this is not the way to go.
Also, the discussion indicates that WiFi strength is not going to be shown in the WiFi icon, which makes it less useful than the standard WiFi icon.
Furthermore: allocating space for connection indicators means that even if I turn them off, I lose horizontal resolution on the CPU meter, making it harder to read. (I need reading glasses as it is.)
If "saving icon space" (a not very important goal, IMNSHO) is really at issue, combine WiFi and BlueTooth into one icon, and put the battery and CPU into another. There's still a net gain of one icon slot for bluetooth users.
|
2011-06-02
, 22:56
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#720
|
sed -i "s:^Mandatory=true$:#Mandatory=true:g" /usr/share/applications/hildon-status-bar/hildon-status-bar-internet.desktop
Tags |
bada blows, bada rox |
|
Be warned, posts are often line of thoughts at highway speeds...