linux下也有自己的dock软件了,效果非常不错。
Description:
KSmoothDock is a dock program for Linux
running KDE with smooth parabolic zooming (similar to that in Mac OS X).
- Features: displays quick launchers and a task bar. Have smooth
parabolic zooming effect.
- Programming language: C++
- Libraries used: Qt3, KDE3
Hope it will be useful for you!
Cheers,
---------------------------------------
NOTE: I have updated the sources package with the one generated by KDevelop, so hopefully this can resolve build problems.
TO INSTALL: Unzip, cd to the directory ksmoothdock-1.1 then run:
./configure
(in Mandrake, please use:
./configure --prefix=/YOUR_KDE_DIR
(usually this becomes: ./configure --prefix=/usr))
make
su
make install