


Plasma 4 Extensions by strobeam 44 comments
I don't know the error you described. Could you please send me an email with the output of cmake and make? Perhaps I can locate your error with these outputs.
Reagards,
Achim
- Oct 04 2009

Plasma 4 Extensions by strobeam 44 comments
These instructions can be used to install the plasmoid:
- untar the archive
- cd ~/logout
- mkdir build
- cd build
- cmake ..
- make
- make install (as root)
This installs the plasmoid under /usr/local. If you want to change the folder you'll have to change the cmake command. - Feb 20 2009

Plasma 4 Extensions by strobeam 44 comments
These instructions can be used to install the plasmoid:
- untar the archive
- cd ~/logout
- mkdir build
- cd build
- cmake ..
- make
- make install (as root)
This installs the plasmoid under /usr/local. If you want to install in under the KDE-install-tree you have to change the cmake instruction:
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-
- Feb 20 2009

Plasma 4 Extensions by strobeam 44 comments
If you move your mouse on a mounted device you get an unmount-button on the device-entry. - Oct 20 2008