|
2010-04-09
, 16:41
|
|
Posts: 40 |
Thanked: 14 times |
Joined on Sep 2009
@ Monterrey Mexico
|
#252
|
|
2010-04-09
, 19:20
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#253
|
The Following 2 Users Say Thank You to rooted For This Useful Post: | ||
|
2010-04-11
, 22:10
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#254
|
The Following 3 Users Say Thank You to cpscotti For This Useful Post: | ||
|
2010-04-11
, 22:16
|
Posts: 235 |
Thanked: 8 times |
Joined on Feb 2010
|
#255
|
|
2010-04-11
, 22:46
|
|
Posts: 552 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#256
|
|
2010-04-11
, 23:26
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#257
|
I just uploaded a new version do -devel that addresses many of the bugs described here (including for example the execution at boot, the settings dialog glitches..).
I'll leave it on -devel for some days and then start the promotion process.
Note that I didn't address any feature requests yet.
Enjoy..
|
2010-04-12
, 03:48
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#258
|
I ve set a custom command named temperature with the command "cat /sys/devices/platform/omap34xx_temp/temp1_input" and every time I m doing a reboot it resets to uptime. Is this a known bug?
|
2010-04-12
, 03:49
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#259
|
|
2010-04-12
, 07:14
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#260
|
Maybe this could work around:
sh /path/script.sh & ; echo ""
This way, the script would run in background and DCEW would receive the 'output' immediately. I didn't test it, just an idea.