
I patched the kde battery plasmoid to show a checkbox for its hidden config-option to display the remaining time.
Requires kde4-workspace-devel >= 4.6 to compile.
Install:
extract and open konsole in extracted directory. type "ccmake ." and adapt your prefix (mostly /usr), type "make". then generate an rpm/deb package with "cpack -G RPM" / "cpack -G DEB" and install package with your packagemanager.
To have the remaining time also displayed on status icon, also check checkbox in options for display separate battery icons, because in other case, percentages are summed up for multiple batteries.
7 years ago
27.1.2011: Updated to kde 4.6
7 years ago
27.1.2011: Updated to kde 4.6
phiga2
7 years ago
This is not working on Opensuse 11.4 KDE 4.6 32 bit.
Compilation went ok, no error but the plasmoid does not show up in the list.
Report
sebas
7 years ago
This Plasmoid hasn't been updated in a while, so it might contain bugs or lack features that have been implemented upstream already, but haven't been integrated into this fork.
Report
trissot1
8 years ago
easy to use...
But, is that possible to have the remaining tome written ON the battery applet?
I had this, but its not working anymore...
Report
cyberbeat
8 years ago
Report
trissot1
8 years ago
- show remaining time
- show the the state of every battery (even if I only have one)
- show charging informations
and now its working
thanks again dude !
Report
Kirilo
8 years ago
In the latter case, it would be nice if you could point to me which script it is.
Report
cyberbeat
8 years ago
https://bugs.kde.org/show_bug.cgi?id=204545
Report
molecule-eye
7 years ago
Report
yaniyakov
8 years ago
Report
raphaelsfreitas
8 years ago
Report
Kirilo
8 years ago
tar -xvf plasmoid.tar.gz
cd plasmoid
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
as root (via the commands sudo or su) type
make install
kbuildsycoca4
If there are compiler errors, install developing packages like cmake, libstd++, gcc etc.
Report
trissot1
8 years ago
Thank you !
Report