Hi, I updated to kde 4.6 and my daisy dock that came in the repos and i had installed said it wasn't compatible no more...so I looked in daisy website and the ppa repos to add the key..
https://launchpad.net/~samrog131/+archive/ppa
So I added the key but the version of the daisy dock is not 0.0.4.25 that is the one that I need.
So i went to search a bit more and found
http://kubuntuforums.net/forums/index.php?topic=3113420
But it wasn't the thing that I was looking for...so I downloaded the package from a tar.gz...
And to install it says..
What can I say i tried everything to install it and Im totally lost...
Can someone make a quick-help-guide to install this?? Thanks ^^
https://launchpad.net/~samrog131/+archive/ppa
So I added the key but the version of the daisy dock is not 0.0.4.25 that is the one that I need.
So i went to search a bit more and found
http://kubuntuforums.net/forums/index.php?topic=3113420
But it wasn't the thing that I was looking for...so I downloaded the package from a tar.gz...
And to install it says..
To install this plasmoid check if you have installed the needed header files (kdelibs-dev and kdebase-workspace-dev),
unpack the archive, go to its directory and execute the install.sh script from a shell.
Alternatively you can go to the /applet directory and run the following commands from a shell:
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
kbuildsycoca4
After that done, the plasmoid should show up in the add widgets dialog.
If not, from a shell you can try to execute:
kquitapp plasma-desktop
plasma-desktop
unpack the archive, go to its directory and execute the install.sh script from a shell.
Alternatively you can go to the /applet directory and run the following commands from a shell:
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
kbuildsycoca4
After that done, the plasmoid should show up in the add widgets dialog.
If not, from a shell you can try to execute:
kquitapp plasma-desktop
plasma-desktop
Can someone make a quick-help-guide to install this?? Thanks ^^
Comment