<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mp83</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mp83"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Mp83"/>
	<updated>2026-05-16T20:27:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=27857</id>
		<title>KThinkBat</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=27857"/>
		<updated>2007-01-22T18:33:20Z</updated>

		<summary type="html">&lt;p&gt;Mp83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&lt;br /&gt;
[https://lepetitfou.dyndns.org/KThinkBat KThinkBat] is a laptop battery monitor for the KDE-Kicker. It is inspired by the Windows Application &amp;quot;Battery Maximizer&amp;quot; which is included with ThinkPads. &lt;br /&gt;
&lt;br /&gt;
It can use the SMAPI BIOS (through the [[tp_smapi]] driver) or [[How to make ACPI work|ACPI]] to collect the data. 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&lt;br /&gt;
&lt;br /&gt;
Homepage: https://lepetitfou.dyndns.org/KThinkBat&lt;br /&gt;
&lt;br /&gt;
Author: [https://lepetitfou.dyndns.org/wiki/bin/view/Main/TobiasRoeser Tobias Roeser]&lt;br /&gt;
&lt;br /&gt;
Latest Version (2006-11-18): 0.2.3&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat.png]]&lt;br /&gt;
&lt;br /&gt;
Offline Mode: you see how much charge is left and the current discharging rate.&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat_dual.png]]&lt;br /&gt;
&lt;br /&gt;
Online Mode: you see how much charge is left and the current charging rate. This screenshot is taken with the disabled &amp;quot;summarize batteries&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
KThinkBat uses the autotools. For a standard installation use &lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 su -c 'make install'&lt;br /&gt;
&lt;br /&gt;
Alternatively, to minimize filesystem clutter you can install KThinkBat into {{path|/opt/kthinkbat}} and add just a few symlinks under {{path|/usr}}:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /opt/kthinkbat&lt;br /&gt;
 ./configure --prefix=/opt/kthinkbat&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd /usr/lib/kde3&lt;br /&gt;
 ln -vfs ../../../opt/kthinkbat/lib/* ./&lt;br /&gt;
 cd /usr/share/apps/kicker/applets&lt;br /&gt;
 ln -vfs ../../../../../opt/kthinkbat/share/apps/kicker/applets/kthinkbat.desktop ./&lt;br /&gt;
&lt;br /&gt;
(The above paths are for {{Fedora}} 4 and 5, and may need to be adjusted for other distributions.)&lt;br /&gt;
&lt;br /&gt;
If you already have the applet running, run {{cmduser|killall kicker; kicker}} to restart it.&lt;br /&gt;
&lt;br /&gt;
==Gentoo==&lt;br /&gt;
You can use the the ebuild from this [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/ portage overlay], category/package: [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop app-laptop]/[https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop/kthinkbat kthinkbat].&lt;br /&gt;
&lt;br /&gt;
==openSuSE==&lt;br /&gt;
&lt;br /&gt;
On [http://linux01.gwdg.de/~pbleser/index.php Guru's RPM Site] there are [http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=System/kthinkbat/ RPMs for KThinkBat 0.2.3 and 0.2.2] compiled for all SuSE versions back to 9.3.&lt;br /&gt;
&lt;br /&gt;
==Debian==&lt;br /&gt;
&lt;br /&gt;
 deb http://debian.cp69.de/ unstable main non-free contrib&lt;br /&gt;
 deb-src http://debian.cp69.de/ unstable main non-free contrib&lt;br /&gt;
      &lt;br /&gt;
 deb http://debian.cp69.de/ testing main non-free contrib&lt;br /&gt;
 deb-src http://debian.cp69.de/ testing main non-free contrib&lt;br /&gt;
&lt;br /&gt;
To get the repository key, do a:&lt;br /&gt;
&lt;br /&gt;
 wget http://debian.cp69.de/repo.asc -O - | sudo apt-key add - &lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
* [https://lepetitfou.dyndns.org/KThinkBat#Download Download from the KThinkBat Site]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[How to use UltraBay batteries]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>Mp83</name></author>
		
	</entry>
</feed>