First off, did you know that KDE4 users can plug into the vast database of OSX widgets / plasmoids (http://www.apple.com/downloads/dashboard/)?
Now the details:
I finally got the hang of plasmoids thanks to Fintan's post: http://kubuntuforums.net/forums/inde...opic=3096596.0
Here are updated instructions:
To install from source you need
Download the source followed by
If you find a *.deb simply install using
If you installed from source you will need to open the widget mask by clicking on "add widget", go to the bottom, click on "install new widgets" from file and go through the motions. If you installed a *.deb this is not necessary.
Finally you will need to logout and login again and BINGO 8)
Now the details:
I finally got the hang of plasmoids thanks to Fintan's post: http://kubuntuforums.net/forums/inde...opic=3096596.0
Here are updated instructions:
To install from source you need
Code:
sudo apt-get install libkonq5-dev libkonq5 cmake libplasma-dev kdelibs5-dev g++ kdebase-dev
Code:
tar -xvf plasmoid.tar.gz cd plasmoid mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make sudo make install OR su -c "make install"
Code:
sudo dpkg -i /path_to_package/name_of_package.deb
Finally you will need to logout and login again and BINGO 8)
Comment