It took me a while, a lot of questions on kde-look and the answers from the good people there.
Especially Mherbert .
Some things I know a lot about, most things I know nothing about
Like compiling with kubuntu.
anyway here goes:
The following packages are needed:
unpack the downloaded plasmoid and run in a terminal from the unpacked folder:
restart kde4
Hope that helps those who want to play with plasmoids
Edit:
The ones I have tried (so far) that work:
plasmoid weather
plasmoid quick access
plasmoid previewer
Doesn't work:
multirow taskbar
quicklauncher (both source and ubuntu versions)
plasma-am3rok
Especially Mherbert .
Some things I know a lot about, most things I know nothing about
Like compiling with kubuntu.
anyway here goes:
The following packages are needed:
libkonq5-dev, libkonq5, cmake, libplasma-dev, kdelibs5-dev, kdebase-dev-kde4 as well as gcc-3.3base, and g++
Code:
# mkdir build
Code:
# cd build
Code:
# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
Code:
# make
Code:
# sudo make install
Hope that helps those who want to play with plasmoids
Edit:
The ones I have tried (so far) that work:
plasmoid weather
plasmoid quick access
plasmoid previewer
Doesn't work:
multirow taskbar
quicklauncher (both source and ubuntu versions)
plasma-am3rok
Comment