


Plasma 4 Extensions by AlexeyTyapkin 27 comments
# pacman -Q -o /usr/include/proc/readproc.h
/usr/include/proc/readproc.h is owned by procps 3.2.8-1 - Sep 13 2010

Plasma 4 Extensions by AlexeyTyapkin 27 comments

Plasma 4 Extensions by AlexeyTyapkin 15 comments

Plasma 4 Extensions by AlexeyTyapkin 27 comments

Plasma 4 Extensions by AlexeyTyapkin 27 comments

Plasma 4 Extensions by AlexeyTyapkin 27 comments
Tell me what linux distro do you use. I'll try to find out where is the issue. Or may be your distrib has something like libproc-static-devel. - Oct 27 2009

Plasma 4 Extensions by AlexeyTyapkin 27 comments
Try to add following CMakeLists.txt:
IF("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fPIC" )
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_DEBUG} -fPIC" )
ENDIF("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
If it will helps let me know. I'll add it to next version - Oct 27 2009

Plasma 4 Extensions by AlexeyTyapkin 27 comments
e.g.:
/usr/lib/libproc.a - Oct 27 2009

Plasma 4 Extensions by AlexeyTyapkin 27 comments

Plasma 4 Extensions by AlexeyTyapkin 15 comments

Plasma 4 Extensions by PlasmaFactory 94 comments

Plasma 4 Extensions by AlexeyTyapkin 4 comments
Try this:
sudo cp /usr/lib/kde4/lib/kde4/plasma*memusage* /usr/lib/kde4/
sudo ldconfig
kquit plasma
plasma
- Nov 16 2008

Plasma 4 Extensions by AlexeyTyapkin 15 comments
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... - Oct 23 2008

Plasma 4 Extensions by AlexeyTyapkin 15 comments

Plasma 4 Extensions by AlexeyTyapkin 15 comments
If you installed kde4 not in /usr/lib/kde4 then update Makefile with correct path "-DCMAKE_INSTALL_PREFIX=/usr/lib/kde4"
- Aug 06 2008