
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 RAM and swap usage.
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
In ubuntu interpid use this command:
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
2) Run "make clean all install" in plasmoid top dir
11 years ago
Version 0.3.3
+ backward compatibility issue fixed
+ fix position changes didn't saved
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
+ "Restore Defaults" now works
+ use correct colors while updating usage pie in configuration dialog
+ fix font selection (now works)
Version 0.2
+ configuration interface implemented
+ cpu name displays correctly now
Version 0.1
Initial release
11 years ago
Version 0.3.3
+ backward compatibility issue fixed
+ fix position changes didn't saved
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
+ "Restore Defaults" now works
+ use correct colors while updating usage pie in configuration dialog
+ fix font selection (now works)
Version 0.2
+ configuration interface implemented
+ cpu name displays correctly now
Version 0.1
Initial release
kalaschnikow
12 years ago
im running kubuntu intrepid with newest kde 4.1
Report
AlexeyTyapkin
12 years ago
Try this:
sudo cp /usr/lib/kde4/lib/kde4/plasma*memusage* /usr/lib/kde4/
sudo ldconfig
kquit plasma
plasma
Report
L3x
12 years ago
according to colors of Kde (pastel colors, oxygen colors) and update your contenent.
Good jobs otherwise
Look this please:
http://revu.ubuntuwire.com/details.py?package=plasmoid-memusage
Report
srog
12 years ago
Report