Plasmoids installation

Hi All,

sorry for stupid question. How I can install plasmoids (from Eyecandy for your KDE-Desktop - KDE-Look.org for example)? I’m able to compile tar.bz2 package but what I should do with it next?

Thx in advance.

I’m also trying to install anything from Index of /repositories/KDE:/KDE4:/Community/openSUSE_11.0_KDE4_Factory_Desktop via YaST but every time “nothing provides libplasma.so.3 needed by …” error occurs. Does anybody know what “libplasma.so.3” is and where I can find it? Thx in advance.

when you unzip them files to a folder there should be a readme file which will tell you to to install them but the commands in terminal are as follows

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=kde4-config --prefix
make
make install

It war really stupid question. :slight_smile: Sorry.

You were right. Just RTFM.

there is never a stupid question
glad it helped