
telemeter-plasmoid
Source (link to git-repo or to original if based on someone elses unmodified work):
binaries are provided by opensuse build service.
to build from source:
- KDE 4.4+ required
- make sure dependencies are installed: libopenssl and libcrypto
- unpack source in telemeter-plasmoid
- in parent dir:
mkdir telemeter-plasmoid-build
cd telemeter-plasmoid-build
cmake ../telemeter-plasmoid -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
kbuildsycoca4
kquitapp plasma-desktop; sleep 1; plasma-desktop (or restart KDE)
v0.4 / 2013-09-18
=================
- display option for MB/GB
v0.3 / 2011-04-18
=================
- show last refresh time in tooltip
- on error, keep retrying with increasing interval
- plasmified tooltips
v0.2 / 2011-04-08
=================
- added icon
- don't let theme determine label color
- autorefresh option: takes ticket expiry into account
- deny refresh request when request is in progress
- don't fetch at startup when configuration is needed
- gui feedback when refreshing
- show usage and next request time in tooltip
- on error, show webservice error message in tooltip
- refresh in separate thread: fixes plasma hang when webservice is out of service
v0.1 / 2011-04-06
=================
- fetch telenet account usage from telemeter webservice using gsoap
- store credentials in plasmoid config or kde wallet
- click on plasmoid to trigger manual refresh (telemeter service protects itself by denying access when too many requests happen consecutively, the plasmoid currently does not prevent you from doing this)
- automatically refreshes at configurable interval
- use Plasma::Meter::AnalogMeter with custom svg for better text positioning
Ratings & Comments
4 Comments
Just what I needed. May I however suggest to change to black the color of the "Telemeter" label and the fetched result ? White text on a white background does not make for a very readable result. Keep up the good work !
I guess it uses your theme to determine the label color. I have overriden the color now. Could you try out the new version which you can find in the unstable repo? http://software.opensuse.org/search?q=telemeter&baseproject=openSUSE%3A11.3&lang=en&include_home=true&exclude_debug=true thanks
nevermind, just upgrade to v0.2 :)
I guess it uses your theme to determine the label color. I have overriden the color now. Could you try out the new version which you can find in the unstable repo? http://software.opensuse.org/search?q=telemeter&baseproject=openSUSE%3A11.3&lang=en&include_home=true&exclude_debug=true thanks