
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This plasmoid displays CPU Load (User, System, Nice, IOWait).
Install:
1) if you install kde4 not in /usr/lib/kde4
then update Makefile with correct path to
it in line:
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
2) Run "make clean all install" in plasmoid top dir
11 years ago
Version 0.3.2
+ add support for kde 4.3.0
+ transparent background
+ grey-black-white color scheme by default
Version 0.3.1
+ add support for kde 4.2.0
Version 0.3
+ now default colors match Oxygen color theme
Version 0.2
+ configuration interface implemented
+ cpu name displays correctly now
Version 0.1
+ Initial release
11 years ago
Version 0.3.2
+ add support for kde 4.3.0
+ transparent background
+ grey-black-white color scheme by default
Version 0.3.1
+ add support for kde 4.2.0
Version 0.3
+ now default colors match Oxygen color theme
Version 0.2
+ configuration interface implemented
+ cpu name displays correctly now
Version 0.1
+ Initial release
amigib
11 years ago
Thanks in advance
Report
filozofraf
10 years ago
On openSUSE and KDE 4.3.5 cpuload doesn't save configurations. It changes ~/.kde4/share/config/plasma-desktop-appletsrc file, so even edit by hand doesn't help.
I've even set chmod 555 to that file, so it's not changed, but still the applet restored to default.
Does it have any other config file?
Thanks in advance.
Report
dragon48
11 years ago
Report
AlexeyTyapkin
11 years ago
Report
brucew
11 years ago
Please advise.
I get this error when I try the install:
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ make clean all install
rm -Rf build
mkdir -p build
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/kde-desktop/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:1 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
make: *** [all] Error 1
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4Internal
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4
/usr/share/cmake-2.6/Modules/FindKDE4.cmake
Report
fywe
7 years ago
Report
mariosgeo
11 years ago
Removing it and re-login always reappears. I made the mistake adding three cpuload-applets and now none can;t be removed.
Any ideas?
Report
AlexeyTyapkin
11 years ago
Report
reavertm
12 years ago
It's my everyday use plasma applet - first of all - thanks you - great job :)
I have some suggestions
- use better (compliant with ksysguard) color scheme - or just use those defined in ksysguard if there'e possibility - I've set up my version this way - I guess it's a bit more readable:
http://img366.imageshack.us/my.php?image=75523893vf1.png
- add option for setting update interval (currently it's hardcoded to 0.5s or sth like this)
- well - maybe extend and add network traffic meter as well (the other plasma network monitor is really bad - it should be done the same way as your cpuload monitor)
Report
AlexeyTyapkin
12 years ago
Thank you! :)
>I have some suggestions
>- use better (compliant with ksysguard) color scheme - or just use those defined in ksysguard if there'e possibility
There is possibility to change colors, so I'll leave this for now
>- add option for setting update interval (currently it's hardcoded to 0.5s or sth like this)
Will be in next version.
>- well - maybe extend and add network traffic meter as well (the other plasma network monitor is really bad - it should be done the same way as your cpuload monitor)
Don't know, if I have time on cristmas holidays...
Report
Refused
12 years ago
[email protected]:build# make
CMake Error: The source directory "/home/alexey/BattleZone/kde4/plasmoids/cpuload" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Report
AlexeyTyapkin
12 years ago
If you installed kde4 not in /usr/lib/kde4 then update Makefile with correct path "-DCMAKE_INSTALL_PREFIX=/usr/lib/kde4"
Report
Refused
12 years ago
Report
horchi
12 years ago
is support of the resize is planned?
Can i set the font size (the display of the processor type is cut here, i can see only the lower half of the letters.
Best regards
Jörg
Report
AlexeyTyapkin
12 years ago
Report