Difference between revisions of "KThinkBat"
Lepetitfou (Talk | contribs) |
(→Installation: - clutter-free alternative) |
||
Line 28: | Line 28: | ||
make | make | ||
su -c 'make install' | su -c 'make install' | ||
+ | |||
+ | Alternatively, to minimize filesystem clutter you can install KThinkBat into {{path|/opt/kthinkbat}} and add just a few symlinks under {{path|/usr}}: | ||
+ | |||
+ | mkdir -p /opt/kthinkbat | ||
+ | ./configure --prefix=/opt/kthinkbat | ||
+ | make | ||
+ | make install | ||
+ | cd /usr/lib/kde3 | ||
+ | ls -vs ../../../opt/kthinkbat/lib/* ./ | ||
+ | cd /usr/share/apps/kicker/applets | ||
+ | ln -vs ../../../../../opt/kthinkbat/share/apps/kicker/applets/kthinkbat.desktop ./ | ||
+ | |||
+ | (The above paths are for {{Fedora}} 4, and may need to be adjusted for other distributions.) | ||
==Gentoo== | ==Gentoo== |
Revision as of 02:42, 31 January 2006
Description
KThinkBat is a laptop battery monitor for the KDE-Kicker. It is inspired by the Windows Application "Battery Maximizer" which is included with ThinkPads.
On ThinkPads it uses the SMAPI BIOS through the tp_smapi driver. It shows you the current power consumption of the laptop and brings support for a second battery. It is fully customizable including sizes, color, fonts and battery number
Homepage: https://lepetitfou.dyndns.org/KThinkBat
Author: Tobias Roeser
Latest Version (2006/01/30): 0.1.5_rc2
Screenshot
Offline Mode: You see how much power left and how much is consumed at the moment.
Online Mode: You see the loading-power.
Installation
KThinkBat uses the autotools. For a standard installation use
./configure make su -c 'make install'
Alternatively, to minimize filesystem clutter you can install KThinkBat into /opt/kthinkbat and add just a few symlinks under /usr:
mkdir -p /opt/kthinkbat ./configure --prefix=/opt/kthinkbat make make install cd /usr/lib/kde3 ls -vs ../../../opt/kthinkbat/lib/* ./ cd /usr/share/apps/kicker/applets ln -vs ../../../../../opt/kthinkbat/share/apps/kicker/applets/kthinkbat.desktop ./
(The above paths are for Fedora 4, and may need to be adjusted for other distributions.)
Gentoo
You can use the the ebuild from this portage overlay, category/package: app-laptop/kthinkbat.