|
2010-10-27
, 19:34
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#52
|
|
2010-10-27
, 19:38
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#53
|
|
2010-10-27
, 19:39
|
Posts: 671 |
Thanked: 1,630 times |
Joined on Aug 2010
|
#54
|
thanks for the write-up
i had to do it this way the first time I installed it too
after that, it updates from the application manager fine (apparently)
someone smarter than me should figure out what's wrong with the debian/control file.
|
2010-10-27
, 19:42
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#55
|
The module is NEVER (by default) loaded at boottime. This just bugs me because it's been known, and gone over in the Beautify Conky thread were Creamy Goodness was a participant. Power kernel does not automatically boot with that module enabled. You can make it boot by default by echoing it to the proper file:
(as root)
echo bq27x00_battery >> /etc/modules
Make sure to use >>, not >, because > will override the rest of the stuff in there. Not good.
Creamy Goodness: I like the idea of Conky using that module by default, but then it needs to either add it to the default modules loaded at boot, or check for it when launching, and modprobe it if necessary. I would recommend the latter, because there might be other bugs that could be caused by forcing the bq27x00_battery module on people who may be running a system that doesn't have it installed already or who have it disabled for other reasons.
(Or if you really want to go through coding hell the variables that can be queried with BME can be queried that way if the bq27x00_battery module isn't loaded when conky launches - but I realize that's a pain in the ***.)
|
2010-10-27
, 19:47
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#56
|
Why this isn´t in devel? Any person with half brain that has devel enabled knows that any time he/she does apt-get update it might be their last time before reflash
|
2010-10-27
, 20:00
|
|
Posts: 943 |
Thanked: 3,228 times |
Joined on Jun 2010
@ Zagreb
|
#57
|
|
2010-10-27
, 20:00
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#58
|
|
2010-10-27
, 20:04
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#59
|
|
2010-10-27
, 20:08
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#60
|
Will any of those Conky.conf files from the beautify thread work for this version? There's some kewl stuff over there!
thanks for the write-up
i had to do it this way the first time I installed it too
after that, it updates from the application manager fine (apparently)
someone smarter than me should figure out what's wrong with the debian/control file.